Upload config.json with huggingface_hub
Browse files- config.json +5 -5
config.json
CHANGED
|
@@ -9,13 +9,13 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
},
|
| 20 |
"max_position_embeddings": 512,
|
| 21 |
"model_type": "distilbert",
|
|
@@ -28,6 +28,6 @@
|
|
| 28 |
"sinusoidal_pos_embds": false,
|
| 29 |
"tie_weights_": true,
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
-
"transformers_version": "4.
|
| 32 |
"vocab_size": 30522
|
| 33 |
}
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "Knowledge",
|
| 13 |
+
"1": "Application"
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
+
"Application": 1,
|
| 18 |
+
"Knowledge": 0
|
| 19 |
},
|
| 20 |
"max_position_embeddings": 512,
|
| 21 |
"model_type": "distilbert",
|
|
|
|
| 28 |
"sinusoidal_pos_embds": false,
|
| 29 |
"tie_weights_": true,
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
+
"transformers_version": "4.43.2",
|
| 32 |
"vocab_size": 30522
|
| 33 |
}
|