Gyimah3 commited on
Commit
2c6187d
·
1 Parent(s): 9d1ebf0

Upload 14 files

Browse files
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
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": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "LABEL_0": 0,
21
+ "LABEL_1": 1,
22
+ "LABEL_2": 2
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "position_embedding_type": "absolute",
31
+ "problem_type": "single_label_classification",
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.25.1",
34
+ "type_vocab_size": 2,
35
+ "use_cache": true,
36
+ "vocab_size": 30522
37
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:202fe7ea5fdaeadcc41e0568fcbf461249b58bf8e4af7899574c9f333e48174c
3
+ size 438010997
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad764a92aa25435858f4b54f9552a8b2241c32bd18f3ce7609e2f5a3fbd466e5
3
+ size 14575
runs_2/events.out.tfevents.1673604539.f7420f84b364.125.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e93d1eec07c8b5ce783a539f841bc6dd02b3de9d468b75ac7d9bb0dffaf53eb
3
+ size 4498
runs_2/events.out.tfevents.1673605505.f7420f84b364.125.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff456f1baaff7dca029b8a06e13717a46b59414a68a770d0a09dd158d4a8370a
3
+ size 14001
runs_2/events.out.tfevents.1673609116.f7420f84b364.125.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8437f0251593c865e44028515365c1934fe49060b1d6c1be58efeef876f54ced
3
+ size 6127
runs_2/events.out.tfevents.1673611695.f7420f84b364.125.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11d4d86f23e09ac228433dbedc3d283809872e1420b406488344a14b07a3c499
3
+ size 298
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11d6d5821083798cf88ce5e9b21602edcab10bd27323badd9a7b4a80ba852771
3
+ size 627
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "bert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
trainer_state.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5717902779579163,
3
+ "best_model_checkpoint": "Finetuned_bert/checkpoint-2000",
4
+ "epoch": 3.0,
5
+ "global_step": 3000,
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.5,
12
+ "learning_rate": 1.6666666666666667e-05,
13
+ "loss": 0.7565,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "learning_rate": 1.3333333333333333e-05,
19
+ "loss": 0.6275,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 1.0,
24
+ "eval_accuracy": 0.768,
25
+ "eval_loss": 0.5923901796340942,
26
+ "eval_runtime": 67.4205,
27
+ "eval_samples_per_second": 29.665,
28
+ "eval_steps_per_second": 3.708,
29
+ "step": 1000
30
+ },
31
+ {
32
+ "epoch": 1.5,
33
+ "learning_rate": 1e-05,
34
+ "loss": 0.5073,
35
+ "step": 1500
36
+ },
37
+ {
38
+ "epoch": 2.0,
39
+ "learning_rate": 6.666666666666667e-06,
40
+ "loss": 0.4898,
41
+ "step": 2000
42
+ },
43
+ {
44
+ "epoch": 2.0,
45
+ "eval_accuracy": 0.781,
46
+ "eval_loss": 0.5717902779579163,
47
+ "eval_runtime": 67.2175,
48
+ "eval_samples_per_second": 29.754,
49
+ "eval_steps_per_second": 3.719,
50
+ "step": 2000
51
+ },
52
+ {
53
+ "epoch": 2.5,
54
+ "learning_rate": 3.3333333333333333e-06,
55
+ "loss": 0.3394,
56
+ "step": 2500
57
+ },
58
+ {
59
+ "epoch": 3.0,
60
+ "learning_rate": 0.0,
61
+ "loss": 0.3211,
62
+ "step": 3000
63
+ },
64
+ {
65
+ "epoch": 3.0,
66
+ "eval_accuracy": 0.7815,
67
+ "eval_loss": 0.6927292943000793,
68
+ "eval_runtime": 67.2789,
69
+ "eval_samples_per_second": 29.727,
70
+ "eval_steps_per_second": 3.716,
71
+ "step": 3000
72
+ }
73
+ ],
74
+ "max_steps": 3000,
75
+ "num_train_epochs": 3,
76
+ "total_flos": 6313932685218816.0,
77
+ "trial_name": null,
78
+ "trial_params": null
79
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77b8dbe33c8c5f21cc7d7c8084239111afe593269161c6444154e71ed641cebf
3
+ size 3387
vocab.txt ADDED
The diff for this file is too large to render. See raw diff