gchhablani
commited on
Commit
•
85218b0
1
Parent(s):
add6f1e
Training in progress, epoch 3
Browse files- checkpoint-12630/config.json +36 -0
- checkpoint-12630/optimizer.pt +3 -0
- checkpoint-12630/pytorch_model.bin +3 -0
- checkpoint-12630/rng_state.pth +3 -0
- checkpoint-12630/scheduler.pt +3 -0
- checkpoint-12630/special_tokens_map.json +1 -0
- checkpoint-12630/tokenizer.json +0 -0
- checkpoint-12630/tokenizer_config.json +1 -0
- checkpoint-12630/trainer_state.json +61 -0
- checkpoint-12630/training_args.bin +3 -0
- checkpoint-12630/vocab.txt +0 -0
- pytorch_model.bin +1 -1
- runs/Sep19_05-56-28_patrick-general-gpu/events.out.tfevents.1632031020.patrick-general-gpu.459415.0 +2 -2
checkpoint-12630/config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-base-cased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"finetuning_task": "sst2",
|
9 |
+
"gradient_checkpointing": false,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "negative",
|
15 |
+
"1": "positive"
|
16 |
+
},
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 3072,
|
19 |
+
"label2id": {
|
20 |
+
"negative": 0,
|
21 |
+
"positive": 1
|
22 |
+
},
|
23 |
+
"layer_norm_eps": 1e-12,
|
24 |
+
"max_position_embeddings": 512,
|
25 |
+
"model_type": "bert",
|
26 |
+
"num_attention_heads": 12,
|
27 |
+
"num_hidden_layers": 12,
|
28 |
+
"pad_token_id": 0,
|
29 |
+
"position_embedding_type": "absolute",
|
30 |
+
"problem_type": "single_label_classification",
|
31 |
+
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.11.0.dev0",
|
33 |
+
"type_vocab_size": 2,
|
34 |
+
"use_cache": true,
|
35 |
+
"vocab_size": 28996
|
36 |
+
}
|
checkpoint-12630/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e3d676725b6275b37dd8924c66a5a829aa511fb95b79a586cae6b0bfd7c052b
|
3 |
+
size 866610973
|
checkpoint-12630/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dbfeca23d6951df35b7d3db36125283bb99ee81c7f38c6f301185257e6a0624
|
3 |
+
size 433331373
|
checkpoint-12630/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5dad09ce466ca959f3b6cdc435393932858639962d53c1a0e568e1d07744cad5
|
3 |
+
size 14503
|
checkpoint-12630/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55d12134d4d1d0b70b5996eb59099da9fc12a4d3548d43e6aba424b4512591b1
|
3 |
+
size 623
|
checkpoint-12630/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-12630/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-12630/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-base-cased", "tokenizer_class": "BertTokenizer"}
|
checkpoint-12630/trainer_state.json
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 3.0,
|
5 |
+
"global_step": 12630,
|
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.3333333333333333e-05,
|
13 |
+
"loss": 0.233,
|
14 |
+
"step": 4210
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.0,
|
18 |
+
"eval_accuracy": 0.9174311926605505,
|
19 |
+
"eval_loss": 0.28414297103881836,
|
20 |
+
"eval_runtime": 8.9563,
|
21 |
+
"eval_samples_per_second": 97.362,
|
22 |
+
"eval_steps_per_second": 12.17,
|
23 |
+
"step": 4210
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 2.0,
|
27 |
+
"learning_rate": 6.666666666666667e-06,
|
28 |
+
"loss": 0.1261,
|
29 |
+
"step": 8420
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"epoch": 2.0,
|
33 |
+
"eval_accuracy": 0.9277522935779816,
|
34 |
+
"eval_loss": 0.3310103714466095,
|
35 |
+
"eval_runtime": 8.9528,
|
36 |
+
"eval_samples_per_second": 97.399,
|
37 |
+
"eval_steps_per_second": 12.175,
|
38 |
+
"step": 8420
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 3.0,
|
42 |
+
"learning_rate": 0.0,
|
43 |
+
"loss": 0.0768,
|
44 |
+
"step": 12630
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 3.0,
|
48 |
+
"eval_accuracy": 0.9231651376146789,
|
49 |
+
"eval_loss": 0.36485353112220764,
|
50 |
+
"eval_runtime": 8.9701,
|
51 |
+
"eval_samples_per_second": 97.212,
|
52 |
+
"eval_steps_per_second": 12.152,
|
53 |
+
"step": 12630
|
54 |
+
}
|
55 |
+
],
|
56 |
+
"max_steps": 12630,
|
57 |
+
"num_train_epochs": 3,
|
58 |
+
"total_flos": 5.316079940232192e+16,
|
59 |
+
"trial_name": null,
|
60 |
+
"trial_params": null
|
61 |
+
}
|
checkpoint-12630/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59450522d271313b7348a5aafc455ce45e338daf4aa902c944e4316883ac784f
|
3 |
+
size 2799
|
checkpoint-12630/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:
|
3 |
size 433331373
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dbfeca23d6951df35b7d3db36125283bb99ee81c7f38c6f301185257e6a0624
|
3 |
size 433331373
|
runs/Sep19_05-56-28_patrick-general-gpu/events.out.tfevents.1632031020.patrick-general-gpu.459415.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a701d8a2d7493a3c991a2cc95f5a5792ce7192794bf18bfb3eefbe52ec24aee8
|
3 |
+
size 4670
|