versae commited on
Commit
4025f6c
1 Parent(s): fa883e0

Replace with correct weights

Browse files
config.json CHANGED
@@ -3,6 +3,7 @@
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
8
  "hidden_act": "silu",
@@ -20,7 +21,7 @@
20
  "rope_theta": 10000.0,
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "float16",
23
- "transformers_version": "4.34.0.dev0",
24
  "use_cache": true,
25
  "vocab_size": 32001
26
  }
 
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
+ "attention_bias": false,
7
  "bos_token_id": 1,
8
  "eos_token_id": 2,
9
  "hidden_act": "silu",
 
21
  "rope_theta": 10000.0,
22
  "tie_word_embeddings": false,
23
  "torch_dtype": "float16",
24
+ "transformers_version": "4.34.1",
25
  "use_cache": true,
26
  "vocab_size": 32001
27
  }
generation_config.json CHANGED
@@ -6,5 +6,5 @@
6
  "pad_token_id": 0,
7
  "temperature": 0.6,
8
  "top_p": 0.9,
9
- "transformers_version": "4.34.0.dev0"
10
  }
 
6
  "pad_token_id": 0,
7
  "temperature": 0.6,
8
  "top_p": 0.9,
9
+ "transformers_version": "4.34.1"
10
  }
pytorch_model-00001-of-00003.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f5416746bda01b80ea56e66d4bd6f561fb3f01634d4b06f3086f6054eaada1d
3
  size 9948731593
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5bc61c1876f8288c914b9f0ce45596edc8b32903f43d0ab81a07f2d3be2d258
3
  size 9948731593
pytorch_model-00002-of-00003.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c7900b1685548ce9c2694d74c8fc45ed24f93a1703d112a0f0d3edee0010eda
3
  size 9904157328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e21350ed0738d0add173212c58514f524857212973aadd9f3316a0a5092444b9
3
  size 9904157328
pytorch_model-00003-of-00003.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6c9c29a8b96bf552025c67a98e6be04ad18498077c90bd28262e51bae9dcb5e
3
  size 6178989663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ce3ba7485e9746cdb0b62a0f5c11a650821affe17dd609bedfdbfcb2af0934a
3
  size 6178989663
special_tokens_map.json CHANGED
@@ -1,6 +1,30 @@
1
  {
2
- "bos_token": "<s>",
3
- "eos_token": "</s>",
4
- "pad_token": "[PAD]",
5
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
  }
tokenizer_config.json CHANGED
@@ -8,7 +8,7 @@
8
  "normalized": false,
9
  "rstrip": false,
10
  "single_word": false,
11
- "special": false
12
  },
13
  "1": {
14
  "content": "<s>",
@@ -16,7 +16,7 @@
16
  "normalized": false,
17
  "rstrip": false,
18
  "single_word": false,
19
- "special": false
20
  },
21
  "2": {
22
  "content": "</s>",
@@ -24,29 +24,27 @@
24
  "normalized": false,
25
  "rstrip": false,
26
  "single_word": false,
27
- "special": false
28
  },
29
  "32000": {
30
  "content": "[PAD]",
31
- "lstrip": true,
32
  "normalized": false,
33
- "rstrip": true,
34
  "single_word": false,
35
  "special": true
36
  }
37
  },
38
- "additional_special_tokens": [],
39
  "bos_token": "<s>",
40
  "clean_up_tokenization_spaces": false,
41
  "eos_token": "</s>",
42
  "legacy": false,
43
  "model_max_length": 4096,
44
- "pad_token": null,
45
  "padding_side": "right",
46
  "sp_model_kwargs": {},
47
  "spaces_between_special_tokens": false,
48
  "tokenizer_class": "LlamaTokenizer",
49
- "tokenizer_file": "/home/javierr/.cache/huggingface/hub/models--meta-llama--Llama-2-13b-hf/snapshots/99afe33d7eaa87c7fc6ea2594a0e4e7e588ee0a4/tokenizer.json",
50
  "unk_token": "<unk>",
51
  "use_default_system_prompt": true
52
  }
 
8
  "normalized": false,
9
  "rstrip": false,
10
  "single_word": false,
11
+ "special": true
12
  },
13
  "1": {
14
  "content": "<s>",
 
16
  "normalized": false,
17
  "rstrip": false,
18
  "single_word": false,
19
+ "special": true
20
  },
21
  "2": {
22
  "content": "</s>",
 
24
  "normalized": false,
25
  "rstrip": false,
26
  "single_word": false,
27
+ "special": true
28
  },
29
  "32000": {
30
  "content": "[PAD]",
31
+ "lstrip": false,
32
  "normalized": false,
33
+ "rstrip": false,
34
  "single_word": false,
35
  "special": true
36
  }
37
  },
 
38
  "bos_token": "<s>",
39
  "clean_up_tokenization_spaces": false,
40
  "eos_token": "</s>",
41
  "legacy": false,
42
  "model_max_length": 4096,
43
+ "pad_token": "[PAD]",
44
  "padding_side": "right",
45
  "sp_model_kwargs": {},
46
  "spaces_between_special_tokens": false,
47
  "tokenizer_class": "LlamaTokenizer",
 
48
  "unk_token": "<unk>",
49
  "use_default_system_prompt": true
50
  }