Commit ·
cc58195
1
Parent(s): 1e5754b
Upload Files
Browse files- config.json +49 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- vocab.txt +0 -0
config.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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,
|
| 10 |
+
"hidden_size": 768,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "ciencia_tecnologia",
|
| 13 |
+
"1": "clickbait",
|
| 14 |
+
"2": "cultura",
|
| 15 |
+
"3": "deportes",
|
| 16 |
+
"4": "economia",
|
| 17 |
+
"5": "educacion",
|
| 18 |
+
"6": "medio_ambiente",
|
| 19 |
+
"7": "opinion",
|
| 20 |
+
"8": "politica",
|
| 21 |
+
"9": "sociedad"
|
| 22 |
+
},
|
| 23 |
+
"initializer_range": 0.02,
|
| 24 |
+
"intermediate_size": 3072,
|
| 25 |
+
"label2id": {
|
| 26 |
+
"ciencia_tecnologia": 0,
|
| 27 |
+
"clickbait": 1,
|
| 28 |
+
"cultura": 2,
|
| 29 |
+
"deportes": 3,
|
| 30 |
+
"economia": 4,
|
| 31 |
+
"educacion": 5,
|
| 32 |
+
"medio_ambiente": 6,
|
| 33 |
+
"opinion": 7,
|
| 34 |
+
"politica": 8,
|
| 35 |
+
"sociedad": 9
|
| 36 |
+
},
|
| 37 |
+
"layer_norm_eps": 1e-12,
|
| 38 |
+
"max_position_embeddings": 512,
|
| 39 |
+
"model_type": "bert",
|
| 40 |
+
"num_attention_heads": 12,
|
| 41 |
+
"num_hidden_layers": 12,
|
| 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
|
| 49 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f61a49cb69075c3ab19753fbb0400e1100d3bbc25ef522c9a2539607f7585b3
|
| 3 |
+
size 439515565
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": false, "name_or_path": "dccuchile/bert-base-spanish-wwm-cased", "do_basic_tokenize": true, "never_split": null, "model_max_length": 512, "special_tokens_map_file": "/Users/rafaelperez/.cache/huggingface/transformers/9848a00af462c42dfb4ec88ef438fbab5256330f7f6f50badc48d277f9367d49.f982506b52498d4adb4bd491f593dc92b2ef6be61bfdbe9d30f53f963f9f5b66", "tokenizer_class": "BertTokenizer"}
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|