Upload config.json with huggingface_hub
Browse files- config.json +6 -5
config.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
"vocab_size": 16000,
|
| 7 |
"d_model": 640,
|
| 8 |
"num_layers": 14,
|
|
@@ -15,6 +15,7 @@
|
|
| 15 |
"unk_token_id": 2,
|
| 16 |
"torch_dtype": "float32",
|
| 17 |
"transformers_version": "4.36.0",
|
|
|
|
| 18 |
"task": "text-generation",
|
| 19 |
"tags": [
|
| 20 |
"transformers",
|
|
@@ -60,4 +61,4 @@
|
|
| 60 |
"instance_count": 1,
|
| 61 |
"container_image": "huggingface-pytorch-inference:2.0.0-transformers4.28.1-cpu-py310-ubuntu20.04-v1.0"
|
| 62 |
}
|
| 63 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "gpt2",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"GPT2LMHeadModel"
|
| 5 |
+
],
|
| 6 |
"vocab_size": 16000,
|
| 7 |
"d_model": 640,
|
| 8 |
"num_layers": 14,
|
|
|
|
| 15 |
"unk_token_id": 2,
|
| 16 |
"torch_dtype": "float32",
|
| 17 |
"transformers_version": "4.36.0",
|
| 18 |
+
"base_model": null,
|
| 19 |
"task": "text-generation",
|
| 20 |
"tags": [
|
| 21 |
"transformers",
|
|
|
|
| 61 |
"instance_count": 1,
|
| 62 |
"container_image": "huggingface-pytorch-inference:2.0.0-transformers4.28.1-cpu-py310-ubuntu20.04-v1.0"
|
| 63 |
}
|
| 64 |
+
}
|