DanielCano commited on
Commit
0595084
1 Parent(s): 074a383

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -4
config.json CHANGED
@@ -1,10 +1,9 @@
1
  {
2
- "_name_or_path": "M47Labs/spanish_news_classification_headlines",
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,
@@ -43,8 +42,7 @@
43
  "output_past": true,
44
  "pad_token_id": 1,
45
  "position_embedding_type": "absolute",
46
- "torch_dtype": "float32",
47
- "transformers_version": "4.19.2",
48
  "type_vocab_size": 2,
49
  "use_cache": true,
50
  "vocab_size": 31002
1
  {
2
+ "_name_or_path": "dccuchile/bert-base-spanish-wwm-cased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "gradient_checkpointing": false,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
42
  "output_past": true,
43
  "pad_token_id": 1,
44
  "position_embedding_type": "absolute",
45
+ "transformers_version": "4.8.2",
 
46
  "type_vocab_size": 2,
47
  "use_cache": true,
48
  "vocab_size": 31002