ChrisZeng commited on
Commit
8805a44
·
1 Parent(s): a527a5e

Training in progress, epoch 3

Browse files
checkpoint-633/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cardiffnlp/twitter-roberta-base-2021-124m",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "LABEL_0",
16
+ "1": "LABEL_1",
17
+ "2": "LABEL_2"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2
25
+ },
26
+ "layer_norm_eps": 1e-05,
27
+ "max_position_embeddings": 514,
28
+ "model_type": "roberta",
29
+ "num_attention_heads": 12,
30
+ "num_hidden_layers": 12,
31
+ "pad_token_id": 1,
32
+ "position_embedding_type": "absolute",
33
+ "problem_type": "multi_label_classification",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.17.0",
36
+ "type_vocab_size": 1,
37
+ "use_cache": true,
38
+ "vocab_size": 50265
39
+ }
checkpoint-633/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-633/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1860b34f509a8b768cae1e40ef8ecbc9635f67cde8f8ad840e89b16443520ef1
3
+ size 997299037
checkpoint-633/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddb6c241a7df00adf7d0ec7b28eee18c33421eb6332dace17773e20b08f07040
3
+ size 498678125
checkpoint-633/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dd83eb3bf7e0aacd8f56a7b444f3dbb58f8ca15db84928b09ba24c91d8b21a5
3
+ size 14503
checkpoint-633/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fb456deb1a31ac015bf6acec60923a29602bd610eebbc538b2ae7f3abe0f3cb
3
+ size 559
checkpoint-633/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9417be187d55d00455659417304ea0fe6e16df9da051da586f52d2823a5243d2
3
+ size 623
checkpoint-633/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
checkpoint-633/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-633/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"errors": "replace", "bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>", "add_prefix_space": false, "trim_offsets": true, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "cardiffnlp/twitter-roberta-base-2021-124m", "normalization": true, "tokenizer_class": "RobertaTokenizer"}
checkpoint-633/trainer_state.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7583549419422403,
3
+ "best_model_checkpoint": "outputs/time_lm_nli/checkpoint-422",
4
+ "epoch": 3.0,
5
+ "global_step": 633,
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": 9.666666666666666e-07,
13
+ "loss": 0.5392,
14
+ "step": 211
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.7,
19
+ "eval_f1": 0.6998718119161117,
20
+ "eval_loss": 0.4048246741294861,
21
+ "eval_runtime": 5.0256,
22
+ "eval_samples_per_second": 596.939,
23
+ "eval_steps_per_second": 74.617,
24
+ "step": 211
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "learning_rate": 9.333333333333333e-07,
29
+ "loss": 0.3725,
30
+ "step": 422
31
+ },
32
+ {
33
+ "epoch": 2.0,
34
+ "eval_accuracy": 0.759,
35
+ "eval_f1": 0.7583549419422403,
36
+ "eval_loss": 0.3489450216293335,
37
+ "eval_runtime": 5.103,
38
+ "eval_samples_per_second": 587.885,
39
+ "eval_steps_per_second": 73.486,
40
+ "step": 422
41
+ },
42
+ {
43
+ "epoch": 3.0,
44
+ "learning_rate": 9e-07,
45
+ "loss": 0.3158,
46
+ "step": 633
47
+ },
48
+ {
49
+ "epoch": 3.0,
50
+ "eval_accuracy": 0.7613333333333333,
51
+ "eval_f1": 0.7569694772671423,
52
+ "eval_loss": 0.3286795914173126,
53
+ "eval_runtime": 5.4646,
54
+ "eval_samples_per_second": 548.991,
55
+ "eval_steps_per_second": 68.624,
56
+ "step": 633
57
+ }
58
+ ],
59
+ "max_steps": 6330,
60
+ "num_train_epochs": 30,
61
+ "total_flos": 4296378998080512.0,
62
+ "trial_name": null,
63
+ "trial_params": null
64
+ }
checkpoint-633/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3966be765a13463da707bf5cd58cd4c0452776ca8eaf9c649e2dbde2a9daa7b1
3
+ size 3119
checkpoint-633/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c0ff274b8f2c9de12e1af47a9d60bd7ce589131209b9e16d10920128b965e17
3
  size 498678125
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddb6c241a7df00adf7d0ec7b28eee18c33421eb6332dace17773e20b08f07040
3
  size 498678125