raulangelj
commited on
Commit
•
388cb2f
1
Parent(s):
5bb6d2e
Training in progress, epoch 1
Browse files- config.json +5 -9
- pytorch_model.bin +2 -2
- tokenizer.json +0 -0
- tokenizer_config.json +3 -1
- training_args.bin +1 -1
- vocab.txt +0 -0
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "bert-base-
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
-
"
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
@@ -16,17 +16,13 @@
|
|
16 |
"model_type": "bert",
|
17 |
"num_attention_heads": 12,
|
18 |
"num_hidden_layers": 12,
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"pooler_num_attention_heads": 12,
|
22 |
-
"pooler_num_fc_layers": 3,
|
23 |
-
"pooler_size_per_head": 128,
|
24 |
-
"pooler_type": "first_token_transform",
|
25 |
"position_embedding_type": "absolute",
|
26 |
"problem_type": "single_label_classification",
|
27 |
"torch_dtype": "float32",
|
28 |
"transformers_version": "4.28.0",
|
29 |
"type_vocab_size": 2,
|
30 |
"use_cache": true,
|
31 |
-
"vocab_size":
|
32 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "dccuchile/bert-base-spanish-wwm-cased",
|
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,
|
|
|
16 |
"model_type": "bert",
|
17 |
"num_attention_heads": 12,
|
18 |
"num_hidden_layers": 12,
|
19 |
+
"output_past": true,
|
20 |
+
"pad_token_id": 1,
|
|
|
|
|
|
|
|
|
21 |
"position_embedding_type": "absolute",
|
22 |
"problem_type": "single_label_classification",
|
23 |
"torch_dtype": "float32",
|
24 |
"transformers_version": "4.28.0",
|
25 |
"type_vocab_size": 2,
|
26 |
"use_cache": true,
|
27 |
+
"vocab_size": 31002
|
28 |
}
|
pytorch_model.bin
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:3eae24f043b1cc5198ebe5db2cc187ac9be713debfeacc6ecce1bec016ca0355
|
3 |
+
size 439482485
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"cls_token": "[CLS]",
|
|
|
4 |
"do_lower_case": false,
|
5 |
"mask_token": "[MASK]",
|
6 |
"model_max_length": 512,
|
|
|
7 |
"pad_token": "[PAD]",
|
8 |
"sep_token": "[SEP]",
|
9 |
-
"strip_accents":
|
10 |
"tokenize_chinese_chars": true,
|
11 |
"tokenizer_class": "BertTokenizer",
|
12 |
"unk_token": "[UNK]"
|
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"cls_token": "[CLS]",
|
4 |
+
"do_basic_tokenize": true,
|
5 |
"do_lower_case": false,
|
6 |
"mask_token": "[MASK]",
|
7 |
"model_max_length": 512,
|
8 |
+
"never_split": null,
|
9 |
"pad_token": "[PAD]",
|
10 |
"sep_token": "[SEP]",
|
11 |
+
"strip_accents": false,
|
12 |
"tokenize_chinese_chars": true,
|
13 |
"tokenizer_class": "BertTokenizer",
|
14 |
"unk_token": "[UNK]"
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3643
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd1afb8183e00cc01cf9cfb5010a764d07f9365316ec9c33acfc3d52fa3d2c6b
|
3 |
size 3643
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|