Upload config.json with huggingface_hub
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"GPT2LMHeadModel"
|
|
@@ -28,7 +28,7 @@
|
|
| 28 |
"summary_type": "cls_index",
|
| 29 |
"summary_use_proj": true,
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
-
"transformers_version": "4.
|
| 32 |
"use_cache": true,
|
| 33 |
"vocab_size": 32776
|
| 34 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "results/fine_tuned_model",
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"GPT2LMHeadModel"
|
|
|
|
| 28 |
"summary_type": "cls_index",
|
| 29 |
"summary_use_proj": true,
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
+
"transformers_version": "4.44.2",
|
| 32 |
"use_cache": true,
|
| 33 |
"vocab_size": 32776
|
| 34 |
}
|