Upload folder using huggingface_hub
Browse files- generation_config.json +1 -2
- tokenizer.json +2 -2
generation_config.json
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
{
|
2 |
"bos_token_id": 128000,
|
3 |
"depth_decoder_do_sample": true,
|
4 |
-
"depth_decoder_max_new_tokens": 31,
|
5 |
-
"depth_decoder_min_new_tokens": 31,
|
6 |
"depth_decoder_temperature": 0.9,
|
|
|
7 |
"do_sample": true,
|
8 |
"max_new_tokens": 125,
|
9 |
"pad_token_id": 128002,
|
|
|
1 |
{
|
2 |
"bos_token_id": 128000,
|
3 |
"depth_decoder_do_sample": true,
|
|
|
|
|
4 |
"depth_decoder_temperature": 0.9,
|
5 |
+
"depth_decoder_top_k": 50,
|
6 |
"do_sample": true,
|
7 |
"max_new_tokens": 125,
|
8 |
"pad_token_id": 128002,
|
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:80f511469b4aceda8c17ccafef2310eceeda9dd4589cf2c062bd0279eef5646d
|
3 |
+
size 17209980
|