Upload folder using huggingface_hub
Browse files- config.json +1 -1
- pytorch_model-00001-of-00004.bin +1 -1
- pytorch_model-00002-of-00004.bin +1 -1
- pytorch_model-00003-of-00004.bin +1 -1
- pytorch_model-00004-of-00004.bin +1 -1
- tokenizer.json +6 -1
- tokenizer_config.json +4 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "models/01-ai/Yi-9B-forest-dpo/model
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "models/01-ai/Yi-9B-forest-dpo/model",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
pytorch_model-00001-of-00004.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4932739043
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:210d9678aa665eb98323265371257ff2fe5a0b55b23286869e009ef29bc65f32
|
3 |
size 4932739043
|
pytorch_model-00002-of-00004.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4976834434
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5b5a1409048c0dce5a41714c2b4d3f30e4cef4fb26670fe56c0c79e673de5b4
|
3 |
size 4976834434
|
pytorch_model-00003-of-00004.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4968428158
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:203e0bd7d945006296a7b8d81d31c18ba7e94c568cb237a3126353c97012d8ea
|
3 |
size 4968428158
|
pytorch_model-00004-of-00004.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2780967842
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de84f19ad70dfeca850ca2a1ff9897feda8e596fee53255673b4106248141a90
|
3 |
size 2780967842
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 4096,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
tokenizer_config.json
CHANGED
@@ -31,10 +31,14 @@
|
|
31 |
"clean_up_tokenization_spaces": false,
|
32 |
"eos_token": "<|endoftext|>",
|
33 |
"legacy": true,
|
|
|
34 |
"model_max_length": 4096,
|
35 |
"pad_token": "<|endoftext|>",
|
36 |
"sp_model_kwargs": {},
|
|
|
37 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
|
|
38 |
"unk_token": "<unk>",
|
39 |
"use_default_system_prompt": false
|
40 |
}
|
|
|
31 |
"clean_up_tokenization_spaces": false,
|
32 |
"eos_token": "<|endoftext|>",
|
33 |
"legacy": true,
|
34 |
+
"max_length": 4096,
|
35 |
"model_max_length": 4096,
|
36 |
"pad_token": "<|endoftext|>",
|
37 |
"sp_model_kwargs": {},
|
38 |
+
"stride": 0,
|
39 |
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"truncation_side": "right",
|
41 |
+
"truncation_strategy": "longest_first",
|
42 |
"unk_token": "<unk>",
|
43 |
"use_default_system_prompt": false
|
44 |
}
|