Yuta555 commited on
Commit
5e2e1f9
1 Parent(s): c7b64d7

Upload config

Browse files
Files changed (1) hide show
  1. config.json +35 -0
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "meta-llama/Llama-2-7b-hf",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "id2label": {
12
+ "0": "N",
13
+ "1": "S"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 11008,
17
+ "label2id": {
18
+ "N": 0,
19
+ "S": 1
20
+ },
21
+ "max_position_embeddings": 4096,
22
+ "model_type": "llama",
23
+ "num_attention_heads": 32,
24
+ "num_hidden_layers": 32,
25
+ "num_key_value_heads": 32,
26
+ "pretraining_tp": 1,
27
+ "rms_norm_eps": 1e-05,
28
+ "rope_scaling": null,
29
+ "rope_theta": 10000.0,
30
+ "tie_word_embeddings": false,
31
+ "torch_dtype": "bfloat16",
32
+ "transformers_version": "4.35.0",
33
+ "use_cache": true,
34
+ "vocab_size": 32000
35
+ }