lucianoacsilva
commited on
Commit
·
f3d7e34
1
Parent(s):
8469ef9
feature: Faz upload de arquivos do modelo
Browse files- .gitattributes +1 -0
- added_tokens.json +3 -0
- all_results.json +66 -0
- config.json +67 -0
- eval_results.json +24 -0
- example_level_predict_wiki_section_city_max_seq512_ts_score_lt_results.json +19 -0
- example_level_predict_wiki_section_city_max_seq512_ts_score_lt_results_str_metric.txt +4 -0
- predict_wiki_section_city_max_seq512_ts_score_lt.txt +3 -0
- predict_wiki_section_city_max_seq512_ts_score_lt_results.json +22 -0
- pytorch_model.bin +3 -0
- run.log +0 -0
- special_tokens_map.json +8 -0
- tokenizer.json +0 -0
- tokenizer_config.json +16 -0
- train_results.json +8 -0
- trainer_state.json +175 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
predict_wiki_section_city_max_seq512_ts_score_lt.txt filter=lfs diff=lfs merge=lfs -text
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[BOS]": 29794
|
3 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"EOP_f1": 0.8759355463590737,
|
3 |
+
"EOP_number": 23325,
|
4 |
+
"EOP_precision": 0.9001493009998642,
|
5 |
+
"EOP_recall": 0.8529903536977492,
|
6 |
+
"accuracy": 0.9746062069711279,
|
7 |
+
"epoch": 5.0,
|
8 |
+
"eval_EOP_f1": 0.8800495553294101,
|
9 |
+
"eval_EOP_number": 11519,
|
10 |
+
"eval_EOP_precision": 0.8974011911207364,
|
11 |
+
"eval_EOP_recall": 0.8633561941140724,
|
12 |
+
"eval_da_EOP_f1": 0.9105588594383838,
|
13 |
+
"eval_da_EOP_number": 13045,
|
14 |
+
"eval_da_EOP_precision": 0.9363356552729629,
|
15 |
+
"eval_da_EOP_recall": 0.8861632809505557,
|
16 |
+
"eval_da_overall_accuracy": 0.9804166738526809,
|
17 |
+
"eval_da_overall_f1": 0.9105588594383838,
|
18 |
+
"eval_da_overall_precision": 0.9363356552729629,
|
19 |
+
"eval_da_overall_recall": 0.8861632809505557,
|
20 |
+
"eval_loss": NaN,
|
21 |
+
"eval_overall_accuracy": 0.9758097617560453,
|
22 |
+
"eval_overall_f1": 0.8800495553294101,
|
23 |
+
"eval_overall_precision": 0.8974011911207364,
|
24 |
+
"eval_overall_recall": 0.8633561941140724,
|
25 |
+
"eval_runtime": 1876.6424,
|
26 |
+
"eval_samples": 7725,
|
27 |
+
"eval_samples_per_second": 4.116,
|
28 |
+
"eval_steps_per_second": 1.029,
|
29 |
+
"overall_accuracy": 0.9746062069711279,
|
30 |
+
"overall_f1": 0.8759355463590737,
|
31 |
+
"overall_precision": 0.9001493009998642,
|
32 |
+
"overall_recall": 0.8529903536977492,
|
33 |
+
"predict_EOP_f1": 0.8759355463590737,
|
34 |
+
"predict_EOP_number": 23325,
|
35 |
+
"predict_EOP_precision": 0.9001493009998642,
|
36 |
+
"predict_EOP_recall": 0.8529903536977492,
|
37 |
+
"predict_da_EOP_f1": 0.9084055933130223,
|
38 |
+
"predict_da_EOP_number": 26294,
|
39 |
+
"predict_da_EOP_precision": 0.9336411079887595,
|
40 |
+
"predict_da_EOP_recall": 0.8844983646459268,
|
41 |
+
"predict_da_overall_accuracy": 0.9796302167709767,
|
42 |
+
"predict_da_overall_f1": 0.9084055933130223,
|
43 |
+
"predict_da_overall_precision": 0.9336411079887595,
|
44 |
+
"predict_da_overall_recall": 0.8844983646459268,
|
45 |
+
"predict_examples": 3906,
|
46 |
+
"predict_loss": NaN,
|
47 |
+
"predict_overall_accuracy": 0.9746062069711279,
|
48 |
+
"predict_overall_f1": 0.8759355463590737,
|
49 |
+
"predict_overall_precision": 0.9001493009998642,
|
50 |
+
"predict_overall_recall": 0.8529903536977492,
|
51 |
+
"predict_runtime": 3721.7868,
|
52 |
+
"predict_samples_per_second": 4.113,
|
53 |
+
"predict_steps_per_second": 1.028,
|
54 |
+
"threshold_0.5_example_level_1-pk": 0.931,
|
55 |
+
"threshold_0.5_example_level_1-wd": 0.9162,
|
56 |
+
"threshold_0.5_example_level_f1": 0.8759,
|
57 |
+
"threshold_0.5_example_level_pk": 0.06899999999999995,
|
58 |
+
"threshold_0.5_example_level_precision": 0.9001,
|
59 |
+
"threshold_0.5_example_level_recall": 0.853,
|
60 |
+
"threshold_0.5_example_level_wd": 0.08379999999999999,
|
61 |
+
"train_loss": 0.3591941669170673,
|
62 |
+
"train_runtime": 192526.8268,
|
63 |
+
"train_samples": 52001,
|
64 |
+
"train_samples_per_second": 1.35,
|
65 |
+
"train_steps_per_second": 0.338
|
66 |
+
}
|
config.json
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "neuralmind/bert-large-portuguese-cased",
|
3 |
+
"architectures": [
|
4 |
+
"BertWithDAForSentenceLabelingTopicSegmentation"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"cache_dir": null,
|
8 |
+
"cl_anchor_level": "eop_list",
|
9 |
+
"cl_loss_weight": 0.5,
|
10 |
+
"cl_negative_k": 3,
|
11 |
+
"cl_positive_k": 1,
|
12 |
+
"cl_temp": 0.1,
|
13 |
+
"classifier_dropout": null,
|
14 |
+
"config_name": null,
|
15 |
+
"directionality": "bidi",
|
16 |
+
"do_cssl": true,
|
17 |
+
"do_da_ts": true,
|
18 |
+
"do_tssp": true,
|
19 |
+
"finetuning_task": "topic_segment",
|
20 |
+
"focal_loss_gamma": 0.0,
|
21 |
+
"hidden_act": "gelu",
|
22 |
+
"hidden_dropout_prob": 0.1,
|
23 |
+
"hidden_size": 1024,
|
24 |
+
"id2label": {
|
25 |
+
"0": "B-EOP",
|
26 |
+
"1": "O"
|
27 |
+
},
|
28 |
+
"ignore_mismatched_sizes": false,
|
29 |
+
"initializer_range": 0.02,
|
30 |
+
"intermediate_size": 4096,
|
31 |
+
"label2id": {
|
32 |
+
"B-EOP": 0,
|
33 |
+
"O": 1
|
34 |
+
},
|
35 |
+
"layer_norm_eps": 1e-12,
|
36 |
+
"max_position_embeddings": 512,
|
37 |
+
"model_name_or_path": "neuralmind/bert-large-portuguese-cased",
|
38 |
+
"model_revision": "main",
|
39 |
+
"model_type": "bert",
|
40 |
+
"num_attention_heads": 16,
|
41 |
+
"num_gpu": 1,
|
42 |
+
"num_hidden_layers": 24,
|
43 |
+
"num_topic_labels": 0,
|
44 |
+
"num_tssp_labels": 3,
|
45 |
+
"output_past": true,
|
46 |
+
"pad_token_id": 0,
|
47 |
+
"pooler_fc_size": 768,
|
48 |
+
"pooler_num_attention_heads": 12,
|
49 |
+
"pooler_num_fc_layers": 3,
|
50 |
+
"pooler_size_per_head": 128,
|
51 |
+
"pooler_type": "first_token_transform",
|
52 |
+
"position_embedding_type": "absolute",
|
53 |
+
"sentence_pooler_type": null,
|
54 |
+
"tokenizer_name": null,
|
55 |
+
"torch_dtype": "float32",
|
56 |
+
"transformers_version": "4.26.0",
|
57 |
+
"ts_loss_weight": 1.0,
|
58 |
+
"ts_score_predictor": "lt",
|
59 |
+
"ts_score_predictor_cos_temp": 1,
|
60 |
+
"tssp_ablation": "none",
|
61 |
+
"tssp_loss_weight": 1.0,
|
62 |
+
"type_vocab_size": 2,
|
63 |
+
"use_auth_token": false,
|
64 |
+
"use_cache": true,
|
65 |
+
"vocab_size": 29795,
|
66 |
+
"weight_label_zero": 0.5
|
67 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"eval_EOP_f1": 0.8800495553294101,
|
4 |
+
"eval_EOP_number": 11519,
|
5 |
+
"eval_EOP_precision": 0.8974011911207364,
|
6 |
+
"eval_EOP_recall": 0.8633561941140724,
|
7 |
+
"eval_da_EOP_f1": 0.9105588594383838,
|
8 |
+
"eval_da_EOP_number": 13045,
|
9 |
+
"eval_da_EOP_precision": 0.9363356552729629,
|
10 |
+
"eval_da_EOP_recall": 0.8861632809505557,
|
11 |
+
"eval_da_overall_accuracy": 0.9804166738526809,
|
12 |
+
"eval_da_overall_f1": 0.9105588594383838,
|
13 |
+
"eval_da_overall_precision": 0.9363356552729629,
|
14 |
+
"eval_da_overall_recall": 0.8861632809505557,
|
15 |
+
"eval_loss": NaN,
|
16 |
+
"eval_overall_accuracy": 0.9758097617560453,
|
17 |
+
"eval_overall_f1": 0.8800495553294101,
|
18 |
+
"eval_overall_precision": 0.8974011911207364,
|
19 |
+
"eval_overall_recall": 0.8633561941140724,
|
20 |
+
"eval_runtime": 1876.6424,
|
21 |
+
"eval_samples": 7725,
|
22 |
+
"eval_samples_per_second": 4.116,
|
23 |
+
"eval_steps_per_second": 1.029
|
24 |
+
}
|
example_level_predict_wiki_section_city_max_seq512_ts_score_lt_results.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"EOP_f1": 0.8759355463590737,
|
3 |
+
"EOP_number": 23325,
|
4 |
+
"EOP_precision": 0.9001493009998642,
|
5 |
+
"EOP_recall": 0.8529903536977492,
|
6 |
+
"accuracy": 0.9746062069711279,
|
7 |
+
"overall_accuracy": 0.9746062069711279,
|
8 |
+
"overall_f1": 0.8759355463590737,
|
9 |
+
"overall_precision": 0.9001493009998642,
|
10 |
+
"overall_recall": 0.8529903536977492,
|
11 |
+
"predict_examples": 3906,
|
12 |
+
"threshold_0.5_example_level_1-pk": 0.931,
|
13 |
+
"threshold_0.5_example_level_1-wd": 0.9162,
|
14 |
+
"threshold_0.5_example_level_f1": 0.8759,
|
15 |
+
"threshold_0.5_example_level_pk": 0.06899999999999995,
|
16 |
+
"threshold_0.5_example_level_precision": 0.9001,
|
17 |
+
"threshold_0.5_example_level_recall": 0.853,
|
18 |
+
"threshold_0.5_example_level_wd": 0.08379999999999999
|
19 |
+
}
|
example_level_predict_wiki_section_city_max_seq512_ts_score_lt_results_str_metric.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
p / r / f / pk / wd
|
2 |
+
threshold_0.5_example_level_metric
|
3 |
+
90.01 / 85.30 / 87.59 / 6.90 / 8.38
|
4 |
+
|
predict_wiki_section_city_max_seq512_ts_score_lt.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f72851f15a06cf1afc2443fe4723afc7ccfcb14ec2848faa3a67c0235471eff
|
3 |
+
size 78329487
|
predict_wiki_section_city_max_seq512_ts_score_lt_results.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"predict_EOP_f1": 0.8759355463590737,
|
3 |
+
"predict_EOP_number": 23325,
|
4 |
+
"predict_EOP_precision": 0.9001493009998642,
|
5 |
+
"predict_EOP_recall": 0.8529903536977492,
|
6 |
+
"predict_da_EOP_f1": 0.9084055933130223,
|
7 |
+
"predict_da_EOP_number": 26294,
|
8 |
+
"predict_da_EOP_precision": 0.9336411079887595,
|
9 |
+
"predict_da_EOP_recall": 0.8844983646459268,
|
10 |
+
"predict_da_overall_accuracy": 0.9796302167709767,
|
11 |
+
"predict_da_overall_f1": 0.9084055933130223,
|
12 |
+
"predict_da_overall_precision": 0.9336411079887595,
|
13 |
+
"predict_da_overall_recall": 0.8844983646459268,
|
14 |
+
"predict_loss": NaN,
|
15 |
+
"predict_overall_accuracy": 0.9746062069711279,
|
16 |
+
"predict_overall_f1": 0.8759355463590737,
|
17 |
+
"predict_overall_precision": 0.9001493009998642,
|
18 |
+
"predict_overall_recall": 0.8529903536977492,
|
19 |
+
"predict_runtime": 3721.7868,
|
20 |
+
"predict_samples_per_second": 4.113,
|
21 |
+
"predict_steps_per_second": 1.028
|
22 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7844e4dc3c4dcfb7fd014765f4a9aecc011443389ff63f3b0114d8b85eb39977
|
3 |
+
size 1337746921
|
run.log
ADDED
The diff for this file is too large to render.
See raw diff
|
|
special_tokens_map.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "[BOS]",
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"mask_token": "[MASK]",
|
5 |
+
"pad_token": "[PAD]",
|
6 |
+
"sep_token": "[SEP]",
|
7 |
+
"unk_token": "[UNK]"
|
8 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"do_basic_tokenize": true,
|
4 |
+
"do_lower_case": false,
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"model_max_length": 1000000000000000019884624838656,
|
7 |
+
"name_or_path": "neuralmind/bert-large-portuguese-cased",
|
8 |
+
"never_split": null,
|
9 |
+
"pad_token": "[PAD]",
|
10 |
+
"sep_token": "[SEP]",
|
11 |
+
"special_tokens_map_file": "/home/ext_luti4497_gmail_com/.cache/huggingface/hub/models--neuralmind--bert-large-portuguese-cased/snapshots/aa302f6ea73b759f7df9cad58bd272127b67ec28/special_tokens_map.json",
|
12 |
+
"strip_accents": null,
|
13 |
+
"tokenize_chinese_chars": true,
|
14 |
+
"tokenizer_class": "BertTokenizer",
|
15 |
+
"unk_token": "[UNK]"
|
16 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 5.0,
|
3 |
+
"train_loss": 0.3591941669170673,
|
4 |
+
"train_runtime": 192526.8268,
|
5 |
+
"train_samples": 52001,
|
6 |
+
"train_samples_per_second": 1.35,
|
7 |
+
"train_steps_per_second": 0.338
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,175 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.8800495553294101,
|
3 |
+
"best_model_checkpoint": "./output/neuralmind/bert-large-portuguese-cased-finetune-wiki_section_city/seed42-seq512-lr5e-05-epoch5-bs4-ts1.0-tssp1.0-cl0.5-2024-07-03_20:57:35/checkpoint-52000",
|
4 |
+
"epoch": 4.999961539940772,
|
5 |
+
"global_step": 65000,
|
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": 4e-05,
|
13 |
+
"loss": 0.5927,
|
14 |
+
"step": 13000
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.0,
|
18 |
+
"eval_EOP_f1": 0.8637108561810692,
|
19 |
+
"eval_EOP_number": 11519,
|
20 |
+
"eval_EOP_precision": 0.8817145957677699,
|
21 |
+
"eval_EOP_recall": 0.8464276412883063,
|
22 |
+
"eval_da_EOP_f1": 0.8848200312989045,
|
23 |
+
"eval_da_EOP_number": 13045,
|
24 |
+
"eval_da_EOP_precision": 0.9035557331202557,
|
25 |
+
"eval_da_EOP_recall": 0.8668455346876198,
|
26 |
+
"eval_da_overall_accuracy": 0.974613248710829,
|
27 |
+
"eval_da_overall_f1": 0.8848200312989045,
|
28 |
+
"eval_da_overall_precision": 0.9035557331202557,
|
29 |
+
"eval_da_overall_recall": 0.8668455346876198,
|
30 |
+
"eval_loss": NaN,
|
31 |
+
"eval_overall_accuracy": 0.9725439457481931,
|
32 |
+
"eval_overall_f1": 0.8637108561810692,
|
33 |
+
"eval_overall_precision": 0.8817145957677699,
|
34 |
+
"eval_overall_recall": 0.8464276412883063,
|
35 |
+
"eval_runtime": 1878.3511,
|
36 |
+
"eval_samples_per_second": 4.113,
|
37 |
+
"eval_steps_per_second": 1.029,
|
38 |
+
"step": 13000
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 2.0,
|
42 |
+
"learning_rate": 3e-05,
|
43 |
+
"loss": 0.4209,
|
44 |
+
"step": 26000
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 2.0,
|
48 |
+
"eval_EOP_f1": 0.8753550015777848,
|
49 |
+
"eval_EOP_number": 11519,
|
50 |
+
"eval_EOP_precision": 0.9104463615903976,
|
51 |
+
"eval_EOP_recall": 0.8428683045403247,
|
52 |
+
"eval_da_EOP_f1": 0.9015245488375816,
|
53 |
+
"eval_da_EOP_number": 13045,
|
54 |
+
"eval_da_EOP_precision": 0.94299347061778,
|
55 |
+
"eval_da_EOP_recall": 0.8635492525871982,
|
56 |
+
"eval_da_overall_accuracy": 0.9787782625942086,
|
57 |
+
"eval_da_overall_f1": 0.9015245488375816,
|
58 |
+
"eval_da_overall_precision": 0.94299347061778,
|
59 |
+
"eval_da_overall_recall": 0.8635492525871982,
|
60 |
+
"eval_loss": NaN,
|
61 |
+
"eval_overall_accuracy": 0.9753279200499688,
|
62 |
+
"eval_overall_f1": 0.8753550015777848,
|
63 |
+
"eval_overall_precision": 0.9104463615903976,
|
64 |
+
"eval_overall_recall": 0.8428683045403247,
|
65 |
+
"eval_runtime": 1878.6106,
|
66 |
+
"eval_samples_per_second": 4.112,
|
67 |
+
"eval_steps_per_second": 1.028,
|
68 |
+
"step": 26000
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 3.0,
|
72 |
+
"learning_rate": 2e-05,
|
73 |
+
"loss": 0.3373,
|
74 |
+
"step": 39000
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 3.0,
|
78 |
+
"eval_EOP_f1": 0.879935463631067,
|
79 |
+
"eval_EOP_number": 11519,
|
80 |
+
"eval_EOP_precision": 0.9094867518992032,
|
81 |
+
"eval_EOP_recall": 0.8522441184130567,
|
82 |
+
"eval_da_EOP_f1": 0.9077958053027304,
|
83 |
+
"eval_da_EOP_number": 13045,
|
84 |
+
"eval_da_EOP_precision": 0.938241308793456,
|
85 |
+
"eval_da_EOP_recall": 0.8792640858566501,
|
86 |
+
"eval_da_overall_accuracy": 0.9799079040408396,
|
87 |
+
"eval_da_overall_f1": 0.9077958053027304,
|
88 |
+
"eval_da_overall_precision": 0.938241308793456,
|
89 |
+
"eval_da_overall_recall": 0.8792640858566501,
|
90 |
+
"eval_loss": NaN,
|
91 |
+
"eval_overall_accuracy": 0.9760952975818685,
|
92 |
+
"eval_overall_f1": 0.879935463631067,
|
93 |
+
"eval_overall_precision": 0.9094867518992032,
|
94 |
+
"eval_overall_recall": 0.8522441184130567,
|
95 |
+
"eval_runtime": 1879.4394,
|
96 |
+
"eval_samples_per_second": 4.11,
|
97 |
+
"eval_steps_per_second": 1.028,
|
98 |
+
"step": 39000
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 4.0,
|
102 |
+
"learning_rate": 1e-05,
|
103 |
+
"loss": 0.259,
|
104 |
+
"step": 52000
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"epoch": 4.0,
|
108 |
+
"eval_EOP_f1": 0.8800495553294101,
|
109 |
+
"eval_EOP_number": 11519,
|
110 |
+
"eval_EOP_precision": 0.8974011911207364,
|
111 |
+
"eval_EOP_recall": 0.8633561941140724,
|
112 |
+
"eval_da_EOP_f1": 0.9105588594383838,
|
113 |
+
"eval_da_EOP_number": 13045,
|
114 |
+
"eval_da_EOP_precision": 0.9363356552729629,
|
115 |
+
"eval_da_EOP_recall": 0.8861632809505557,
|
116 |
+
"eval_da_overall_accuracy": 0.9804166738526809,
|
117 |
+
"eval_da_overall_f1": 0.9105588594383838,
|
118 |
+
"eval_da_overall_precision": 0.9363356552729629,
|
119 |
+
"eval_da_overall_recall": 0.8861632809505557,
|
120 |
+
"eval_loss": NaN,
|
121 |
+
"eval_overall_accuracy": 0.9758097617560453,
|
122 |
+
"eval_overall_f1": 0.8800495553294101,
|
123 |
+
"eval_overall_precision": 0.8974011911207364,
|
124 |
+
"eval_overall_recall": 0.8633561941140724,
|
125 |
+
"eval_runtime": 1877.3417,
|
126 |
+
"eval_samples_per_second": 4.115,
|
127 |
+
"eval_steps_per_second": 1.029,
|
128 |
+
"step": 52000
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 5.0,
|
132 |
+
"learning_rate": 0.0,
|
133 |
+
"loss": 0.1861,
|
134 |
+
"step": 65000
|
135 |
+
},
|
136 |
+
{
|
137 |
+
"epoch": 5.0,
|
138 |
+
"eval_EOP_f1": 0.8782045673287252,
|
139 |
+
"eval_EOP_number": 11519,
|
140 |
+
"eval_EOP_precision": 0.885175059529059,
|
141 |
+
"eval_EOP_recall": 0.8713429985241774,
|
142 |
+
"eval_da_EOP_f1": 0.9094169005300903,
|
143 |
+
"eval_da_EOP_number": 13045,
|
144 |
+
"eval_da_EOP_precision": 0.9250654190785822,
|
145 |
+
"eval_da_EOP_recall": 0.8942889996167114,
|
146 |
+
"eval_da_overall_accuracy": 0.9799596433437386,
|
147 |
+
"eval_da_overall_f1": 0.9094169005300903,
|
148 |
+
"eval_da_overall_precision": 0.9250654190785822,
|
149 |
+
"eval_da_overall_recall": 0.8942889996167114,
|
150 |
+
"eval_loss": NaN,
|
151 |
+
"eval_overall_accuracy": 0.9751583831533863,
|
152 |
+
"eval_overall_f1": 0.8782045673287252,
|
153 |
+
"eval_overall_precision": 0.885175059529059,
|
154 |
+
"eval_overall_recall": 0.8713429985241774,
|
155 |
+
"eval_runtime": 1877.6728,
|
156 |
+
"eval_samples_per_second": 4.114,
|
157 |
+
"eval_steps_per_second": 1.029,
|
158 |
+
"step": 65000
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"epoch": 5.0,
|
162 |
+
"step": 65000,
|
163 |
+
"total_flos": 4.846166765850378e+17,
|
164 |
+
"train_loss": 0.3591941669170673,
|
165 |
+
"train_runtime": 192526.8268,
|
166 |
+
"train_samples_per_second": 1.35,
|
167 |
+
"train_steps_per_second": 0.338
|
168 |
+
}
|
169 |
+
],
|
170 |
+
"max_steps": 65000,
|
171 |
+
"num_train_epochs": 5,
|
172 |
+
"total_flos": 4.846166765850378e+17,
|
173 |
+
"trial_name": null,
|
174 |
+
"trial_params": null
|
175 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d92bf3801ca1f860767f77ceff1ff01572f90a5a8007079d0502b24ce55bbd4
|
3 |
+
size 3759
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|