Training in progress, epoch 0
Browse files- checkpoint-163/config.json +41 -0
- checkpoint-163/optimizer.pt +3 -0
- checkpoint-163/pytorch_model.bin +3 -0
- checkpoint-163/rng_state.pth +3 -0
- checkpoint-163/scaler.pt +3 -0
- checkpoint-163/scheduler.pt +3 -0
- checkpoint-163/special_tokens_map.json +1 -0
- checkpoint-163/tokenizer.json +0 -0
- checkpoint-163/tokenizer_config.json +1 -0
- checkpoint-163/trainer_state.json +32 -0
- checkpoint-163/training_args.bin +3 -0
- checkpoint-163/vocab.txt +0 -0
- config.json +41 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
checkpoint-163/config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "ynie/electra-large-discriminator-snli_mnli_fever_anli_R1_R2_R3-nli",
|
3 |
+
"architectures": [
|
4 |
+
"ElectraForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"embedding_size": 1024,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 1024,
|
12 |
+
"id2label": {
|
13 |
+
"0": "entailment",
|
14 |
+
"1": "neutral",
|
15 |
+
"2": "contradiction"
|
16 |
+
},
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 4096,
|
19 |
+
"label2id": {
|
20 |
+
"contradiction": 2,
|
21 |
+
"entailment": 0,
|
22 |
+
"neutral": 1
|
23 |
+
},
|
24 |
+
"layer_norm_eps": 1e-12,
|
25 |
+
"max_position_embeddings": 512,
|
26 |
+
"model_type": "electra",
|
27 |
+
"num_attention_heads": 16,
|
28 |
+
"num_hidden_layers": 24,
|
29 |
+
"pad_token_id": 0,
|
30 |
+
"position_embedding_type": "absolute",
|
31 |
+
"problem_type": "multi_label_classification",
|
32 |
+
"summary_activation": "gelu",
|
33 |
+
"summary_last_dropout": 0.1,
|
34 |
+
"summary_type": "first",
|
35 |
+
"summary_use_proj": true,
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.16.2",
|
38 |
+
"type_vocab_size": 2,
|
39 |
+
"use_cache": true,
|
40 |
+
"vocab_size": 30522
|
41 |
+
}
|
checkpoint-163/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8728bab2bcdc5e3334cf2c3fe1a0bc7074f04cfd163bf0aaac91f08ef6c66b80
|
3 |
+
size 2681485310
|
checkpoint-163/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14b4ec5568a4ea5a2a6e8bb5651b0a178b89c7f36e4cb0ad65616ef313550349
|
3 |
+
size 1340743917
|
checkpoint-163/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9411c6bb5d86a80907b8bb350ad5d6bf42eb2d006037c70a1c82d79ba2e7894d
|
3 |
+
size 14503
|
checkpoint-163/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b22cc31495661715fb5d88061f21e608d5bcfd740b1f3306556f1c530617e28
|
3 |
+
size 559
|
checkpoint-163/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26b5822fb7e9aeeec3687d7aab0d1c76d55ca1c14e5b0eceb9c6e6a15b5aa1cc
|
3 |
+
size 623
|
checkpoint-163/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-163/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-163/tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "normalization": true, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "google/electra-large-discriminator", "tokenizer_class": "ElectraTokenizer"}
|
checkpoint-163/trainer_state.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.39615127444267273,
|
3 |
+
"best_model_checkpoint": "outputs/electra-nli-efl-tweeteval/checkpoint-163",
|
4 |
+
"epoch": 0.9973231357552581,
|
5 |
+
"global_step": 163,
|
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.499999999999999e-07,
|
13 |
+
"loss": 0.4384,
|
14 |
+
"step": 163
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.0,
|
18 |
+
"eval_accuracy": 0.7444061962134251,
|
19 |
+
"eval_f1": 0.7308261375858633,
|
20 |
+
"eval_loss": 0.39615127444267273,
|
21 |
+
"eval_runtime": 9.0599,
|
22 |
+
"eval_samples_per_second": 256.514,
|
23 |
+
"eval_steps_per_second": 32.119,
|
24 |
+
"step": 163
|
25 |
+
}
|
26 |
+
],
|
27 |
+
"max_steps": 3260,
|
28 |
+
"num_train_epochs": 20,
|
29 |
+
"total_flos": 3050804117265024.0,
|
30 |
+
"trial_name": null,
|
31 |
+
"trial_params": null
|
32 |
+
}
|
checkpoint-163/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82126e010e751131ea0bffbc21275298a6bdbc244157fe27eed5dd4b7b0d6e0f
|
3 |
+
size 3119
|
checkpoint-163/vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "ynie/electra-large-discriminator-snli_mnli_fever_anli_R1_R2_R3-nli",
|
3 |
+
"architectures": [
|
4 |
+
"ElectraForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"embedding_size": 1024,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 1024,
|
12 |
+
"id2label": {
|
13 |
+
"0": "entailment",
|
14 |
+
"1": "neutral",
|
15 |
+
"2": "contradiction"
|
16 |
+
},
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 4096,
|
19 |
+
"label2id": {
|
20 |
+
"contradiction": 2,
|
21 |
+
"entailment": 0,
|
22 |
+
"neutral": 1
|
23 |
+
},
|
24 |
+
"layer_norm_eps": 1e-12,
|
25 |
+
"max_position_embeddings": 512,
|
26 |
+
"model_type": "electra",
|
27 |
+
"num_attention_heads": 16,
|
28 |
+
"num_hidden_layers": 24,
|
29 |
+
"pad_token_id": 0,
|
30 |
+
"position_embedding_type": "absolute",
|
31 |
+
"problem_type": "multi_label_classification",
|
32 |
+
"summary_activation": "gelu",
|
33 |
+
"summary_last_dropout": 0.1,
|
34 |
+
"summary_type": "first",
|
35 |
+
"summary_use_proj": true,
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.16.2",
|
38 |
+
"type_vocab_size": 2,
|
39 |
+
"use_cache": true,
|
40 |
+
"vocab_size": 30522
|
41 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14b4ec5568a4ea5a2a6e8bb5651b0a178b89c7f36e4cb0ad65616ef313550349
|
3 |
+
size 1340743917
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "normalization": true, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "google/electra-large-discriminator", "tokenizer_class": "ElectraTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82126e010e751131ea0bffbc21275298a6bdbc244157fe27eed5dd4b7b0d6e0f
|
3 |
+
size 3119
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|