ShuoGZ commited on
Commit
1b51268
·
verified ·
1 Parent(s): 91dc6ce

Upload LlamaForCausalLM

Browse files
Files changed (3) hide show
  1. config.json +7 -2
  2. generation_config.json +7 -4
  3. model.safetensors +2 -2
config.json CHANGED
@@ -1,11 +1,16 @@
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 128000,
8
- "eos_token_id": 128001,
 
 
 
 
9
  "head_dim": 64,
10
  "hidden_act": "silu",
11
  "hidden_size": 2048,
@@ -29,7 +34,7 @@
29
  "rope_theta": 500000.0,
30
  "tie_word_embeddings": true,
31
  "torch_dtype": "bfloat16",
32
- "transformers_version": "4.45.0.dev0",
33
  "use_cache": true,
34
  "vocab_size": 128256
35
  }
 
1
  {
2
+ "_name_or_path": "meta-llama/Llama-3.2-1B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
  "bos_token_id": 128000,
9
+ "eos_token_id": [
10
+ 128001,
11
+ 128008,
12
+ 128009
13
+ ],
14
  "head_dim": 64,
15
  "hidden_act": "silu",
16
  "hidden_size": 2048,
 
34
  "rope_theta": 500000.0,
35
  "tie_word_embeddings": true,
36
  "torch_dtype": "bfloat16",
37
+ "transformers_version": "4.45.2",
38
  "use_cache": true,
39
  "vocab_size": 128256
40
  }
generation_config.json CHANGED
@@ -1,9 +1,12 @@
1
  {
2
- "_from_model_config": true,
3
  "bos_token_id": 128000,
4
- "eos_token_id": 128001,
5
- "transformers_version": "4.45.0.dev0",
6
  "do_sample": true,
 
 
 
 
 
7
  "temperature": 0.6,
8
- "top_p": 0.9
 
9
  }
 
1
  {
 
2
  "bos_token_id": 128000,
 
 
3
  "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128008,
7
+ 128009
8
+ ],
9
  "temperature": 0.6,
10
+ "top_p": 0.9,
11
+ "transformers_version": "4.45.2"
12
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:68a2e4be76fa709455a60272fba8e512c02d81c46e6c671cc9449e374fd6809a
3
- size 2471645608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63e309b9b47c65ae4c7d1fca67acbebd6e5f2a52d4d6b8ab112ecfea2a9d0b04
3
+ size 2996982344