Delete config.json
Browse files- config.json +0 -44
config.json
DELETED
|
@@ -1,44 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_name_or_path": "./fine_tuned_indic_bert",
|
| 3 |
-
"architectures": [
|
| 4 |
-
"AlbertForSequenceClassification"
|
| 5 |
-
],
|
| 6 |
-
"attention_probs_dropout_prob": 0,
|
| 7 |
-
"bos_token_id": 2,
|
| 8 |
-
"classifier_dropout_prob": 0.1,
|
| 9 |
-
"down_scale_factor": 1,
|
| 10 |
-
"embedding_size": 128,
|
| 11 |
-
"eos_token_id": 3,
|
| 12 |
-
"gap_size": 0,
|
| 13 |
-
"hidden_act": "gelu",
|
| 14 |
-
"hidden_dropout_prob": 0,
|
| 15 |
-
"hidden_size": 768,
|
| 16 |
-
"id2label": {
|
| 17 |
-
"0": "English",
|
| 18 |
-
"1": "Hindi",
|
| 19 |
-
"2": "Hinglish"
|
| 20 |
-
},
|
| 21 |
-
"initializer_range": 0.02,
|
| 22 |
-
"inner_group_num": 1,
|
| 23 |
-
"intermediate_size": 3072,
|
| 24 |
-
"label2id": {
|
| 25 |
-
"LABEL_0": 0,
|
| 26 |
-
"LABEL_1": 1,
|
| 27 |
-
"LABEL_2": 2
|
| 28 |
-
},
|
| 29 |
-
"layer_norm_eps": 1e-12,
|
| 30 |
-
"max_position_embeddings": 512,
|
| 31 |
-
"model_type": "albert",
|
| 32 |
-
"net_structure_type": 0,
|
| 33 |
-
"num_attention_heads": 12,
|
| 34 |
-
"num_hidden_groups": 1,
|
| 35 |
-
"num_hidden_layers": 12,
|
| 36 |
-
"num_memory_blocks": 0,
|
| 37 |
-
"pad_token_id": 0,
|
| 38 |
-
"position_embedding_type": "absolute",
|
| 39 |
-
"problem_type": "single_label_classification",
|
| 40 |
-
"torch_dtype": "float32",
|
| 41 |
-
"transformers_version": "4.47.1",
|
| 42 |
-
"type_vocab_size": 2,
|
| 43 |
-
"vocab_size": 200000
|
| 44 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|