Upload config.json with huggingface_hub
Browse files- config.json +9 -1
config.json
CHANGED
|
@@ -1 +1,9 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"MyTransformerModel"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "custom-transformer",
|
| 6 |
+
"vocab_size": 30522,
|
| 7 |
+
"learning_rate": 1e-05,
|
| 8 |
+
"framework": "pytorch"
|
| 9 |
+
}
|