Tonysar commited on
Upload config.json with huggingface_hub
Browse files- config.json +14 -0
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "test-demo",
|
| 3 |
+
"architecture": "example",
|
| 4 |
+
"version": "1.0.0",
|
| 5 |
+
"created_by": "Hugging Face API",
|
| 6 |
+
"framework": "none",
|
| 7 |
+
"task": "demo",
|
| 8 |
+
"description": "Questo è un modello di test",
|
| 9 |
+
"parameters": {
|
| 10 |
+
"hidden_size": 768,
|
| 11 |
+
"num_layers": 12,
|
| 12 |
+
"vocab_size": 30000
|
| 13 |
+
}
|
| 14 |
+
}
|