sonia12138 commited on
Commit
2a72612
·
1 Parent(s): 48ef365

Upload 7 files

Browse files
checkpoint-4000/config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bhadresh-savani/bert-base-uncased-emotion",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "sadness",
14
+ "1": "joy",
15
+ "2": "love",
16
+ "3": "anger",
17
+ "4": "fear",
18
+ "5": "surprise"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "anger": 3,
24
+ "fear": 4,
25
+ "joy": 1,
26
+ "love": 2,
27
+ "sadness": 0,
28
+ "surprise": 5
29
+ },
30
+ "layer_norm_eps": 1e-12,
31
+ "max_position_embeddings": 512,
32
+ "model_type": "bert",
33
+ "num_attention_heads": 12,
34
+ "num_hidden_layers": 12,
35
+ "pad_token_id": 0,
36
+ "position_embedding_type": "absolute",
37
+ "problem_type": "single_label_classification",
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.32.1",
40
+ "type_vocab_size": 2,
41
+ "use_cache": true,
42
+ "vocab_size": 30522
43
+ }
checkpoint-4000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9479879fce74037e3a01271b0bf6dc961ecbef57d9cfc6d7351060410ad8f5da
3
+ size 876062970
checkpoint-4000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ea4122c9c9d550f25c67a8f7294955a64f125583b205abe402652e6d67315ab
3
+ size 438016238
checkpoint-4000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29dacd46f41f0f9240775fad184b0ab88e0cd7621ed26b7994f52a3872620160
3
+ size 14244
checkpoint-4000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71c858e7d80e455b20613a1a6bfebd32fda797d631d427b2c8f97c0128f7aba4
3
+ size 1064
checkpoint-4000/trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 8.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "learning_rate": 5e-05,
14
+ "loss": 0.1012,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 2.0,
19
+ "learning_rate": 4.2857142857142856e-05,
20
+ "loss": 0.1334,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 3.0,
25
+ "learning_rate": 3.571428571428572e-05,
26
+ "loss": 0.0914,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 4.0,
31
+ "learning_rate": 2.857142857142857e-05,
32
+ "loss": 0.0573,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 5.0,
37
+ "learning_rate": 2.1428571428571428e-05,
38
+ "loss": 0.031,
39
+ "step": 2500
40
+ },
41
+ {
42
+ "epoch": 6.0,
43
+ "learning_rate": 1.4285714285714285e-05,
44
+ "loss": 0.022,
45
+ "step": 3000
46
+ },
47
+ {
48
+ "epoch": 7.0,
49
+ "learning_rate": 7.142857142857143e-06,
50
+ "loss": 0.0115,
51
+ "step": 3500
52
+ },
53
+ {
54
+ "epoch": 8.0,
55
+ "learning_rate": 0.0,
56
+ "loss": 0.0081,
57
+ "step": 4000
58
+ }
59
+ ],
60
+ "logging_steps": 500,
61
+ "max_steps": 4000,
62
+ "num_train_epochs": 8,
63
+ "save_steps": 500,
64
+ "total_flos": 3.3679424618496e+16,
65
+ "trial_name": null,
66
+ "trial_params": null
67
+ }
checkpoint-4000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc357966e70436f17566398a9caa0350ab1ee96744102656116d756c82adffa4
3
+ size 4408