SantiagoCorley commited on
Commit
817d500
1 Parent(s): bbe0477

Update, ahora multibert está arriba de hatebert

Browse files
Files changed (2) hide show
  1. config.json +4 -3
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_name_or_path": "../model_evaluation_scripts/classifiers_classes_api/multi_label_bert",
 
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": 28996
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:ec3ec6d1de947373154ebba7a21a789aec38640c7c626f701df6f491b8fd701c
3
- size 433286148
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee806c0a78c73a7757815a2d5726dc670b56e2e2f8d77721a205f61dd01880cd
3
+ size 437974028