danielhanchen commited on
Commit
1dc7dc9
1 Parent(s): 6beb143

Upload config

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "TinyLlama/TinyLlama_v1.1",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -17,6 +17,7 @@
17
  "num_attention_heads": 32,
18
  "num_hidden_layers": 22,
19
  "num_key_value_heads": 4,
 
20
  "pretraining_tp": 1,
21
  "rms_norm_eps": 1e-05,
22
  "rope_scaling": null,
@@ -24,6 +25,7 @@
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
  "transformers_version": "4.44.0",
 
27
  "use_cache": true,
28
  "vocab_size": 32000
29
  }
 
1
  {
2
+ "_name_or_path": "unsloth/tinyllama",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
17
  "num_attention_heads": 32,
18
  "num_hidden_layers": 22,
19
  "num_key_value_heads": 4,
20
+ "pad_token_id": 0,
21
  "pretraining_tp": 1,
22
  "rms_norm_eps": 1e-05,
23
  "rope_scaling": null,
 
25
  "tie_word_embeddings": false,
26
  "torch_dtype": "bfloat16",
27
  "transformers_version": "4.44.0",
28
+ "unsloth_version": "2024.8",
29
  "use_cache": true,
30
  "vocab_size": 32000
31
  }