Upload folder using huggingface_hub
Browse files- config.json +1 -1
- generation_config.json +1 -1
config.json
CHANGED
@@ -1006,7 +1006,7 @@
|
|
1006 |
"topk_group": 4,
|
1007 |
"topk_method": "noaux_tc",
|
1008 |
"torch_dtype": "bfloat16",
|
1009 |
-
"transformers_version": "4.
|
1010 |
"unsloth_fixed": true,
|
1011 |
"use_cache": true,
|
1012 |
"v_head_dim": 128,
|
|
|
1006 |
"topk_group": 4,
|
1007 |
"topk_method": "noaux_tc",
|
1008 |
"torch_dtype": "bfloat16",
|
1009 |
+
"transformers_version": "4.55.2",
|
1010 |
"unsloth_fixed": true,
|
1011 |
"use_cache": true,
|
1012 |
"v_head_dim": 128,
|
generation_config.json
CHANGED
@@ -5,5 +5,5 @@
|
|
5 |
"eos_token_id": 1,
|
6 |
"temperature": 0.6,
|
7 |
"top_p": 0.95,
|
8 |
-
"transformers_version": "4.
|
9 |
}
|
|
|
5 |
"eos_token_id": 1,
|
6 |
"temperature": 0.6,
|
7 |
"top_p": 0.95,
|
8 |
+
"transformers_version": "4.55.2"
|
9 |
}
|