Updated Luna with chat + code fine-tuned version
Browse files- config.json +1 -1
- generation_config.json +1 -1
- model.safetensors +1 -1
- tokenizer.json +2 -2
- tokenizer_config.json +6 -0
config.json
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
"rope_theta": 10000.0,
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
-
"transformers_version": "4.50.
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 32000
|
29 |
}
|
|
|
23 |
"rope_theta": 10000.0,
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
+
"transformers_version": "4.50.3",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 32000
|
29 |
}
|
generation_config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"eos_token_id": 2,
|
4 |
"max_length": 2048,
|
5 |
"pad_token_id": 0,
|
6 |
-
"transformers_version": "4.50.
|
7 |
}
|
|
|
3 |
"eos_token_id": 2,
|
4 |
"max_length": 2048,
|
5 |
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.50.3"
|
7 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2200119864
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bae58076e86601078e792a7ce4114409df0c4943225f1561b0b09a92edf6d4f
|
3 |
size 2200119864
|
tokenizer.json
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
-
"Fixed":
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 256,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
+
"Fixed": 256
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
tokenizer_config.json
CHANGED
@@ -34,11 +34,17 @@
|
|
34 |
"eos_token": "</s>",
|
35 |
"extra_special_tokens": {},
|
36 |
"legacy": false,
|
|
|
37 |
"model_max_length": 2048,
|
|
|
38 |
"pad_token": "</s>",
|
|
|
39 |
"padding_side": "right",
|
40 |
"sp_model_kwargs": {},
|
|
|
41 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
|
|
42 |
"unk_token": "<unk>",
|
43 |
"use_default_system_prompt": false
|
44 |
}
|
|
|
34 |
"eos_token": "</s>",
|
35 |
"extra_special_tokens": {},
|
36 |
"legacy": false,
|
37 |
+
"max_length": 128,
|
38 |
"model_max_length": 2048,
|
39 |
+
"pad_to_multiple_of": null,
|
40 |
"pad_token": "</s>",
|
41 |
+
"pad_token_type_id": 0,
|
42 |
"padding_side": "right",
|
43 |
"sp_model_kwargs": {},
|
44 |
+
"stride": 0,
|
45 |
"tokenizer_class": "LlamaTokenizer",
|
46 |
+
"truncation_side": "right",
|
47 |
+
"truncation_strategy": "longest_first",
|
48 |
"unk_token": "<unk>",
|
49 |
"use_default_system_prompt": false
|
50 |
}
|