SantiagoCorley
commited on
Update, ahora multibert está arriba de hatebert
Browse files- config.json +4 -3
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
-
"gradient_checkpointing": false,
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
@@ -34,6 +34,7 @@
|
|
34 |
"model_type": "bert",
|
35 |
"num_attention_heads": 12,
|
36 |
"num_hidden_layers": 12,
|
|
|
37 |
"pad_token_id": 0,
|
38 |
"position_embedding_type": "absolute",
|
39 |
"problem_type": "multi_label_classification",
|
@@ -41,5 +42,5 @@
|
|
41 |
"transformers_version": "4.38.1",
|
42 |
"type_vocab_size": 2,
|
43 |
"use_cache": true,
|
44 |
-
"vocab_size":
|
45 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "bert_models/modelos_bert/hateBERT/",
|
3 |
+
"_num_labels": 2,
|
4 |
"architectures": [
|
5 |
"BertForSequenceClassification"
|
6 |
],
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"classifier_dropout": null,
|
|
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
|
|
34 |
"model_type": "bert",
|
35 |
"num_attention_heads": 12,
|
36 |
"num_hidden_layers": 12,
|
37 |
+
"output_past": true,
|
38 |
"pad_token_id": 0,
|
39 |
"position_embedding_type": "absolute",
|
40 |
"problem_type": "multi_label_classification",
|
|
|
42 |
"transformers_version": "4.38.1",
|
43 |
"type_vocab_size": 2,
|
44 |
"use_cache": true,
|
45 |
+
"vocab_size": 30522
|
46 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee806c0a78c73a7757815a2d5726dc670b56e2e2f8d77721a205f61dd01880cd
|
3 |
+
size 437974028
|