Update config.json
Browse files- config.json +56 -56
config.json
CHANGED
|
@@ -1,56 +1,56 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_name_or_path": "prajjwal1/bert-mini",
|
| 3 |
-
"architectures": [
|
| 4 |
-
"BertForSequenceClassification"
|
| 5 |
-
],
|
| 6 |
-
"attention_probs_dropout_prob": 0.1,
|
| 7 |
-
"classifier_dropout": null,
|
| 8 |
-
"hidden_act": "gelu",
|
| 9 |
-
"hidden_dropout_prob": 0.1,
|
| 10 |
-
"hidden_size": 256,
|
| 11 |
-
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
},
|
| 26 |
-
"initializer_range": 0.02,
|
| 27 |
-
"intermediate_size": 1024,
|
| 28 |
-
"label2id": {
|
| 29 |
-
"
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
},
|
| 43 |
-
"layer_norm_eps": 1e-12,
|
| 44 |
-
"max_position_embeddings": 512,
|
| 45 |
-
"model_type": "bert",
|
| 46 |
-
"num_attention_heads": 4,
|
| 47 |
-
"num_hidden_layers": 4,
|
| 48 |
-
"pad_token_id": 0,
|
| 49 |
-
"position_embedding_type": "absolute",
|
| 50 |
-
"problem_type": "single_label_classification",
|
| 51 |
-
"torch_dtype": "float32",
|
| 52 |
-
"transformers_version": "4.49.0",
|
| 53 |
-
"type_vocab_size": 2,
|
| 54 |
-
"use_cache": true,
|
| 55 |
-
"vocab_size": 30522
|
| 56 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "prajjwal1/bert-mini",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.1,
|
| 10 |
+
"hidden_size": 256,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "sadness",
|
| 13 |
+
"1": "anger",
|
| 14 |
+
"2": "love",
|
| 15 |
+
"3": "surprise",
|
| 16 |
+
"4": "fear",
|
| 17 |
+
"5": "happiness",
|
| 18 |
+
"6": "neutral",
|
| 19 |
+
"7": "disgust",
|
| 20 |
+
"8": "shame",
|
| 21 |
+
"9": "guilt",
|
| 22 |
+
"10": "confusion",
|
| 23 |
+
"11": "desire",
|
| 24 |
+
"12": "sarcasm"
|
| 25 |
+
},
|
| 26 |
+
"initializer_range": 0.02,
|
| 27 |
+
"intermediate_size": 1024,
|
| 28 |
+
"label2id": {
|
| 29 |
+
"sadness": 0,
|
| 30 |
+
"anger": 1,
|
| 31 |
+
"love": 2,
|
| 32 |
+
"surprise": 3,
|
| 33 |
+
"fear": 4,
|
| 34 |
+
"happiness": 5,
|
| 35 |
+
"neutral": 6,
|
| 36 |
+
"disgust": 7,
|
| 37 |
+
"shame": 8,
|
| 38 |
+
"guilt": 9,
|
| 39 |
+
"confusion": 10,
|
| 40 |
+
"desire": 11,
|
| 41 |
+
"sarcasm": 12
|
| 42 |
+
},
|
| 43 |
+
"layer_norm_eps": 1e-12,
|
| 44 |
+
"max_position_embeddings": 512,
|
| 45 |
+
"model_type": "bert",
|
| 46 |
+
"num_attention_heads": 4,
|
| 47 |
+
"num_hidden_layers": 4,
|
| 48 |
+
"pad_token_id": 0,
|
| 49 |
+
"position_embedding_type": "absolute",
|
| 50 |
+
"problem_type": "single_label_classification",
|
| 51 |
+
"torch_dtype": "float32",
|
| 52 |
+
"transformers_version": "4.49.0",
|
| 53 |
+
"type_vocab_size": 2,
|
| 54 |
+
"use_cache": true,
|
| 55 |
+
"vocab_size": 30522
|
| 56 |
+
}
|