qgallouedec HF Staff commited on
Commit
5f0d114
·
verified ·
1 Parent(s): 97d8cf4

Upload LlamaForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +24 -14
  2. model.safetensors +2 -2
config.json CHANGED
@@ -4,32 +4,42 @@
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
- "bos_token_id": 1,
8
- "eos_token_id": 2,
9
- "head_dim": 2,
 
 
 
 
 
10
  "hidden_act": "silu",
11
- "hidden_size": 8,
12
  "id2label": {
13
  "0": "LABEL_0"
14
  },
15
  "initializer_range": 0.02,
16
- "intermediate_size": 32,
17
  "label2id": {
18
  "LABEL_0": 0
19
  },
20
- "max_position_embeddings": 2048,
21
  "mlp_bias": false,
22
  "model_type": "llama",
23
- "num_attention_heads": 4,
24
  "num_hidden_layers": 2,
25
- "num_key_value_heads": 2,
26
  "pretraining_tp": 1,
27
- "rms_norm_eps": 1e-06,
28
- "rope_scaling": null,
29
- "rope_theta": 10000.0,
30
- "tie_word_embeddings": false,
31
- "torch_dtype": "float32",
32
- "transformers_version": "4.55.0.dev0",
 
 
 
 
 
33
  "use_cache": true,
34
  "vocab_size": 128256
35
  }
 
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
+ "bos_token_id": 128000,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": [
10
+ 128001,
11
+ 128008,
12
+ 128009
13
+ ],
14
+ "head_dim": 64,
15
  "hidden_act": "silu",
16
+ "hidden_size": 2048,
17
  "id2label": {
18
  "0": "LABEL_0"
19
  },
20
  "initializer_range": 0.02,
21
+ "intermediate_size": 8192,
22
  "label2id": {
23
  "LABEL_0": 0
24
  },
25
+ "max_position_embeddings": 131072,
26
  "mlp_bias": false,
27
  "model_type": "llama",
28
+ "num_attention_heads": 32,
29
  "num_hidden_layers": 2,
30
+ "num_key_value_heads": 8,
31
  "pretraining_tp": 1,
32
+ "rms_norm_eps": 1e-05,
33
+ "rope_scaling": {
34
+ "factor": 32.0,
35
+ "high_freq_factor": 4.0,
36
+ "low_freq_factor": 1.0,
37
+ "original_max_position_embeddings": 8192,
38
+ "rope_type": "llama3"
39
+ },
40
+ "rope_theta": 500000.0,
41
+ "tie_word_embeddings": true,
42
+ "transformers_version": "4.57.0.dev0",
43
  "use_cache": true,
44
  "vocab_size": 128256
45
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d11e2fb5b68abc4d3d4b78722417662b56bdcd507d6e4c61c164f42549ee70b
3
- size 4114216
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7a0431983bacba6a2633d3027af2503fefc64f5522fd30877fd84330d054466
3
+ size 768637224