Upload config.json with huggingface_hub
Browse files- config.json +16 -0
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "bert",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"vocab_size": 30522,
|
| 7 |
+
"hidden_size": 768,
|
| 8 |
+
"num_attention_heads": 12,
|
| 9 |
+
"num_hidden_layers": 6,
|
| 10 |
+
"intermediate_size": 3072,
|
| 11 |
+
"max_position_embeddings": 512,
|
| 12 |
+
"position_embedding_type": "absolute",
|
| 13 |
+
"name": "matverse-core-embedder",
|
| 14 |
+
"version": "0.1.0",
|
| 15 |
+
"status": "planned"
|
| 16 |
+
}
|