end of training 3 epochs
Browse files- last-checkpoint/config.json +0 -38
- last-checkpoint/optimizer.pt +0 -3
- last-checkpoint/pytorch_model.bin +0 -3
- last-checkpoint/rng_state.pth +0 -3
- last-checkpoint/scheduler.pt +0 -3
- last-checkpoint/special_tokens_map.json +0 -1
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer_config.json +0 -1
- last-checkpoint/trainer_state.json +0 -50
- last-checkpoint/training_args.bin +0 -3
- last-checkpoint/vocab.txt +0 -0
- runs/May23_14-58-17_5cc8f86d98f1/events.out.tfevents.1653317964.5cc8f86d98f1.74.0 +2 -2
last-checkpoint/config.json
DELETED
@@ -1,38 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "distilbert-base-cased",
|
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": "anger",
|
13 |
-
"1": "joy",
|
14 |
-
"2": "optimism",
|
15 |
-
"3": "sadness"
|
16 |
-
},
|
17 |
-
"initializer_range": 0.02,
|
18 |
-
"label2id": {
|
19 |
-
"anger": 0,
|
20 |
-
"joy": 1,
|
21 |
-
"optimism": 2,
|
22 |
-
"sadness": 3
|
23 |
-
},
|
24 |
-
"max_position_embeddings": 512,
|
25 |
-
"model_type": "distilbert",
|
26 |
-
"n_heads": 12,
|
27 |
-
"n_layers": 6,
|
28 |
-
"output_past": true,
|
29 |
-
"pad_token_id": 0,
|
30 |
-
"problem_type": "single_label_classification",
|
31 |
-
"qa_dropout": 0.1,
|
32 |
-
"seq_classif_dropout": 0.2,
|
33 |
-
"sinusoidal_pos_embds": false,
|
34 |
-
"tie_weights_": true,
|
35 |
-
"torch_dtype": "float32",
|
36 |
-
"transformers_version": "4.19.2",
|
37 |
-
"vocab_size": 28996
|
38 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
last-checkpoint/optimizer.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:11570f456365ac1de52243dc5f744e01395f61874224fbe491f2de1514c3d91f
|
3 |
-
size 526336609
|
|
|
|
|
|
|
|
last-checkpoint/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c622c81eb14465ba121d72300e28840dab4c17726eeb2478e9ff4bdebae973b2
|
3 |
-
size 263172593
|
|
|
|
|
|
|
|
last-checkpoint/rng_state.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b759cab2751342bdd657445ee4a5c08c632f94f0ce3c0f24f5869abd99b33515
|
3 |
-
size 14503
|
|
|
|
|
|
|
|
last-checkpoint/scheduler.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:879e907633192225d2988fdd61f0e674f723dfe02fe214f7df6b836a6e5d5fe7
|
3 |
-
size 623
|
|
|
|
|
|
|
|
last-checkpoint/special_tokens_map.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
|
|
|
last-checkpoint/tokenizer.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer_config.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-cased", "tokenizer_class": "DistilBertTokenizer"}
|
|
|
|
last-checkpoint/trainer_state.json
DELETED
@@ -1,50 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"best_metric": 0.7324328527827817,
|
3 |
-
"best_model_checkpoint": "bert-emotion/checkpoint-1630",
|
4 |
-
"epoch": 2.0,
|
5 |
-
"global_step": 1630,
|
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.3333333333333335e-05,
|
13 |
-
"loss": 0.8418,
|
14 |
-
"step": 815
|
15 |
-
},
|
16 |
-
{
|
17 |
-
"epoch": 1.0,
|
18 |
-
"eval_fscore": 0.64199629508554,
|
19 |
-
"eval_loss": 0.8129382729530334,
|
20 |
-
"eval_precision": 0.7960072597856689,
|
21 |
-
"eval_recall": 0.6242311479207692,
|
22 |
-
"eval_runtime": 0.954,
|
23 |
-
"eval_samples_per_second": 392.021,
|
24 |
-
"eval_steps_per_second": 98.529,
|
25 |
-
"step": 815
|
26 |
-
},
|
27 |
-
{
|
28 |
-
"epoch": 2.0,
|
29 |
-
"learning_rate": 1.6666666666666667e-05,
|
30 |
-
"loss": 0.5222,
|
31 |
-
"step": 1630
|
32 |
-
},
|
33 |
-
{
|
34 |
-
"epoch": 2.0,
|
35 |
-
"eval_fscore": 0.7324328527827817,
|
36 |
-
"eval_loss": 0.9663205146789551,
|
37 |
-
"eval_precision": 0.7584143950163228,
|
38 |
-
"eval_recall": 0.7196118817328854,
|
39 |
-
"eval_runtime": 0.969,
|
40 |
-
"eval_samples_per_second": 385.981,
|
41 |
-
"eval_steps_per_second": 97.011,
|
42 |
-
"step": 1630
|
43 |
-
}
|
44 |
-
],
|
45 |
-
"max_steps": 2445,
|
46 |
-
"num_train_epochs": 3,
|
47 |
-
"total_flos": 63496062112560.0,
|
48 |
-
"trial_name": null,
|
49 |
-
"trial_params": null
|
50 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
last-checkpoint/training_args.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:c91245525b6a35d02438778b3a710b2cdbe70f5c66e21a2bab6d190c0660f580
|
3 |
-
size 3183
|
|
|
|
|
|
|
|
last-checkpoint/vocab.txt
DELETED
The diff for this file is too large to render.
See raw diff
|
|
runs/May23_14-58-17_5cc8f86d98f1/events.out.tfevents.1653317964.5cc8f86d98f1.74.0
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:eda5e0917fb427141f500721a9a06bb8202d008ead2887fa927d3fe6710339e4
|
3 |
+
size 5625
|