Delete config.json
Browse files- config.json +0 -44
config.json
DELETED
|
@@ -1,44 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_name_or_path": "/home/sotirislegkas/off_hateful_toxic/crosslingual/translate_train/2e-5_mDeBERTa-all-hate_training_with_callbacks",
|
| 3 |
-
"architectures": [
|
| 4 |
-
"DebertaV2ForSequenceClassification"
|
| 5 |
-
],
|
| 6 |
-
"attention_probs_dropout_prob": 0.1,
|
| 7 |
-
"hidden_act": "gelu",
|
| 8 |
-
"hidden_dropout_prob": 0.1,
|
| 9 |
-
"hidden_size": 768,
|
| 10 |
-
"id2label": {
|
| 11 |
-
"0": "NOT",
|
| 12 |
-
"1": "HATE"
|
| 13 |
-
},
|
| 14 |
-
"initializer_range": 0.02,
|
| 15 |
-
"intermediate_size": 3072,
|
| 16 |
-
"label2id": {
|
| 17 |
-
"HATE": 1,
|
| 18 |
-
"NOT": 0
|
| 19 |
-
},
|
| 20 |
-
"layer_norm_eps": 1e-07,
|
| 21 |
-
"max_position_embeddings": 512,
|
| 22 |
-
"max_relative_positions": -1,
|
| 23 |
-
"model_max_length": 512,
|
| 24 |
-
"model_type": "deberta-v2",
|
| 25 |
-
"norm_rel_ebd": "layer_norm",
|
| 26 |
-
"num_attention_heads": 12,
|
| 27 |
-
"num_hidden_layers": 12,
|
| 28 |
-
"pad_token_id": 0,
|
| 29 |
-
"pooler_dropout": 0,
|
| 30 |
-
"pooler_hidden_act": "gelu",
|
| 31 |
-
"pooler_hidden_size": 768,
|
| 32 |
-
"pos_att_type": [
|
| 33 |
-
"p2c",
|
| 34 |
-
"c2p"
|
| 35 |
-
],
|
| 36 |
-
"position_biased_input": false,
|
| 37 |
-
"position_buckets": 256,
|
| 38 |
-
"relative_attention": true,
|
| 39 |
-
"share_att_key": true,
|
| 40 |
-
"torch_dtype": "float32",
|
| 41 |
-
"transformers_version": "4.36.0.dev0",
|
| 42 |
-
"type_vocab_size": 0,
|
| 43 |
-
"vocab_size": 251000
|
| 44 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|