alejndrojavier commited on
Commit
463b065
1 Parent(s): 53ce381

Training in progress, epoch 2

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f84014248274b80667fce8855d133b87c51c89eee525604a55f8598228b768d
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc6628694c950dd5fbe46f68ce2987c750081a50bc283657d3212f07f03f972f
3
  size 267832560
tmp-checkpoint-350/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-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
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.36.2",
24
+ "vocab_size": 30522
25
+ }
tmp-checkpoint-350/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc6628694c950dd5fbe46f68ce2987c750081a50bc283657d3212f07f03f972f
3
+ size 267832560
tmp-checkpoint-350/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5877be18420a112359a1a007e8e3b106c6f005a1f1e9c87fd1b5df566d875441
3
+ size 535727290
tmp-checkpoint-350/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe0e7135622ace68d7968efe929220efcc643079f367f734515eda6abfb77956
3
+ size 14244
tmp-checkpoint-350/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:962767c052121cc97a86e61e22f918f67e3a261cb52213471bfe6b643edaffb8
3
+ size 1064
tmp-checkpoint-350/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
+ }
tmp-checkpoint-350/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tmp-checkpoint-350/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
tmp-checkpoint-350/trainer_state.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 350,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.29,
13
+ "learning_rate": 1.0000000000000002e-06,
14
+ "loss": 0.5477,
15
+ "step": 50
16
+ },
17
+ {
18
+ "epoch": 0.57,
19
+ "learning_rate": 2.0000000000000003e-06,
20
+ "loss": 0.5383,
21
+ "step": 100
22
+ },
23
+ {
24
+ "epoch": 0.86,
25
+ "learning_rate": 3e-06,
26
+ "loss": 0.5464,
27
+ "step": 150
28
+ },
29
+ {
30
+ "epoch": 1.0,
31
+ "eval_accuracy": 0.7685714285714286,
32
+ "eval_f1": 0.8691437802907915,
33
+ "eval_loss": 0.5194858312606812,
34
+ "eval_runtime": 10.6792,
35
+ "eval_samples_per_second": 65.548,
36
+ "eval_steps_per_second": 4.12,
37
+ "step": 175
38
+ },
39
+ {
40
+ "epoch": 1.14,
41
+ "learning_rate": 4.000000000000001e-06,
42
+ "loss": 0.5248,
43
+ "step": 200
44
+ },
45
+ {
46
+ "epoch": 1.43,
47
+ "learning_rate": 5e-06,
48
+ "loss": 0.5475,
49
+ "step": 250
50
+ },
51
+ {
52
+ "epoch": 1.71,
53
+ "learning_rate": 6e-06,
54
+ "loss": 0.5114,
55
+ "step": 300
56
+ },
57
+ {
58
+ "epoch": 2.0,
59
+ "learning_rate": 7e-06,
60
+ "loss": 0.5552,
61
+ "step": 350
62
+ },
63
+ {
64
+ "epoch": 2.0,
65
+ "eval_accuracy": 0.7685714285714286,
66
+ "eval_f1": 0.8691437802907915,
67
+ "eval_loss": 0.525272011756897,
68
+ "eval_runtime": 15.9825,
69
+ "eval_samples_per_second": 43.798,
70
+ "eval_steps_per_second": 2.753,
71
+ "step": 350
72
+ }
73
+ ],
74
+ "logging_steps": 50,
75
+ "max_steps": 525,
76
+ "num_input_tokens_seen": 0,
77
+ "num_train_epochs": 3,
78
+ "save_steps": 500,
79
+ "total_flos": 826596567613440.0,
80
+ "train_batch_size": 16,
81
+ "trial_name": null,
82
+ "trial_params": null
83
+ }
tmp-checkpoint-350/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17e386d1c2fffd73ff73abe40645453eee911a33dcdd7656050f585848ce23d5
3
+ size 4664
tmp-checkpoint-350/vocab.txt ADDED
The diff for this file is too large to render. See raw diff