gchhablani commited on
Commit
8f620b0
1 Parent(s): f526315

Training in progress, epoch 2

Browse files
checkpoint-1834/config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "finetuning_task": "mrpc",
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 1024,
14
+ "id2label": {
15
+ "0": "not_equivalent",
16
+ "1": "equivalent"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 4096,
20
+ "label2id": {
21
+ "equivalent": 1,
22
+ "not_equivalent": 0
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 16,
28
+ "num_hidden_layers": 24,
29
+ "pad_token_id": 0,
30
+ "pooler_fc_size": 768,
31
+ "pooler_num_attention_heads": 12,
32
+ "pooler_num_fc_layers": 3,
33
+ "pooler_size_per_head": 128,
34
+ "pooler_type": "first_token_transform",
35
+ "position_embedding_type": "absolute",
36
+ "problem_type": "single_label_classification",
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.11.0.dev0",
39
+ "type_vocab_size": 2,
40
+ "use_cache": true,
41
+ "vocab_size": 28996
42
+ }
checkpoint-1834/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00de914de0bd961030e7cbc5487081af0debf24c195dfe4dd24e8ea5a624c182
3
+ size 2668879261
checkpoint-1834/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8442270d58a9cb62c679364b4027ecd1d4c401b526149adaae592949ba8d39c8
3
+ size 1334486957
checkpoint-1834/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e53a790020789759ded365af2862eb640103aa10a679662f627cde7a5f08289f
3
+ size 14503
checkpoint-1834/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:857212e04b3f6c123d80ac2ef75ab62a1fda3f02c2f2de3063c2ccd07310e67f
3
+ size 623
checkpoint-1834/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
checkpoint-1834/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
checkpoint-1834/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-large-cased", "tokenizer_class": "BertTokenizer"}
checkpoint-1834/trainer_state.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "global_step": 1834,
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": 1.6000000000000003e-05,
13
+ "loss": 0.6441,
14
+ "step": 917
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.6838235294117647,
19
+ "eval_combined_score": 0.7480253018237863,
20
+ "eval_f1": 0.8122270742358079,
21
+ "eval_loss": 0.6369990706443787,
22
+ "eval_runtime": 13.1449,
23
+ "eval_samples_per_second": 31.039,
24
+ "eval_steps_per_second": 3.88,
25
+ "step": 917
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "learning_rate": 1.2e-05,
30
+ "loss": 0.6451,
31
+ "step": 1834
32
+ },
33
+ {
34
+ "epoch": 2.0,
35
+ "eval_accuracy": 0.6838235294117647,
36
+ "eval_combined_score": 0.7480253018237863,
37
+ "eval_f1": 0.8122270742358079,
38
+ "eval_loss": 0.6552556157112122,
39
+ "eval_runtime": 13.1957,
40
+ "eval_samples_per_second": 30.919,
41
+ "eval_steps_per_second": 3.865,
42
+ "step": 1834
43
+ }
44
+ ],
45
+ "max_steps": 4585,
46
+ "num_train_epochs": 5,
47
+ "total_flos": 6836648481374208.0,
48
+ "trial_name": null,
49
+ "trial_params": null
50
+ }
checkpoint-1834/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b497fdf35eb49ca9dc4a49ae7289bd94d2105c9dfbca8e37d973c3bb6758058d
3
+ size 2799
checkpoint-1834/vocab.txt 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:db1a79f43ae599c6cc95cd4e701bacf9c24299d5aa9ef8581befb59bb1fff8b8
3
  size 1334486957
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8442270d58a9cb62c679364b4027ecd1d4c401b526149adaae592949ba8d39c8
3
  size 1334486957
runs/Sep22_06-07-26_patrick-general-gpu/events.out.tfevents.1632290866.patrick-general-gpu.751022.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e925b4be512ba274ac69fc763849950b7ec47179b615a12d51b255d7a7e27b8
3
- size 4025
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09fb169a128d9c8905e52bf2af9d5a6e944fc1383b3ffa97186e61c350722bd4
3
+ size 4609