DanielCano
commited on
Commit
·
0326506
1
Parent(s):
15f869d
Upload config.json
Browse files- config.json +4 -2
config.json
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
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,7 +43,8 @@
|
|
42 |
"output_past": true,
|
43 |
"pad_token_id": 1,
|
44 |
"position_embedding_type": "absolute",
|
45 |
-
"
|
|
|
46 |
"type_vocab_size": 2,
|
47 |
"use_cache": true,
|
48 |
"vocab_size": 31002
|
|
|
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 |
"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
|