mrm8488 commited on
Commit
7c95a4a
1 Parent(s): 6c5e256

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mrm8488/spanish-TinyBERT-betito",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "cell": {},
8
+ "classifier_dropout": null,
9
+ "emb_size": 312,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 312,
13
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 1200,
20
+ "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "max_position_embeddings": 512,
27
+ "model_type": "bert",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 4,
30
+ "pad_token_id": 0,
31
+ "position_embedding_type": "absolute",
32
+ "pre_trained": "",
33
+ "problem_type": "single_label_classification",
34
+ "structure": [],
35
+ "torch_dtype": "float32",
36
+ "training": "",
37
+ "transformers_version": "4.17.0",
38
+ "type_vocab_size": 2,
39
+ "use_cache": true,
40
+ "vocab_size": 31002
41
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48d6a7621d59e412fecf73bb18f584d04f73417cb79333faff7108c08b197a3f
3
+ size 58035911
runs/Mar08_20-53-59_6b4c7cd8b816/1646772980.29819/events.out.tfevents.1646772980.6b4c7cd8b816.123.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f917b2818515fb3d57c870d31eb35497ef0c83bf1b117bdd30aebf208b7d52f3
3
+ size 4833
runs/Mar08_20-53-59_6b4c7cd8b816/events.out.tfevents.1646772980.6b4c7cd8b816.123.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fac406b507306716ac1697f1fcf149eb03822e8e3f4b75167c9e813a06b930a1
3
+ size 19139
runs/Mar08_21-23-20_6b4c7cd8b816/1646774690.3291204/events.out.tfevents.1646774690.6b4c7cd8b816.889.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:605fa458c129a17b21b77c03cbcb99c4dce3ba68aef42d877811185df73910f6
3
+ size 4839
runs/Mar08_21-23-20_6b4c7cd8b816/events.out.tfevents.1646774690.6b4c7cd8b816.889.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4a4ad1b2c4f6db2f44b5805eb097372143d41d1f53105caf815a52a25a4dac0
3
+ size 19475
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": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": null, "name_or_path": "mrm8488/spanish-TinyBERT-betito", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d0a92ba222ca918e6edc1f0e872e582cd995c4019e1cd044ddd099772bd33bf
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff