cruiser commited on
Commit
8f02ea5
1 Parent(s): e9e985b

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.2,
8
+ "dim": 768,
9
+ "dropout": 0.2,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "Negative",
13
+ "1": "Neutral",
14
+ "2": "Positive"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "Negative": 0,
19
+ "Neutral": 1,
20
+ "Positive": 2
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.3,
30
+ "sinusoidal_pos_embds": false,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.28.1",
33
+ "vocab_size": 30522
34
+ }
last-checkpoint/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.2,
8
+ "dim": 768,
9
+ "dropout": 0.2,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "Negative",
13
+ "1": "Neutral",
14
+ "2": "Positive"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "Negative": 0,
19
+ "Neutral": 1,
20
+ "Positive": 2
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.3,
30
+ "sinusoidal_pos_embds": false,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.28.1",
33
+ "vocab_size": 30522
34
+ }
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6da5cd4b0656262aa2c5e33402b4ea5a9c30124eb96f4ad5b6f04869f81c36e
3
+ size 535707205
last-checkpoint/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:140674d2406857363e180b3415c2e2a7fcea896327f3aab36609b258e2b89e55
3
+ size 267858605
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1afa4fb390fed62209a33ec31502a83421450b5e725ed87b9f6a0e5a6fe43e4a
3
+ size 14575
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8887e02a63197212eb08e6268a00af8c32453672a22c577dcf1de8bc5e2b976a
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5497974753379822,
3
+ "best_model_checkpoint": "distilbert_final_config_dropout/checkpoint-1718",
4
+ "epoch": 1.0,
5
+ "global_step": 1718,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.29,
12
+ "learning_rate": 1.970896391152503e-05,
13
+ "loss": 0.7068,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.58,
18
+ "learning_rate": 1.941792782305006e-05,
19
+ "loss": 0.5844,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.87,
24
+ "learning_rate": 1.9126891734575087e-05,
25
+ "loss": 0.5631,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 1.0,
30
+ "eval_accuracy": 0.7849462365591398,
31
+ "eval_f1": 0.7884996645660559,
32
+ "eval_loss": 0.5497974753379822,
33
+ "eval_runtime": 8.1439,
34
+ "eval_samples_per_second": 433.946,
35
+ "eval_steps_per_second": 27.137,
36
+ "step": 1718
37
+ }
38
+ ],
39
+ "max_steps": 34360,
40
+ "num_train_epochs": 20,
41
+ "total_flos": 782117510345820.0,
42
+ "trial_name": null,
43
+ "trial_params": null
44
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb6f93d1aa0603bc278729817f19c12ec0e0cb34b31836f19452b1b45df12e00
3
+ size 3643
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:140674d2406857363e180b3415c2e2a7fcea896327f3aab36609b258e2b89e55
3
+ size 267858605
runs/May01_07-08-02_af1ffd0a72ec/1682924887.8590207/events.out.tfevents.1682924887.af1ffd0a72ec.975.15 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc595f80ac96b9e8172e84408927ad125e28262806a1c8a2b7cff589f6828259
3
+ size 5915
runs/May01_07-08-02_af1ffd0a72ec/events.out.tfevents.1682924887.af1ffd0a72ec.975.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9308464d673553c8070019e7feb9e18bc47465f1f244a6a92744101727de3da
3
+ size 4840
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb6f93d1aa0603bc278729817f19c12ec0e0cb34b31836f19452b1b45df12e00
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff