Upload folder using huggingface_hub
Browse files- config.json +1 -1
- generation_config.json +1 -1
config.json
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
"time_step_rank": 256,
|
28 |
"time_step_scale": 1.0,
|
29 |
"torch_dtype": "bfloat16",
|
30 |
-
"transformers_version": "4.
|
31 |
"use_bias": false,
|
32 |
"use_cache": true,
|
33 |
"use_conv_bias": true,
|
|
|
27 |
"time_step_rank": 256,
|
28 |
"time_step_scale": 1.0,
|
29 |
"torch_dtype": "bfloat16",
|
30 |
+
"transformers_version": "4.46.0",
|
31 |
"use_bias": false,
|
32 |
"use_cache": true,
|
33 |
"use_conv_bias": true,
|
generation_config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"bos_token_id": 0,
|
4 |
"eos_token_id": 11,
|
5 |
"pad_token_id": 11,
|
6 |
-
"transformers_version": "4.
|
7 |
}
|
|
|
3 |
"bos_token_id": 0,
|
4 |
"eos_token_id": 11,
|
5 |
"pad_token_id": 11,
|
6 |
+
"transformers_version": "4.46.0"
|
7 |
}
|