francisco-perez-sorrosal commited on
Commit
1942c6b
1 Parent(s): 18dbf84

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dccuchile/distilbert-base-spanish-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "P",
13
+ "1": "NEU",
14
+ "2": "N"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "N": 2,
19
+ "NEU": 1,
20
+ "P": 0
21
+ },
22
+ "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
26
+ "pad_token_id": 0,
27
+ "problem_type": "single_label_classification",
28
+ "qa_dropout": 0.1,
29
+ "seq_classif_dropout": 0.2,
30
+ "sinusoidal_pos_embds": true,
31
+ "tie_weights_": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.26.0",
34
+ "vocab_size": 31002
35
+ }
last-checkpoint/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dccuchile/distilbert-base-spanish-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "P",
13
+ "1": "NEU",
14
+ "2": "N"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "N": 2,
19
+ "NEU": 1,
20
+ "P": 0
21
+ },
22
+ "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
26
+ "pad_token_id": 0,
27
+ "problem_type": "single_label_classification",
28
+ "qa_dropout": 0.1,
29
+ "seq_classif_dropout": 0.2,
30
+ "sinusoidal_pos_embds": true,
31
+ "tie_weights_": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.26.0",
34
+ "vocab_size": 31002
35
+ }
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:571b65dc006a2dbebf2f0fa7882d656208924e4c6adc6a87c31f6c5360e9ce72
3
+ size 535507077
last-checkpoint/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:240d83834ed33ebe996bedd00cfba2000979317e6a42c111cd20fae9109404b1
3
+ size 269331757
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c217c8da9b1f3f90a790bb2b05f111d916ff143daa3cf19ad27dd02007dcd0c
3
+ size 13553
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e2c4f9cae00d2f2dce1381a30f6b5f4854a75960078ce7c852274fe3c646a95
3
+ size 627
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "max_length": 72,
7
+ "model_max_length": 512,
8
+ "name_or_path": "dccuchile/distilbert-base-spanish-uncased",
9
+ "never_split": null,
10
+ "pad_token": "[PAD]",
11
+ "padding": "max_length",
12
+ "sep_token": "[SEP]",
13
+ "special_tokens_map_file": null,
14
+ "strip_accents": false,
15
+ "tokenize_chinese_chars": true,
16
+ "tokenizer_class": "DistilBertTokenizer",
17
+ "truncation": true,
18
+ "unk_token": "[UNK]"
19
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.6408275086543338,
3
+ "best_model_checkpoint": "/Users/fperez/dev/data/spanishclassfier_exp/dccuchile-distilbert-base-spanish-uncased-finetuned-with-spanish-tweets-clf-cleaned-ds/ep_4-lr_5e-5-msl_72-bs_8/checkpoint-543",
4
+ "epoch": 1.0,
5
+ "global_step": 543,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.0,
12
+ "learning_rate": 3.7500000000000003e-05,
13
+ "loss": 0.8558,
14
+ "step": 543
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.6627505183137526,
19
+ "eval_f1": 0.6408275086543338,
20
+ "eval_loss": 0.7704619765281677,
21
+ "eval_precision": 0.6585112137242866,
22
+ "eval_recall": 0.6404028252673054,
23
+ "eval_runtime": 51.7657,
24
+ "eval_samples_per_second": 27.953,
25
+ "eval_steps_per_second": 0.889,
26
+ "step": 543
27
+ }
28
+ ],
29
+ "max_steps": 2172,
30
+ "num_train_epochs": 4,
31
+ "total_flos": 80847951024960.0,
32
+ "trial_name": null,
33
+ "trial_params": null
34
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:071d9c91eac6c5a943dd8fd6ef002dd9a58fe34a9a244376b35a1e3907d42005
3
+ size 3899
last-checkpoint/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:240d83834ed33ebe996bedd00cfba2000979317e6a42c111cd20fae9109404b1
3
+ size 269331757
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "max_length": 72,
7
+ "model_max_length": 512,
8
+ "name_or_path": "dccuchile/distilbert-base-spanish-uncased",
9
+ "never_split": null,
10
+ "pad_token": "[PAD]",
11
+ "padding": "max_length",
12
+ "sep_token": "[SEP]",
13
+ "special_tokens_map_file": null,
14
+ "strip_accents": false,
15
+ "tokenize_chinese_chars": true,
16
+ "tokenizer_class": "DistilBertTokenizer",
17
+ "truncation": true,
18
+ "unk_token": "[UNK]"
19
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:071d9c91eac6c5a943dd8fd6ef002dd9a58fe34a9a244376b35a1e3907d42005
3
+ size 3899
vocab.txt ADDED
The diff for this file is too large to render. See raw diff