hs-094 commited on
Commit
5986e87
Β·
1 Parent(s): a3a3a27

Reorganized File Structure

Browse files
.gitattributes CHANGED
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
36
  1.4B/MobileLLaMA-1.4B-Base-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
37
  1B/llama-3.2-1b-instruct-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
38
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
36
  1.4B/MobileLLaMA-1.4B-Base-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
37
  1B/llama-3.2-1b-instruct-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
38
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
+ *.gguf filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .DS_Store
1.4B/{MobileLLaMA-1.4B-Base-Q4_0.gguf β†’ ggufs/MobileLLaMA-1.4B-Base-Q4_0.gguf} RENAMED
File without changes
{llama-3.2-pytorch-1b-instruct-v1 β†’ 1B/fine-tuned/llama-3.2-pytorch-1b-instruct-v1}/consolidated.00.pth RENAMED
File without changes
{llama-3.2-pytorch-1b-instruct-v1 β†’ 1B/fine-tuned/llama-3.2-pytorch-1b-instruct-v1}/params.json RENAMED
File without changes
{llama-3.2-pytorch-1b-instruct-v1 β†’ 1B/fine-tuned/llama-3.2-pytorch-1b-instruct-v1}/tokenizer.model RENAMED
File without changes
adapter_config.json β†’ 1B/fine-tuned/llama-3.2-pytorch-1b-ultrachat-10k-v2/adapter_config.json RENAMED
File without changes
adapter_model.safetensors β†’ 1B/fine-tuned/llama-3.2-pytorch-1b-ultrachat-10k-v2/adapter_model.safetensors RENAMED
File without changes
{runs β†’ 1B/fine-tuned/llama-3.2-pytorch-1b-ultrachat-10k-v2/runs}/Oct12_12-28-47_ac3874968af1/events.out.tfevents.1728736167.ac3874968af1.23.0 RENAMED
File without changes
special_tokens_map.json β†’ 1B/fine-tuned/llama-3.2-pytorch-1b-ultrachat-10k-v2/special_tokens_map.json RENAMED
File without changes
tokenizer.json β†’ 1B/fine-tuned/llama-3.2-pytorch-1b-ultrachat-10k-v2/tokenizer.json RENAMED
File without changes
tokenizer_config.json β†’ 1B/fine-tuned/llama-3.2-pytorch-1b-ultrachat-10k-v2/tokenizer_config.json RENAMED
File without changes
training_args.bin β†’ 1B/fine-tuned/llama-3.2-pytorch-1b-ultrachat-10k-v2/training_args.bin RENAMED
File without changes
1B/{llama-3.2-1b-instruct-q4_k_m.gguf β†’ ggufs/llama-3.2-1b-instruct-q4_k_m.gguf} RENAMED
File without changes