ChrisZeng commited on
Commit
a527a5e
·
1 Parent(s): 8167ca9

Training in progress, epoch 2

Browse files
checkpoint-422/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-422/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-422/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2e2a0623241ad201e4b5ef853bf0feb2d8a6a3969d9fd5d77c71b0060fc79cf
3
+ size 997299037
checkpoint-422/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0ff274b8f2c9de12e1af47a9d60bd7ce589131209b9e16d10920128b965e17
3
+ size 498678125
checkpoint-422/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e39f830d99a1c13706842a118106208e09f4e4ef158a4316ce6be8f9c979c5b6
3
+ size 14503
checkpoint-422/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e35ae14185761d1b3a1a921c01e3229d8c8c1dd5c4a1bffa177a6b337eb54535
3
+ size 559
checkpoint-422/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3227ad66f4a427d2bc03d5ac0b765156597fa64c45af101057a742cf15583c84
3
+ size 623
checkpoint-422/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-422/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-422/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-422/trainer_state.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7583549419422403,
3
+ "best_model_checkpoint": "outputs/time_lm_nli/checkpoint-422",
4
+ "epoch": 2.0,
5
+ "global_step": 422,
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
+ "max_steps": 6330,
44
+ "num_train_epochs": 30,
45
+ "total_flos": 2864746003045248.0,
46
+ "trial_name": null,
47
+ "trial_params": null
48
+ }
checkpoint-422/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-422/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:46a7c04c421d3a323a6c4b34231a1eb59a5b4ede1835684d7add813f9b8100b3
3
  size 498678125
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0ff274b8f2c9de12e1af47a9d60bd7ce589131209b9e16d10920128b965e17
3
  size 498678125