Commit
·
a79a10e
1
Parent(s):
ce0f46c
Upload LanceAI
Browse files- config.json +1 -1
- generation_config.json +1 -1
config.json
CHANGED
|
@@ -7,6 +7,6 @@
|
|
| 7 |
"num_heads": 4,
|
| 8 |
"num_layers": 4,
|
| 9 |
"torch_dtype": "float32",
|
| 10 |
-
"transformers_version": "4.
|
| 11 |
"vocab_size": 50258
|
| 12 |
}
|
|
|
|
| 7 |
"num_heads": 4,
|
| 8 |
"num_layers": 4,
|
| 9 |
"torch_dtype": "float32",
|
| 10 |
+
"transformers_version": "4.47.0",
|
| 11 |
"vocab_size": 50258
|
| 12 |
}
|
generation_config.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
-
"transformers_version": "4.
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
+
"transformers_version": "4.47.0"
|
| 4 |
}
|