Upload folder using huggingface_hub
Browse files- config.json +3 -4
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
@@ -20,8 +20,8 @@
|
|
20 |
"neuron": {
|
21 |
"auto_cast_type": "fp32",
|
22 |
"batch_size": 1,
|
23 |
-
"checkpoint_id":
|
24 |
-
"checkpoint_revision":
|
25 |
"compiler_type": "neuronx-cc",
|
26 |
"compiler_version": "2.12.54.0+f631c2365",
|
27 |
"num_cores": 2,
|
@@ -43,7 +43,6 @@
|
|
43 |
"max_length": 50
|
44 |
}
|
45 |
},
|
46 |
-
"torch_dtype": "float32",
|
47 |
"transformers_version": "4.36.2",
|
48 |
"use_cache": true,
|
49 |
"vocab_size": 50257
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "gpt2",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
20 |
"neuron": {
|
21 |
"auto_cast_type": "fp32",
|
22 |
"batch_size": 1,
|
23 |
+
"checkpoint_id": "gpt2",
|
24 |
+
"checkpoint_revision": "11c5a3d5811f50298f278a704980280950aedb10",
|
25 |
"compiler_type": "neuronx-cc",
|
26 |
"compiler_version": "2.12.54.0+f631c2365",
|
27 |
"num_cores": 2,
|
|
|
43 |
"max_length": 50
|
44 |
}
|
45 |
},
|
|
|
46 |
"transformers_version": "4.36.2",
|
47 |
"use_cache": true,
|
48 |
"vocab_size": 50257
|