YuWang0103 commited on
Commit
fd1667e
·
verified ·
1 Parent(s): 936954d

Upload 8 files

Browse files
cc-deg.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a1f6c0e4cdeacddd046d0f73ae4d2fd594361471ca6846a4348c946d6ae48f8
3
+ size 275877577
checkpoint-900/config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "3": "LABEL_3",
17
+ "4": "LABEL_4",
18
+ "5": "LABEL_5",
19
+ "6": "LABEL_6",
20
+ "7": "LABEL_7"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "LABEL_0": 0,
26
+ "LABEL_1": 1,
27
+ "LABEL_2": 2,
28
+ "LABEL_3": 3,
29
+ "LABEL_4": 4,
30
+ "LABEL_5": 5,
31
+ "LABEL_6": 6,
32
+ "LABEL_7": 7
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "max_position_embeddings": 512,
36
+ "model_type": "bert",
37
+ "num_attention_heads": 12,
38
+ "num_hidden_layers": 12,
39
+ "pad_token_id": 0,
40
+ "position_embedding_type": "absolute",
41
+ "problem_type": "single_label_classification",
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.41.1",
44
+ "type_vocab_size": 2,
45
+ "use_cache": true,
46
+ "vocab_size": 30522
47
+ }
checkpoint-900/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9d660aa3e3e4006045fef54c8b250ffd9183f29c5191e74b3e0c0b057e6f5b0
3
+ size 437977104
checkpoint-900/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2baad821eb11998fc39cef88449c48bfa942b6d5b1fb415d0bf401f224bfd523
3
+ size 876075258
checkpoint-900/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3c17926a3595fdc051c35240d71e358f6ba47fea0d57659bc8495476233b913
3
+ size 14244
checkpoint-900/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a1774c9bd9cd996e631c43160d37a9708272ec22c65f4b1c68fcd6f667de9f2
3
+ size 1064
checkpoint-900/trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0007389260572381318,
3
+ "best_model_checkpoint": "./results/checkpoint-900",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 900,
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
+ "eval_accuracy": 0.9975,
14
+ "eval_loss": 0.011887476779520512,
15
+ "eval_runtime": 4.7296,
16
+ "eval_samples_per_second": 84.573,
17
+ "eval_steps_per_second": 10.572,
18
+ "step": 300
19
+ },
20
+ {
21
+ "epoch": 1.6666666666666665,
22
+ "grad_norm": 0.012679378502070904,
23
+ "learning_rate": 2.2222222222222223e-05,
24
+ "loss": 0.1752,
25
+ "step": 500
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "eval_accuracy": 1.0,
30
+ "eval_loss": 0.0009105766657739878,
31
+ "eval_runtime": 4.7937,
32
+ "eval_samples_per_second": 83.443,
33
+ "eval_steps_per_second": 10.43,
34
+ "step": 600
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_accuracy": 1.0,
39
+ "eval_loss": 0.0007389260572381318,
40
+ "eval_runtime": 4.8533,
41
+ "eval_samples_per_second": 82.418,
42
+ "eval_steps_per_second": 10.302,
43
+ "step": 900
44
+ }
45
+ ],
46
+ "logging_steps": 500,
47
+ "max_steps": 900,
48
+ "num_input_tokens_seen": 0,
49
+ "num_train_epochs": 3,
50
+ "save_steps": 500,
51
+ "stateful_callbacks": {
52
+ "TrainerControl": {
53
+ "args": {
54
+ "should_epoch_stop": false,
55
+ "should_evaluate": false,
56
+ "should_log": false,
57
+ "should_save": true,
58
+ "should_training_stop": true
59
+ },
60
+ "attributes": {}
61
+ }
62
+ },
63
+ "total_flos": 2841752479334400.0,
64
+ "train_batch_size": 12,
65
+ "trial_name": null,
66
+ "trial_params": null
67
+ }
checkpoint-900/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4416f19a2527a3083a1b48ba32a64de567ff8119ce281e008d11aa90f6c2a19e
3
+ size 5048