Upload folder using huggingface_hub
Browse files- generation_config.json +1 -1
- tokenizer.json +2 -2
- tokenizer.model +2 -2
- tokenizer_config.json +0 -4
generation_config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"bos_token_id": 2,
|
4 |
"cache_implementation": "hybrid",
|
5 |
"do_sample": true,
|
6 |
-
"eos_token_id":
|
7 |
"pad_token_id": 0,
|
8 |
"transformers_version": "4.44.0"
|
9 |
}
|
|
|
3 |
"bos_token_id": 2,
|
4 |
"cache_implementation": "hybrid",
|
5 |
"do_sample": true,
|
6 |
+
"eos_token_id": 256001,
|
7 |
"pad_token_id": 0,
|
8 |
"transformers_version": "4.44.0"
|
9 |
}
|
tokenizer.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26cb74f7be46bb01036f9942a806d6aae3c4954cc7496253e27b9c57a1e278db
|
3 |
+
size 17518597
|
tokenizer.model
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ada1718971cab9b004c7fc865e901947fd286ef6381e24e4f51db00a755d13b6
|
3 |
+
size 4241047
|
tokenizer_config.json
CHANGED
@@ -1739,10 +1739,6 @@
|
|
1739 |
"special": true
|
1740 |
}
|
1741 |
},
|
1742 |
-
"additional_special_tokens": [
|
1743 |
-
"<start_of_turn>",
|
1744 |
-
"<end_of_turn>"
|
1745 |
-
],
|
1746 |
"bos_token": "<bos>",
|
1747 |
"clean_up_tokenization_spaces": false,
|
1748 |
"eos_token": "<|im_end|>",
|
|
|
1739 |
"special": true
|
1740 |
}
|
1741 |
},
|
|
|
|
|
|
|
|
|
1742 |
"bos_token": "<bos>",
|
1743 |
"clean_up_tokenization_spaces": false,
|
1744 |
"eos_token": "<|im_end|>",
|