Token Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
Eval Results (legacy)
Instructions to use Rodrigo1771/bsc-bio-ehr-es-cantemist-fasttext-75-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rodrigo1771/bsc-bio-ehr-es-cantemist-fasttext-75-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Rodrigo1771/bsc-bio-ehr-es-cantemist-fasttext-75-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Rodrigo1771/bsc-bio-ehr-es-cantemist-fasttext-75-ner") model = AutoModelForTokenClassification.from_pretrained("Rodrigo1771/bsc-bio-ehr-es-cantemist-fasttext-75-ner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +14 -13
- all_results.json +24 -24
- eval_results.json +10 -10
- predict_results.json +8 -8
- predictions.txt +0 -0
- tb/events.out.tfevents.1725917628.0ada7e7d1d89.20997.1 +3 -0
- train.log +48 -0
- train_results.json +7 -7
- trainer_state.json +184 -163
README.md
CHANGED
|
@@ -3,9 +3,10 @@ library_name: transformers
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: PlanTL-GOB-ES/bsc-bio-ehr-es
|
| 5 |
tags:
|
|
|
|
| 6 |
- generated_from_trainer
|
| 7 |
datasets:
|
| 8 |
-
- cantemist-fasttext-75-ner
|
| 9 |
metrics:
|
| 10 |
- precision
|
| 11 |
- recall
|
|
@@ -18,24 +19,24 @@ model-index:
|
|
| 18 |
name: Token Classification
|
| 19 |
type: token-classification
|
| 20 |
dataset:
|
| 21 |
-
name: cantemist-fasttext-75-ner
|
| 22 |
-
type: cantemist-fasttext-75-ner
|
| 23 |
config: CantemistNer
|
| 24 |
split: validation
|
| 25 |
args: CantemistNer
|
| 26 |
metrics:
|
| 27 |
- name: Precision
|
| 28 |
type: precision
|
| 29 |
-
value: 0.
|
| 30 |
- name: Recall
|
| 31 |
type: recall
|
| 32 |
-
value: 0.
|
| 33 |
- name: F1
|
| 34 |
type: f1
|
| 35 |
-
value: 0.
|
| 36 |
- name: Accuracy
|
| 37 |
type: accuracy
|
| 38 |
-
value: 0.
|
| 39 |
---
|
| 40 |
|
| 41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -43,13 +44,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 43 |
|
| 44 |
# output
|
| 45 |
|
| 46 |
-
This model is a fine-tuned version of [PlanTL-GOB-ES/bsc-bio-ehr-es](https://huggingface.co/PlanTL-GOB-ES/bsc-bio-ehr-es) on the cantemist-fasttext-75-ner dataset.
|
| 47 |
It achieves the following results on the evaluation set:
|
| 48 |
-
- Loss: 0.
|
| 49 |
-
- Precision: 0.
|
| 50 |
-
- Recall: 0.
|
| 51 |
-
- F1: 0.
|
| 52 |
-
- Accuracy: 0.
|
| 53 |
|
| 54 |
## Model description
|
| 55 |
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: PlanTL-GOB-ES/bsc-bio-ehr-es
|
| 5 |
tags:
|
| 6 |
+
- token-classification
|
| 7 |
- generated_from_trainer
|
| 8 |
datasets:
|
| 9 |
+
- Rodrigo1771/cantemist-fasttext-75-ner
|
| 10 |
metrics:
|
| 11 |
- precision
|
| 12 |
- recall
|
|
|
|
| 19 |
name: Token Classification
|
| 20 |
type: token-classification
|
| 21 |
dataset:
|
| 22 |
+
name: Rodrigo1771/cantemist-fasttext-75-ner
|
| 23 |
+
type: Rodrigo1771/cantemist-fasttext-75-ner
|
| 24 |
config: CantemistNer
|
| 25 |
split: validation
|
| 26 |
args: CantemistNer
|
| 27 |
metrics:
|
| 28 |
- name: Precision
|
| 29 |
type: precision
|
| 30 |
+
value: 0.8462436745815493
|
| 31 |
- name: Recall
|
| 32 |
type: recall
|
| 33 |
+
value: 0.8562426152028357
|
| 34 |
- name: F1
|
| 35 |
type: f1
|
| 36 |
+
value: 0.8512137823022711
|
| 37 |
- name: Accuracy
|
| 38 |
type: accuracy
|
| 39 |
+
value: 0.991867253328732
|
| 40 |
---
|
| 41 |
|
| 42 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 44 |
|
| 45 |
# output
|
| 46 |
|
| 47 |
+
This model is a fine-tuned version of [PlanTL-GOB-ES/bsc-bio-ehr-es](https://huggingface.co/PlanTL-GOB-ES/bsc-bio-ehr-es) on the Rodrigo1771/cantemist-fasttext-75-ner dataset.
|
| 48 |
It achieves the following results on the evaluation set:
|
| 49 |
+
- Loss: 0.0478
|
| 50 |
+
- Precision: 0.8462
|
| 51 |
+
- Recall: 0.8562
|
| 52 |
+
- F1: 0.8512
|
| 53 |
+
- Accuracy: 0.9919
|
| 54 |
|
| 55 |
## Model description
|
| 56 |
|
all_results.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
| 1 |
{
|
| 2 |
-
"epoch":
|
| 3 |
-
"eval_accuracy": 0.
|
| 4 |
-
"eval_f1": 0.
|
| 5 |
-
"eval_loss": 0.
|
| 6 |
-
"eval_precision": 0.
|
| 7 |
-
"eval_recall": 0.
|
| 8 |
-
"eval_runtime":
|
| 9 |
-
"eval_samples":
|
| 10 |
-
"eval_samples_per_second":
|
| 11 |
-
"eval_steps_per_second":
|
| 12 |
-
"predict_accuracy": 0.
|
| 13 |
-
"predict_f1": 0.
|
| 14 |
-
"predict_loss": 0.
|
| 15 |
-
"predict_precision": 0.
|
| 16 |
-
"predict_recall": 0.
|
| 17 |
-
"predict_runtime":
|
| 18 |
-
"predict_samples_per_second":
|
| 19 |
-
"predict_steps_per_second":
|
| 20 |
-
"total_flos": 1.
|
| 21 |
-
"train_loss": 0.
|
| 22 |
-
"train_runtime":
|
| 23 |
-
"train_samples":
|
| 24 |
-
"train_samples_per_second":
|
| 25 |
-
"train_steps_per_second": 3.
|
| 26 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"epoch": 9.991889699918897,
|
| 3 |
+
"eval_accuracy": 0.991867253328732,
|
| 4 |
+
"eval_f1": 0.8512137823022711,
|
| 5 |
+
"eval_loss": 0.047813717275857925,
|
| 6 |
+
"eval_precision": 0.8462436745815493,
|
| 7 |
+
"eval_recall": 0.8562426152028357,
|
| 8 |
+
"eval_runtime": 15.6141,
|
| 9 |
+
"eval_samples": 7354,
|
| 10 |
+
"eval_samples_per_second": 470.984,
|
| 11 |
+
"eval_steps_per_second": 58.921,
|
| 12 |
+
"predict_accuracy": 0.9922143301576527,
|
| 13 |
+
"predict_f1": 0.8534459275401798,
|
| 14 |
+
"predict_loss": 0.044904835522174835,
|
| 15 |
+
"predict_precision": 0.8332446808510638,
|
| 16 |
+
"predict_recall": 0.8746510329424902,
|
| 17 |
+
"predict_runtime": 23.1419,
|
| 18 |
+
"predict_samples_per_second": 468.329,
|
| 19 |
+
"predict_steps_per_second": 58.552,
|
| 20 |
+
"total_flos": 1.919784837910831e+16,
|
| 21 |
+
"train_loss": 0.008344567238123386,
|
| 22 |
+
"train_runtime": 1725.5138,
|
| 23 |
+
"train_samples": 39426,
|
| 24 |
+
"train_samples_per_second": 228.488,
|
| 25 |
+
"train_steps_per_second": 3.57
|
| 26 |
}
|
eval_results.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
{
|
| 2 |
-
"epoch":
|
| 3 |
-
"eval_accuracy": 0.
|
| 4 |
-
"eval_f1": 0.
|
| 5 |
-
"eval_loss": 0.
|
| 6 |
-
"eval_precision": 0.
|
| 7 |
-
"eval_recall": 0.
|
| 8 |
-
"eval_runtime":
|
| 9 |
-
"eval_samples":
|
| 10 |
-
"eval_samples_per_second":
|
| 11 |
-
"eval_steps_per_second":
|
| 12 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"epoch": 9.991889699918897,
|
| 3 |
+
"eval_accuracy": 0.991867253328732,
|
| 4 |
+
"eval_f1": 0.8512137823022711,
|
| 5 |
+
"eval_loss": 0.047813717275857925,
|
| 6 |
+
"eval_precision": 0.8462436745815493,
|
| 7 |
+
"eval_recall": 0.8562426152028357,
|
| 8 |
+
"eval_runtime": 15.6141,
|
| 9 |
+
"eval_samples": 7354,
|
| 10 |
+
"eval_samples_per_second": 470.984,
|
| 11 |
+
"eval_steps_per_second": 58.921
|
| 12 |
}
|
predict_results.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"predict_accuracy": 0.
|
| 3 |
-
"predict_f1": 0.
|
| 4 |
-
"predict_loss": 0.
|
| 5 |
-
"predict_precision": 0.
|
| 6 |
-
"predict_recall": 0.
|
| 7 |
-
"predict_runtime":
|
| 8 |
-
"predict_samples_per_second":
|
| 9 |
-
"predict_steps_per_second":
|
| 10 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"predict_accuracy": 0.9922143301576527,
|
| 3 |
+
"predict_f1": 0.8534459275401798,
|
| 4 |
+
"predict_loss": 0.044904835522174835,
|
| 5 |
+
"predict_precision": 0.8332446808510638,
|
| 6 |
+
"predict_recall": 0.8746510329424902,
|
| 7 |
+
"predict_runtime": 23.1419,
|
| 8 |
+
"predict_samples_per_second": 468.329,
|
| 9 |
+
"predict_steps_per_second": 58.552
|
| 10 |
}
|
predictions.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tb/events.out.tfevents.1725917628.0ada7e7d1d89.20997.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58821efbe668c1742a3f7de5e322c08aa97cc9517e348616c2c93cc6d02f1f89
|
| 3 |
+
size 560
|
train.log
CHANGED
|
@@ -1558,3 +1558,51 @@ Training completed. Do not forget to share your model on huggingface.co/models =
|
|
| 1558 |
{'eval_loss': 0.05196274444460869, 'eval_precision': 0.8386477141759509, 'eval_recall': 0.85978731784167, 'eval_f1': 0.8490859587709063, 'eval_accuracy': 0.9917694763178329, 'eval_runtime': 15.9471, 'eval_samples_per_second': 461.149, 'eval_steps_per_second': 57.691, 'epoch': 9.99}
|
| 1559 |
{'train_runtime': 1725.5138, 'train_samples_per_second': 228.488, 'train_steps_per_second': 3.57, 'train_loss': 0.008344567238123386, 'epoch': 9.99}
|
| 1560 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1561 |
0%| | 0/920 [00:00<?, ?it/s]
|
| 1562 |
1%| | 7/920 [00:00<00:14, 63.25it/s]
|
| 1563 |
2%|▏ | 14/920 [00:00<00:13, 64.73it/s]
|
| 1564 |
2%|▏ | 21/920 [00:00<00:13, 65.79it/s]
|
| 1565 |
3%|▎ | 30/920 [00:00<00:12, 72.97it/s]
|
| 1566 |
4%|▍ | 38/920 [00:00<00:11, 75.39it/s]
|
| 1567 |
5%|▌ | 47/920 [00:00<00:11, 78.03it/s]
|
| 1568 |
6%|▌ | 55/920 [00:00<00:11, 76.04it/s]
|
| 1569 |
7%|▋ | 63/920 [00:00<00:11, 75.98it/s]
|
| 1570 |
8%|▊ | 72/920 [00:00<00:10, 78.05it/s]
|
| 1571 |
9%|▊ | 80/920 [00:01<00:10, 77.73it/s]
|
| 1572 |
10%|▉ | 88/920 [00:01<00:10, 77.60it/s]
|
| 1573 |
10%|█ | 96/920 [00:01<00:10, 78.07it/s]
|
| 1574 |
11%|█▏ | 104/920 [00:01<00:10, 77.39it/s]
|
| 1575 |
12%|█▏ | 113/920 [00:01<00:10, 79.64it/s]
|
| 1576 |
13%|█▎ | 121/920 [00:01<00:10, 79.73it/s]
|
| 1577 |
14%|█▍ | 130/920 [00:01<00:09, 80.76it/s]
|
| 1578 |
15%|█▌ | 139/920 [00:01<00:09, 80.99it/s]
|
| 1579 |
16%|█▌ | 148/920 [00:01<00:09, 81.29it/s]
|
| 1580 |
17%|█▋ | 157/920 [00:02<00:09, 80.14it/s]
|
| 1581 |
18%|█▊ | 166/920 [00:02<00:09, 80.58it/s]
|
| 1582 |
19%|█▉ | 175/920 [00:02<00:09, 81.67it/s]
|
| 1583 |
20%|██ | 184/920 [00:02<00:08, 82.69it/s]
|
| 1584 |
21%|██ | 193/920 [00:02<00:09, 80.76it/s]
|
| 1585 |
22%|██▏ | 202/920 [00:02<00:08, 80.40it/s]
|
| 1586 |
23%|██▎ | 211/920 [00:02<00:09, 77.75it/s]
|
| 1587 |
24%|██▍ | 220/920 [00:02<00:08, 79.16it/s]
|
| 1588 |
25%|██▍ | 229/920 [00:02<00:08, 80.07it/s]
|
| 1589 |
26%|██▌ | 238/920 [00:03<00:08, 81.72it/s]
|
| 1590 |
27%|██▋ | 247/920 [00:03<00:08, 80.62it/s]
|
| 1591 |
28%|██▊ | 256/920 [00:03<00:08, 79.82it/s]
|
| 1592 |
29%|██▊ | 264/920 [00:03<00:08, 77.42it/s]
|
| 1593 |
30%|██▉ | 273/920 [00:03<00:08, 79.39it/s]
|
| 1594 |
31%|███ | 282/920 [00:03<00:08, 79.60it/s]
|
| 1595 |
32%|███▏ | 290/920 [00:03<00:07, 79.25it/s]
|
| 1596 |
32%|███▎ | 299/920 [00:03<00:07, 81.34it/s]
|
| 1597 |
33%|███▎ | 308/920 [00:03<00:07, 81.33it/s]
|
| 1598 |
34%|███▍ | 317/920 [00:04<00:07, 81.89it/s]
|
| 1599 |
35%|███▌ | 326/920 [00:04<00:07, 78.56it/s]
|
| 1600 |
36%|███▋ | 334/920 [00:04<00:07, 77.22it/s]
|
| 1601 |
37%|███▋ | 342/920 [00:04<00:07, 77.09it/s]
|
| 1602 |
38%|███▊ | 351/920 [00:04<00:07, 78.32it/s]
|
| 1603 |
39%|███▉ | 359/920 [00:04<00:07, 78.70it/s]
|
| 1604 |
40%|████ | 368/920 [00:04<00:06, 79.87it/s]
|
| 1605 |
41%|████ | 377/920 [00:04<00:06, 81.10it/s]
|
| 1606 |
42%|████▏ | 386/920 [00:04<00:06, 82.48it/s]
|
| 1607 |
43%|████▎ | 395/920 [00:05<00:06, 78.56it/s]
|
| 1608 |
44%|████▍ | 403/920 [00:05<00:06, 78.13it/s]
|
| 1609 |
45%|████▍ | 411/920 [00:05<00:06, 76.71it/s]
|
| 1610 |
46%|████▌ | 419/920 [00:05<00:06, 77.00it/s]
|
| 1611 |
47%|████▋ | 428/920 [00:05<00:06, 77.73it/s]
|
| 1612 |
48%|████▊ | 437/920 [00:05<00:06, 78.68it/s]
|
| 1613 |
48%|████▊ | 446/920 [00:05<00:05, 80.64it/s]
|
| 1614 |
49%|████▉ | 455/920 [00:05<00:05, 81.49it/s]
|
| 1615 |
50%|█████ | 464/920 [00:05<00:05, 81.37it/s]
|
| 1616 |
51%|█████▏ | 473/920 [00:05<00:05, 80.46it/s]
|
| 1617 |
52%|█████▏ | 482/920 [00:06<00:05, 80.35it/s]
|
| 1618 |
53%|█████▎ | 491/920 [00:06<00:05, 80.43it/s]
|
| 1619 |
54%|█████▍ | 500/920 [00:06<00:05, 80.09it/s]
|
| 1620 |
55%|█████▌ | 509/920 [00:06<00:05, 80.83it/s]
|
| 1621 |
56%|█████▋ | 518/920 [00:06<00:05, 80.38it/s]
|
| 1622 |
57%|█████▋ | 527/920 [00:06<00:04, 80.95it/s]
|
| 1623 |
58%|█████▊ | 536/920 [00:06<00:04, 81.45it/s]
|
| 1624 |
59%|█████▉ | 545/920 [00:06<00:04, 79.68it/s]
|
| 1625 |
60%|██████ | 553/920 [00:06<00:04, 79.26it/s]
|
| 1626 |
61%|██████ | 561/920 [00:07<00:04, 77.42it/s]
|
| 1627 |
62%|██████▏ | 570/920 [00:07<00:04, 78.47it/s]
|
| 1628 |
63%|██████▎ | 578/920 [00:07<00:04, 78.65it/s]
|
| 1629 |
64%|██████▎ | 586/920 [00:07<00:04, 78.75it/s]
|
| 1630 |
65%|██████▍ | 595/920 [00:07<00:04, 80.35it/s]
|
| 1631 |
66%|██████▌ | 604/920 [00:07<00:03, 81.75it/s]
|
| 1632 |
67%|██████▋ | 613/920 [00:07<00:03, 81.79it/s]
|
| 1633 |
68%|██████▊ | 622/920 [00:07<00:03, 80.92it/s]
|
| 1634 |
69%|██████▊ | 631/920 [00:07<00:03, 79.11it/s]
|
| 1635 |
69%|██████▉ | 639/920 [00:08<00:03, 77.37it/s]
|
| 1636 |
70%|███████ | 648/920 [00:08<00:03, 79.13it/s]
|
| 1637 |
71%|███████▏ | 656/920 [00:08<00:03, 77.86it/s]
|
| 1638 |
72%|███████▏ | 665/920 [00:08<00:03, 79.32it/s]
|
| 1639 |
73%|███████▎ | 674/920 [00:08<00:03, 80.68it/s]
|
| 1640 |
74%|███████▍ | 683/920 [00:08<00:02, 82.49it/s]
|
| 1641 |
75%|███████▌ | 692/920 [00:08<00:02, 81.87it/s]
|
| 1642 |
76%|███████▌ | 701/920 [00:08<00:02, 81.59it/s]
|
| 1643 |
77%|███████▋ | 710/920 [00:08<00:02, 81.10it/s]
|
| 1644 |
78%|███████▊ | 719/920 [00:09<00:02, 81.09it/s]
|
| 1645 |
79%|███████▉ | 728/920 [00:09<00:02, 80.87it/s]
|
| 1646 |
80%|████████ | 737/920 [00:09<00:02, 80.55it/s]
|
| 1647 |
81%|████████ | 746/920 [00:09<00:02, 77.64it/s]
|
| 1648 |
82%|████████▏ | 755/920 [00:09<00:02, 79.43it/s]
|
| 1649 |
83%|████████▎ | 763/920 [00:09<00:01, 78.86it/s]
|
| 1650 |
84%|████████▍ | 772/920 [00:09<00:01, 80.34it/s]
|
| 1651 |
85%|████████▍ | 781/920 [00:09<00:01, 80.01it/s]
|
| 1652 |
86%|████████▌ | 790/920 [00:09<00:01, 80.94it/s]
|
| 1653 |
87%|████████▋ | 799/920 [00:10<00:01, 80.77it/s]
|
| 1654 |
88%|████████▊ | 808/920 [00:10<00:01, 77.49it/s]
|
| 1655 |
89%|████████▊ | 816/920 [00:10<00:01, 75.72it/s]
|
| 1656 |
90%|████████▉ | 825/920 [00:10<00:01, 77.34it/s]
|
| 1657 |
91%|█████████ | 834/920 [00:10<00:01, 79.66it/s]
|
| 1658 |
92%|█████████▏| 843/920 [00:10<00:00, 81.28it/s]
|
| 1659 |
93%|█████████▎| 852/920 [00:10<00:00, 78.51it/s]
|
| 1660 |
93%|█████████▎| 860/920 [00:10<00:00, 77.61it/s]
|
| 1661 |
94%|█████████▍| 869/920 [00:10<00:00, 79.52it/s]
|
| 1662 |
95%|█████████▌| 878/920 [00:11<00:00, 80.98it/s]
|
| 1663 |
96%|█████████▋| 887/920 [00:11<00:00, 80.39it/s]
|
| 1664 |
97%|█████████▋| 896/920 [00:11<00:00, 75.74it/s]
|
| 1665 |
98%|█████████▊| 905/920 [00:11<00:00, 77.37it/s]
|
| 1666 |
99%|█████████▉| 914/920 [00:11<00:00, 79.55it/s]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1667 |
0%| | 0/1355 [00:00<?, ?it/s]
|
| 1668 |
1%| | 9/1355 [00:00<00:15, 88.06it/s]
|
| 1669 |
1%|▏ | 18/1355 [00:00<00:16, 80.49it/s]
|
| 1670 |
2%|▏ | 27/1355 [00:00<00:16, 82.46it/s]
|
| 1671 |
3%|▎ | 36/1355 [00:00<00:16, 80.74it/s]
|
| 1672 |
3%|▎ | 45/1355 [00:00<00:16, 79.05it/s]
|
| 1673 |
4%|▍ | 53/1355 [00:00<00:17, 75.89it/s]
|
| 1674 |
5%|▍ | 61/1355 [00:00<00:16, 77.07it/s]
|
| 1675 |
5%|▌ | 70/1355 [00:00<00:16, 79.26it/s]
|
| 1676 |
6%|▌ | 79/1355 [00:00<00:15, 80.82it/s]
|
| 1677 |
6%|▋ | 88/1355 [00:01<00:15, 81.87it/s]
|
| 1678 |
7%|▋ | 97/1355 [00:01<00:15, 81.46it/s]
|
| 1679 |
8%|▊ | 106/1355 [00:01<00:15, 81.06it/s]
|
| 1680 |
8%|▊ | 115/1355 [00:01<00:15, 78.92it/s]
|
| 1681 |
9%|▉ | 123/1355 [00:01<00:15, 78.64it/s]
|
| 1682 |
10%|▉ | 132/1355 [00:01<00:15, 79.64it/s]
|
| 1683 |
10%|█ | 140/1355 [00:01<00:15, 78.63it/s]
|
| 1684 |
11%|█ | 148/1355 [00:01<00:15, 78.24it/s]
|
| 1685 |
12%|█▏ | 156/1355 [00:01<00:16, 74.61it/s]
|
| 1686 |
12%|█▏ | 164/1355 [00:02<00:16, 73.49it/s]
|
| 1687 |
13%|█▎ | 173/1355 [00:02<00:15, 76.91it/s]
|
| 1688 |
13%|█▎ | 182/1355 [00:02<00:14, 78.49it/s]
|
| 1689 |
14%|█▍ | 191/1355 [00:02<00:14, 80.57it/s]
|
| 1690 |
15%|█▍ | 200/1355 [00:02<00:14, 80.78it/s]
|
| 1691 |
15%|█▌ | 209/1355 [00:02<00:14, 81.00it/s]
|
| 1692 |
16%|█▌ | 218/1355 [00:02<00:14, 79.75it/s]
|
| 1693 |
17%|█▋ | 227/1355 [00:02<00:14, 80.27it/s]
|
| 1694 |
17%|█▋ | 236/1355 [00:02<00:13, 81.35it/s]
|
| 1695 |
18%|█▊ | 245/1355 [00:03<00:13, 80.49it/s]
|
| 1696 |
19%|█▊ | 254/1355 [00:03<00:13, 80.12it/s]
|
| 1697 |
19%|█▉ | 263/1355 [00:03<00:13, 81.47it/s]
|
| 1698 |
20%|██ | 272/1355 [00:03<00:13, 82.34it/s]
|
| 1699 |
21%|██ | 281/1355 [00:03<00:13, 77.28it/s]
|
| 1700 |
21%|██▏ | 289/1355 [00:03<00:13, 77.10it/s]
|
| 1701 |
22%|██▏ | 298/1355 [00:03<00:13, 78.39it/s]
|
| 1702 |
23%|██▎ | 307/1355 [00:03<00:13, 79.37it/s]
|
| 1703 |
23%|██▎ | 316/1355 [00:03<00:12, 80.62it/s]
|
| 1704 |
24%|██▍ | 325/1355 [00:04<00:12, 81.57it/s]
|
| 1705 |
25%|██▍ | 334/1355 [00:04<00:12, 82.92it/s]
|
| 1706 |
25%|██▌ | 343/1355 [00:04<00:12, 83.78it/s]
|
| 1707 |
26%|██▌ | 352/1355 [00:04<00:11, 84.39it/s]
|
| 1708 |
27%|██▋ | 361/1355 [00:04<00:11, 84.87it/s]
|
| 1709 |
27%|██▋ | 370/1355 [00:04<00:11, 84.50it/s]
|
| 1710 |
28%|██▊ | 379/1355 [00:04<00:11, 84.40it/s]
|
| 1711 |
29%|██▊ | 388/1355 [00:04<00:11, 84.75it/s]
|
| 1712 |
29%|██▉ | 397/1355 [00:04<00:11, 84.48it/s]
|
| 1713 |
30%|██▉ | 406/1355 [00:05<00:11, 84.58it/s]
|
| 1714 |
31%|███ | 415/1355 [00:05<00:11, 83.91it/s]
|
| 1715 |
31%|███▏ | 424/1355 [00:05<00:11, 83.95it/s]
|
| 1716 |
32%|███▏ | 433/1355 [00:05<00:10, 84.14it/s]
|
| 1717 |
33%|███▎ | 442/1355 [00:05<00:10, 83.93it/s]
|
| 1718 |
33%|███▎ | 451/1355 [00:05<00:10, 83.32it/s]
|
| 1719 |
34%|███▍ | 460/1355 [00:05<00:10, 81.79it/s]
|
| 1720 |
35%|███▍ | 469/1355 [00:05<00:10, 82.56it/s]
|
| 1721 |
35%|███▌ | 478/1355 [00:05<00:10, 82.69it/s]
|
| 1722 |
36%|███▌ | 487/1355 [00:06<00:10, 82.26it/s]
|
| 1723 |
37%|███▋ | 496/1355 [00:06<00:10, 82.65it/s]
|
| 1724 |
37%|███▋ | 505/1355 [00:06<00:10, 80.55it/s]
|
| 1725 |
38%|███▊ | 514/1355 [00:06<00:10, 78.46it/s]
|
| 1726 |
39%|███▊ | 522/1355 [00:06<00:11, 74.90it/s]
|
| 1727 |
39%|███▉ | 531/1355 [00:06<00:10, 76.73it/s]
|
| 1728 |
40%|███▉ | 540/1355 [00:06<00:10, 79.45it/s]
|
| 1729 |
40%|████ | 548/1355 [00:06<00:10, 78.07it/s]
|
| 1730 |
41%|████ | 557/1355 [00:06<00:09, 80.42it/s]
|
| 1731 |
42%|████▏ | 566/1355 [00:07<00:09, 82.39it/s]
|
| 1732 |
42%|████▏ | 575/1355 [00:07<00:09, 81.37it/s]
|
| 1733 |
43%|████▎ | 584/1355 [00:07<00:09, 80.81it/s]
|
| 1734 |
44%|████▍ | 593/1355 [00:07<00:09, 81.91it/s]
|
| 1735 |
44%|████▍ | 602/1355 [00:07<00:09, 79.26it/s]
|
| 1736 |
45%|████▌ | 610/1355 [00:07<00:09, 77.86it/s]
|
| 1737 |
46%|████▌ | 618/1355 [00:07<00:09, 76.53it/s]
|
| 1738 |
46%|████▌ | 626/1355 [00:07<00:09, 76.13it/s]
|
| 1739 |
47%|████▋ | 635/1355 [00:07<00:09, 77.47it/s]
|
| 1740 |
48%|████▊ | 644/1355 [00:08<00:09, 78.11it/s]
|
| 1741 |
48%|████▊ | 653/1355 [00:08<00:08, 79.99it/s]
|
| 1742 |
49%|████▉ | 662/1355 [00:08<00:08, 78.01it/s]
|
| 1743 |
49%|████▉ | 670/1355 [00:08<00:08, 77.20it/s]
|
| 1744 |
50%|█████ | 679/1355 [00:08<00:08, 78.41it/s]
|
| 1745 |
51%|█████ | 687/1355 [00:08<00:08, 78.21it/s]
|
| 1746 |
51%|█████▏ | 696/1355 [00:08<00:08, 79.53it/s]
|
| 1747 |
52%|█████▏ | 704/1355 [00:08<00:08, 77.15it/s]
|
| 1748 |
53%|█████▎ | 713/1355 [00:08<00:08, 79.89it/s]
|
| 1749 |
53%|█████▎ | 722/1355 [00:09<00:07, 79.62it/s]
|
| 1750 |
54%|█████▍ | 731/1355 [00:09<00:07, 80.99it/s]
|
| 1751 |
55%|█████▍ | 740/1355 [00:09<00:07, 81.06it/s]
|
| 1752 |
55%|█████▌ | 749/1355 [00:09<00:07, 80.52it/s]
|
| 1753 |
56%|█████▌ | 758/1355 [00:09<00:07, 77.20it/s]
|
| 1754 |
57%|█████▋ | 766/1355 [00:09<00:07, 77.39it/s]
|
| 1755 |
57%|█████▋ | 775/1355 [00:09<00:07, 80.26it/s]
|
| 1756 |
58%|█████▊ | 784/1355 [00:09<00:07, 75.66it/s]
|
| 1757 |
59%|█████▊ | 793/1355 [00:09<00:07, 76.94it/s]
|
| 1758 |
59%|█████▉ | 801/1355 [00:10<00:07, 77.53it/s]
|
| 1759 |
60%|█████▉ | 810/1355 [00:10<00:06, 80.01it/s]
|
| 1760 |
60%|██████ | 819/1355 [00:10<00:06, 80.84it/s]
|
| 1761 |
61%|██████ | 828/1355 [00:10<00:06, 80.09it/s]
|
| 1762 |
62%|██████▏ | 837/1355 [00:10<00:06, 78.50it/s]
|
| 1763 |
62%|██████▏ | 845/1355 [00:10<00:06, 78.57it/s]
|
| 1764 |
63%|██████▎ | 853/1355 [00:10<00:06, 75.52it/s]
|
| 1765 |
64%|██████▎ | 862/1355 [00:10<00:06, 77.80it/s]
|
| 1766 |
64%|██████▍ | 871/1355 [00:10<00:06, 79.35it/s]
|
| 1767 |
65%|██████▍ | 880/1355 [00:11<00:05, 81.16it/s]
|
| 1768 |
66%|██████▌ | 889/1355 [00:11<00:05, 81.61it/s]
|
| 1769 |
66%|██████▋ | 898/1355 [00:11<00:05, 81.34it/s]
|
| 1770 |
67%|██████▋ | 907/1355 [00:11<00:05, 81.48it/s]
|
| 1771 |
68%|██████▊ | 916/1355 [00:11<00:05, 81.64it/s]
|
| 1772 |
68%|███���██▊ | 925/1355 [00:11<00:05, 78.43it/s]
|
| 1773 |
69%|██████▉ | 933/1355 [00:11<00:05, 77.85it/s]
|
| 1774 |
69%|██████▉ | 941/1355 [00:11<00:05, 77.94it/s]
|
| 1775 |
70%|███████ | 950/1355 [00:11<00:05, 80.31it/s]
|
| 1776 |
71%|███████ | 959/1355 [00:11<00:04, 81.24it/s]
|
| 1777 |
71%|███████▏ | 968/1355 [00:12<00:04, 80.46it/s]
|
| 1778 |
72%|███████▏ | 977/1355 [00:12<00:04, 76.46it/s]
|
| 1779 |
73%|███████▎ | 986/1355 [00:12<00:04, 78.44it/s]
|
| 1780 |
73%|███████▎ | 995/1355 [00:12<00:04, 80.04it/s]
|
| 1781 |
74%|███████▍ | 1004/1355 [00:12<00:04, 78.88it/s]
|
| 1782 |
75%|███████▍ | 1012/1355 [00:12<00:04, 76.80it/s]
|
| 1783 |
75%|███████▌ | 1020/1355 [00:12<00:04, 76.99it/s]
|
| 1784 |
76%|███████▌ | 1029/1355 [00:12<00:04, 78.29it/s]
|
| 1785 |
77%|███████▋ | 1038/1355 [00:12<00:03, 79.96it/s]
|
| 1786 |
77%|███████▋ | 1047/1355 [00:13<00:03, 81.57it/s]
|
| 1787 |
78%|███████▊ | 1056/1355 [00:13<00:03, 80.17it/s]
|
| 1788 |
79%|███████▊ | 1065/1355 [00:13<00:03, 81.20it/s]
|
| 1789 |
79%|███████▉ | 1074/1355 [00:13<00:03, 81.92it/s]
|
| 1790 |
80%|███████▉ | 1083/1355 [00:13<00:03, 79.31it/s]
|
| 1791 |
81%|████████ | 1091/1355 [00:13<00:03, 76.77it/s]
|
| 1792 |
81%|████████ | 1100/1355 [00:13<00:03, 78.36it/s]
|
| 1793 |
82%|████████▏ | 1108/1355 [00:13<00:03, 78.73it/s]
|
| 1794 |
82%|████████▏ | 1116/1355 [00:13<00:03, 75.10it/s]
|
| 1795 |
83%|████████▎ | 1124/1355 [00:14<00:03, 75.74it/s]
|
| 1796 |
84%|████████▎ | 1133/1355 [00:14<00:02, 78.40it/s]
|
| 1797 |
84%|████████▍ | 1141/1355 [00:14<00:02, 77.09it/s]
|
| 1798 |
85%|████████▍ | 1149/1355 [00:14<00:02, 76.45it/s]
|
| 1799 |
85%|████████▌ | 1157/1355 [00:14<00:02, 74.14it/s]
|
| 1800 |
86%|████████▌ | 1165/1355 [00:14<00:02, 73.80it/s]
|
| 1801 |
87%|████████▋ | 1174/1355 [00:14<00:02, 76.18it/s]
|
| 1802 |
87%|████████▋ | 1183/1355 [00:14<00:02, 77.91it/s]
|
| 1803 |
88%|████████▊ | 1191/1355 [00:14<00:02, 78.13it/s]
|
| 1804 |
88%|████████▊ | 1199/1355 [00:15<00:02, 77.74it/s]
|
| 1805 |
89%|████████▉ | 1208/1355 [00:15<00:01, 78.65it/s]
|
| 1806 |
90%|████████▉ | 1216/1355 [00:15<00:01, 76.56it/s]
|
| 1807 |
90%|█████████ | 1225/1355 [00:15<00:01, 78.91it/s]
|
| 1808 |
91%|█████████ | 1233/1355 [00:15<00:01, 78.86it/s]
|
| 1809 |
92%|█████████▏| 1241/1355 [00:15<00:01, 76.10it/s]
|
| 1810 |
92%|█████████▏| 1249/1355 [00:15<00:01, 75.34it/s]
|
| 1811 |
93%|█████████▎| 1258/1355 [00:15<00:01, 76.62it/s]
|
| 1812 |
93%|█████████▎| 1266/1355 [00:15<00:01, 77.36it/s]
|
| 1813 |
94%|█████████▍| 1275/1355 [00:16<00:01, 78.50it/s]
|
| 1814 |
95%|█████████▍| 1284/1355 [00:16<00:00, 80.34it/s]
|
| 1815 |
95%|█████████▌| 1293/1355 [00:16<00:00, 81.89it/s]
|
| 1816 |
96%|█████████▌| 1302/1355 [00:16<00:00, 81.63it/s]
|
| 1817 |
97%|█████████▋| 1311/1355 [00:16<00:00, 80.03it/s]
|
| 1818 |
97%|█████████▋| 1320/1355 [00:16<00:00, 77.99it/s]
|
| 1819 |
98%|█████████▊| 1328/1355 [00:16<00:00, 76.51it/s]
|
| 1820 |
99%|█████████▊| 1336/1355 [00:16<00:00, 75.93it/s]
|
| 1821 |
99%|█████████▉| 1344/1355 [00:16<00:00, 75.51it/s]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1558 |
{'eval_loss': 0.05196274444460869, 'eval_precision': 0.8386477141759509, 'eval_recall': 0.85978731784167, 'eval_f1': 0.8490859587709063, 'eval_accuracy': 0.9917694763178329, 'eval_runtime': 15.9471, 'eval_samples_per_second': 461.149, 'eval_steps_per_second': 57.691, 'epoch': 9.99}
|
| 1559 |
{'train_runtime': 1725.5138, 'train_samples_per_second': 228.488, 'train_steps_per_second': 3.57, 'train_loss': 0.008344567238123386, 'epoch': 9.99}
|
| 1560 |
|
| 1561 |
+
***** train metrics *****
|
| 1562 |
+
epoch = 9.9919
|
| 1563 |
+
total_flos = 17879389GF
|
| 1564 |
+
train_loss = 0.0083
|
| 1565 |
+
train_runtime = 0:28:45.51
|
| 1566 |
+
train_samples = 39426
|
| 1567 |
+
train_samples_per_second = 228.488
|
| 1568 |
+
train_steps_per_second = 3.57
|
| 1569 |
+
09/09/2024 21:33:32 - INFO - __main__ - *** Evaluate ***
|
| 1570 |
+
[INFO|trainer.py:811] 2024-09-09 21:33:32,451 >> The following columns in the evaluation set don't have a corresponding argument in `RobertaForTokenClassification.forward` and have been ignored: ner_tags, tokens, id. If ner_tags, tokens, id are not expected by `RobertaForTokenClassification.forward`, you can safely ignore this message.
|
| 1571 |
+
[INFO|trainer.py:3819] 2024-09-09 21:33:32,453 >>
|
| 1572 |
+
***** Running Evaluation *****
|
| 1573 |
+
[INFO|trainer.py:3821] 2024-09-09 21:33:32,453 >> Num examples = 7354
|
| 1574 |
+
[INFO|trainer.py:3824] 2024-09-09 21:33:32,453 >> Batch size = 8
|
| 1575 |
+
|
| 1576 |
0%| | 0/920 [00:00<?, ?it/s]
|
| 1577 |
1%| | 7/920 [00:00<00:14, 63.25it/s]
|
| 1578 |
2%|▏ | 14/920 [00:00<00:13, 64.73it/s]
|
| 1579 |
2%|▏ | 21/920 [00:00<00:13, 65.79it/s]
|
| 1580 |
3%|▎ | 30/920 [00:00<00:12, 72.97it/s]
|
| 1581 |
4%|▍ | 38/920 [00:00<00:11, 75.39it/s]
|
| 1582 |
5%|▌ | 47/920 [00:00<00:11, 78.03it/s]
|
| 1583 |
6%|▌ | 55/920 [00:00<00:11, 76.04it/s]
|
| 1584 |
7%|▋ | 63/920 [00:00<00:11, 75.98it/s]
|
| 1585 |
8%|▊ | 72/920 [00:00<00:10, 78.05it/s]
|
| 1586 |
9%|▊ | 80/920 [00:01<00:10, 77.73it/s]
|
| 1587 |
10%|▉ | 88/920 [00:01<00:10, 77.60it/s]
|
| 1588 |
10%|█ | 96/920 [00:01<00:10, 78.07it/s]
|
| 1589 |
11%|█▏ | 104/920 [00:01<00:10, 77.39it/s]
|
| 1590 |
12%|█▏ | 113/920 [00:01<00:10, 79.64it/s]
|
| 1591 |
13%|█▎ | 121/920 [00:01<00:10, 79.73it/s]
|
| 1592 |
14%|█▍ | 130/920 [00:01<00:09, 80.76it/s]
|
| 1593 |
15%|█▌ | 139/920 [00:01<00:09, 80.99it/s]
|
| 1594 |
16%|█▌ | 148/920 [00:01<00:09, 81.29it/s]
|
| 1595 |
17%|█▋ | 157/920 [00:02<00:09, 80.14it/s]
|
| 1596 |
18%|█▊ | 166/920 [00:02<00:09, 80.58it/s]
|
| 1597 |
19%|█▉ | 175/920 [00:02<00:09, 81.67it/s]
|
| 1598 |
20%|██ | 184/920 [00:02<00:08, 82.69it/s]
|
| 1599 |
21%|██ | 193/920 [00:02<00:09, 80.76it/s]
|
| 1600 |
22%|██▏ | 202/920 [00:02<00:08, 80.40it/s]
|
| 1601 |
23%|██▎ | 211/920 [00:02<00:09, 77.75it/s]
|
| 1602 |
24%|██▍ | 220/920 [00:02<00:08, 79.16it/s]
|
| 1603 |
25%|██▍ | 229/920 [00:02<00:08, 80.07it/s]
|
| 1604 |
26%|██▌ | 238/920 [00:03<00:08, 81.72it/s]
|
| 1605 |
27%|██▋ | 247/920 [00:03<00:08, 80.62it/s]
|
| 1606 |
28%|██▊ | 256/920 [00:03<00:08, 79.82it/s]
|
| 1607 |
29%|██▊ | 264/920 [00:03<00:08, 77.42it/s]
|
| 1608 |
30%|██▉ | 273/920 [00:03<00:08, 79.39it/s]
|
| 1609 |
31%|███ | 282/920 [00:03<00:08, 79.60it/s]
|
| 1610 |
32%|███▏ | 290/920 [00:03<00:07, 79.25it/s]
|
| 1611 |
32%|███▎ | 299/920 [00:03<00:07, 81.34it/s]
|
| 1612 |
33%|███▎ | 308/920 [00:03<00:07, 81.33it/s]
|
| 1613 |
34%|███▍ | 317/920 [00:04<00:07, 81.89it/s]
|
| 1614 |
35%|███▌ | 326/920 [00:04<00:07, 78.56it/s]
|
| 1615 |
36%|███▋ | 334/920 [00:04<00:07, 77.22it/s]
|
| 1616 |
37%|███▋ | 342/920 [00:04<00:07, 77.09it/s]
|
| 1617 |
38%|███▊ | 351/920 [00:04<00:07, 78.32it/s]
|
| 1618 |
39%|███▉ | 359/920 [00:04<00:07, 78.70it/s]
|
| 1619 |
40%|████ | 368/920 [00:04<00:06, 79.87it/s]
|
| 1620 |
41%|████ | 377/920 [00:04<00:06, 81.10it/s]
|
| 1621 |
42%|████▏ | 386/920 [00:04<00:06, 82.48it/s]
|
| 1622 |
43%|████▎ | 395/920 [00:05<00:06, 78.56it/s]
|
| 1623 |
44%|████▍ | 403/920 [00:05<00:06, 78.13it/s]
|
| 1624 |
45%|████▍ | 411/920 [00:05<00:06, 76.71it/s]
|
| 1625 |
46%|████▌ | 419/920 [00:05<00:06, 77.00it/s]
|
| 1626 |
47%|████▋ | 428/920 [00:05<00:06, 77.73it/s]
|
| 1627 |
48%|████▊ | 437/920 [00:05<00:06, 78.68it/s]
|
| 1628 |
48%|████▊ | 446/920 [00:05<00:05, 80.64it/s]
|
| 1629 |
49%|████▉ | 455/920 [00:05<00:05, 81.49it/s]
|
| 1630 |
50%|█████ | 464/920 [00:05<00:05, 81.37it/s]
|
| 1631 |
51%|█████▏ | 473/920 [00:05<00:05, 80.46it/s]
|
| 1632 |
52%|█████▏ | 482/920 [00:06<00:05, 80.35it/s]
|
| 1633 |
53%|█████▎ | 491/920 [00:06<00:05, 80.43it/s]
|
| 1634 |
54%|█████▍ | 500/920 [00:06<00:05, 80.09it/s]
|
| 1635 |
55%|█████▌ | 509/920 [00:06<00:05, 80.83it/s]
|
| 1636 |
56%|█████▋ | 518/920 [00:06<00:05, 80.38it/s]
|
| 1637 |
57%|█████▋ | 527/920 [00:06<00:04, 80.95it/s]
|
| 1638 |
58%|█████▊ | 536/920 [00:06<00:04, 81.45it/s]
|
| 1639 |
59%|█████▉ | 545/920 [00:06<00:04, 79.68it/s]
|
| 1640 |
60%|██████ | 553/920 [00:06<00:04, 79.26it/s]
|
| 1641 |
61%|██████ | 561/920 [00:07<00:04, 77.42it/s]
|
| 1642 |
62%|██████▏ | 570/920 [00:07<00:04, 78.47it/s]
|
| 1643 |
63%|██████▎ | 578/920 [00:07<00:04, 78.65it/s]
|
| 1644 |
64%|██████▎ | 586/920 [00:07<00:04, 78.75it/s]
|
| 1645 |
65%|██████▍ | 595/920 [00:07<00:04, 80.35it/s]
|
| 1646 |
66%|██████▌ | 604/920 [00:07<00:03, 81.75it/s]
|
| 1647 |
67%|██████▋ | 613/920 [00:07<00:03, 81.79it/s]
|
| 1648 |
68%|██████▊ | 622/920 [00:07<00:03, 80.92it/s]
|
| 1649 |
69%|██████▊ | 631/920 [00:07<00:03, 79.11it/s]
|
| 1650 |
69%|██████▉ | 639/920 [00:08<00:03, 77.37it/s]
|
| 1651 |
70%|███████ | 648/920 [00:08<00:03, 79.13it/s]
|
| 1652 |
71%|███████▏ | 656/920 [00:08<00:03, 77.86it/s]
|
| 1653 |
72%|███████▏ | 665/920 [00:08<00:03, 79.32it/s]
|
| 1654 |
73%|███████▎ | 674/920 [00:08<00:03, 80.68it/s]
|
| 1655 |
74%|███████▍ | 683/920 [00:08<00:02, 82.49it/s]
|
| 1656 |
75%|███████▌ | 692/920 [00:08<00:02, 81.87it/s]
|
| 1657 |
76%|███████▌ | 701/920 [00:08<00:02, 81.59it/s]
|
| 1658 |
77%|███████▋ | 710/920 [00:08<00:02, 81.10it/s]
|
| 1659 |
78%|███████▊ | 719/920 [00:09<00:02, 81.09it/s]
|
| 1660 |
79%|███████▉ | 728/920 [00:09<00:02, 80.87it/s]
|
| 1661 |
80%|████████ | 737/920 [00:09<00:02, 80.55it/s]
|
| 1662 |
81%|████████ | 746/920 [00:09<00:02, 77.64it/s]
|
| 1663 |
82%|████████▏ | 755/920 [00:09<00:02, 79.43it/s]
|
| 1664 |
83%|████████▎ | 763/920 [00:09<00:01, 78.86it/s]
|
| 1665 |
84%|████████▍ | 772/920 [00:09<00:01, 80.34it/s]
|
| 1666 |
85%|████████▍ | 781/920 [00:09<00:01, 80.01it/s]
|
| 1667 |
86%|████████▌ | 790/920 [00:09<00:01, 80.94it/s]
|
| 1668 |
87%|████████▋ | 799/920 [00:10<00:01, 80.77it/s]
|
| 1669 |
88%|████████▊ | 808/920 [00:10<00:01, 77.49it/s]
|
| 1670 |
89%|████████▊ | 816/920 [00:10<00:01, 75.72it/s]
|
| 1671 |
90%|████████▉ | 825/920 [00:10<00:01, 77.34it/s]
|
| 1672 |
91%|█████████ | 834/920 [00:10<00:01, 79.66it/s]
|
| 1673 |
92%|█████████▏| 843/920 [00:10<00:00, 81.28it/s]
|
| 1674 |
93%|█████████▎| 852/920 [00:10<00:00, 78.51it/s]
|
| 1675 |
93%|█████████▎| 860/920 [00:10<00:00, 77.61it/s]
|
| 1676 |
94%|█████████▍| 869/920 [00:10<00:00, 79.52it/s]
|
| 1677 |
95%|█████████▌| 878/920 [00:11<00:00, 80.98it/s]
|
| 1678 |
96%|█████████▋| 887/920 [00:11<00:00, 80.39it/s]
|
| 1679 |
97%|█████████▋| 896/920 [00:11<00:00, 75.74it/s]
|
| 1680 |
98%|█████████▊| 905/920 [00:11<00:00, 77.37it/s]
|
| 1681 |
99%|█████████▉| 914/920 [00:11<00:00, 79.55it/s]
|
| 1682 |
+
***** eval metrics *****
|
| 1683 |
+
epoch = 9.9919
|
| 1684 |
+
eval_accuracy = 0.9919
|
| 1685 |
+
eval_f1 = 0.8512
|
| 1686 |
+
eval_loss = 0.0478
|
| 1687 |
+
eval_precision = 0.8462
|
| 1688 |
+
eval_recall = 0.8562
|
| 1689 |
+
eval_runtime = 0:00:15.61
|
| 1690 |
+
eval_samples = 7354
|
| 1691 |
+
eval_samples_per_second = 470.984
|
| 1692 |
+
eval_steps_per_second = 58.921
|
| 1693 |
+
09/09/2024 21:33:48 - INFO - __main__ - *** Predict ***
|
| 1694 |
+
[INFO|trainer.py:811] 2024-09-09 21:33:48,070 >> The following columns in the test set don't have a corresponding argument in `RobertaForTokenClassification.forward` and have been ignored: ner_tags, tokens, id. If ner_tags, tokens, id are not expected by `RobertaForTokenClassification.forward`, you can safely ignore this message.
|
| 1695 |
+
[INFO|trainer.py:3819] 2024-09-09 21:33:48,072 >>
|
| 1696 |
+
***** Running Prediction *****
|
| 1697 |
+
[INFO|trainer.py:3821] 2024-09-09 21:33:48,072 >> Num examples = 10838
|
| 1698 |
+
[INFO|trainer.py:3824] 2024-09-09 21:33:48,073 >> Batch size = 8
|
| 1699 |
+
|
| 1700 |
0%| | 0/1355 [00:00<?, ?it/s]
|
| 1701 |
1%| | 9/1355 [00:00<00:15, 88.06it/s]
|
| 1702 |
1%|▏ | 18/1355 [00:00<00:16, 80.49it/s]
|
| 1703 |
2%|▏ | 27/1355 [00:00<00:16, 82.46it/s]
|
| 1704 |
3%|▎ | 36/1355 [00:00<00:16, 80.74it/s]
|
| 1705 |
3%|▎ | 45/1355 [00:00<00:16, 79.05it/s]
|
| 1706 |
4%|▍ | 53/1355 [00:00<00:17, 75.89it/s]
|
| 1707 |
5%|▍ | 61/1355 [00:00<00:16, 77.07it/s]
|
| 1708 |
5%|▌ | 70/1355 [00:00<00:16, 79.26it/s]
|
| 1709 |
6%|▌ | 79/1355 [00:00<00:15, 80.82it/s]
|
| 1710 |
6%|▋ | 88/1355 [00:01<00:15, 81.87it/s]
|
| 1711 |
7%|▋ | 97/1355 [00:01<00:15, 81.46it/s]
|
| 1712 |
8%|▊ | 106/1355 [00:01<00:15, 81.06it/s]
|
| 1713 |
8%|▊ | 115/1355 [00:01<00:15, 78.92it/s]
|
| 1714 |
9%|▉ | 123/1355 [00:01<00:15, 78.64it/s]
|
| 1715 |
10%|▉ | 132/1355 [00:01<00:15, 79.64it/s]
|
| 1716 |
10%|█ | 140/1355 [00:01<00:15, 78.63it/s]
|
| 1717 |
11%|█ | 148/1355 [00:01<00:15, 78.24it/s]
|
| 1718 |
12%|█▏ | 156/1355 [00:01<00:16, 74.61it/s]
|
| 1719 |
12%|█▏ | 164/1355 [00:02<00:16, 73.49it/s]
|
| 1720 |
13%|█▎ | 173/1355 [00:02<00:15, 76.91it/s]
|
| 1721 |
13%|█▎ | 182/1355 [00:02<00:14, 78.49it/s]
|
| 1722 |
14%|█▍ | 191/1355 [00:02<00:14, 80.57it/s]
|
| 1723 |
15%|█▍ | 200/1355 [00:02<00:14, 80.78it/s]
|
| 1724 |
15%|█▌ | 209/1355 [00:02<00:14, 81.00it/s]
|
| 1725 |
16%|█▌ | 218/1355 [00:02<00:14, 79.75it/s]
|
| 1726 |
17%|█▋ | 227/1355 [00:02<00:14, 80.27it/s]
|
| 1727 |
17%|█▋ | 236/1355 [00:02<00:13, 81.35it/s]
|
| 1728 |
18%|█▊ | 245/1355 [00:03<00:13, 80.49it/s]
|
| 1729 |
19%|█▊ | 254/1355 [00:03<00:13, 80.12it/s]
|
| 1730 |
19%|█▉ | 263/1355 [00:03<00:13, 81.47it/s]
|
| 1731 |
20%|██ | 272/1355 [00:03<00:13, 82.34it/s]
|
| 1732 |
21%|██ | 281/1355 [00:03<00:13, 77.28it/s]
|
| 1733 |
21%|██▏ | 289/1355 [00:03<00:13, 77.10it/s]
|
| 1734 |
22%|██▏ | 298/1355 [00:03<00:13, 78.39it/s]
|
| 1735 |
23%|██▎ | 307/1355 [00:03<00:13, 79.37it/s]
|
| 1736 |
23%|██▎ | 316/1355 [00:03<00:12, 80.62it/s]
|
| 1737 |
24%|██▍ | 325/1355 [00:04<00:12, 81.57it/s]
|
| 1738 |
25%|██▍ | 334/1355 [00:04<00:12, 82.92it/s]
|
| 1739 |
25%|██▌ | 343/1355 [00:04<00:12, 83.78it/s]
|
| 1740 |
26%|██▌ | 352/1355 [00:04<00:11, 84.39it/s]
|
| 1741 |
27%|██▋ | 361/1355 [00:04<00:11, 84.87it/s]
|
| 1742 |
27%|██▋ | 370/1355 [00:04<00:11, 84.50it/s]
|
| 1743 |
28%|██▊ | 379/1355 [00:04<00:11, 84.40it/s]
|
| 1744 |
29%|██▊ | 388/1355 [00:04<00:11, 84.75it/s]
|
| 1745 |
29%|██▉ | 397/1355 [00:04<00:11, 84.48it/s]
|
| 1746 |
30%|██▉ | 406/1355 [00:05<00:11, 84.58it/s]
|
| 1747 |
31%|███ | 415/1355 [00:05<00:11, 83.91it/s]
|
| 1748 |
31%|███▏ | 424/1355 [00:05<00:11, 83.95it/s]
|
| 1749 |
32%|███▏ | 433/1355 [00:05<00:10, 84.14it/s]
|
| 1750 |
33%|███▎ | 442/1355 [00:05<00:10, 83.93it/s]
|
| 1751 |
33%|███▎ | 451/1355 [00:05<00:10, 83.32it/s]
|
| 1752 |
34%|███▍ | 460/1355 [00:05<00:10, 81.79it/s]
|
| 1753 |
35%|███▍ | 469/1355 [00:05<00:10, 82.56it/s]
|
| 1754 |
35%|███▌ | 478/1355 [00:05<00:10, 82.69it/s]
|
| 1755 |
36%|███▌ | 487/1355 [00:06<00:10, 82.26it/s]
|
| 1756 |
37%|███▋ | 496/1355 [00:06<00:10, 82.65it/s]
|
| 1757 |
37%|███▋ | 505/1355 [00:06<00:10, 80.55it/s]
|
| 1758 |
38%|███▊ | 514/1355 [00:06<00:10, 78.46it/s]
|
| 1759 |
39%|███▊ | 522/1355 [00:06<00:11, 74.90it/s]
|
| 1760 |
39%|███▉ | 531/1355 [00:06<00:10, 76.73it/s]
|
| 1761 |
40%|███▉ | 540/1355 [00:06<00:10, 79.45it/s]
|
| 1762 |
40%|████ | 548/1355 [00:06<00:10, 78.07it/s]
|
| 1763 |
41%|████ | 557/1355 [00:06<00:09, 80.42it/s]
|
| 1764 |
42%|████▏ | 566/1355 [00:07<00:09, 82.39it/s]
|
| 1765 |
42%|████▏ | 575/1355 [00:07<00:09, 81.37it/s]
|
| 1766 |
43%|████▎ | 584/1355 [00:07<00:09, 80.81it/s]
|
| 1767 |
44%|████▍ | 593/1355 [00:07<00:09, 81.91it/s]
|
| 1768 |
44%|████▍ | 602/1355 [00:07<00:09, 79.26it/s]
|
| 1769 |
45%|████▌ | 610/1355 [00:07<00:09, 77.86it/s]
|
| 1770 |
46%|████▌ | 618/1355 [00:07<00:09, 76.53it/s]
|
| 1771 |
46%|████▌ | 626/1355 [00:07<00:09, 76.13it/s]
|
| 1772 |
47%|████▋ | 635/1355 [00:07<00:09, 77.47it/s]
|
| 1773 |
48%|████▊ | 644/1355 [00:08<00:09, 78.11it/s]
|
| 1774 |
48%|████▊ | 653/1355 [00:08<00:08, 79.99it/s]
|
| 1775 |
49%|████▉ | 662/1355 [00:08<00:08, 78.01it/s]
|
| 1776 |
49%|████▉ | 670/1355 [00:08<00:08, 77.20it/s]
|
| 1777 |
50%|█████ | 679/1355 [00:08<00:08, 78.41it/s]
|
| 1778 |
51%|█████ | 687/1355 [00:08<00:08, 78.21it/s]
|
| 1779 |
51%|█████▏ | 696/1355 [00:08<00:08, 79.53it/s]
|
| 1780 |
52%|█████▏ | 704/1355 [00:08<00:08, 77.15it/s]
|
| 1781 |
53%|█████▎ | 713/1355 [00:08<00:08, 79.89it/s]
|
| 1782 |
53%|█████▎ | 722/1355 [00:09<00:07, 79.62it/s]
|
| 1783 |
54%|█████▍ | 731/1355 [00:09<00:07, 80.99it/s]
|
| 1784 |
55%|█████▍ | 740/1355 [00:09<00:07, 81.06it/s]
|
| 1785 |
55%|█████▌ | 749/1355 [00:09<00:07, 80.52it/s]
|
| 1786 |
56%|█████▌ | 758/1355 [00:09<00:07, 77.20it/s]
|
| 1787 |
57%|█████▋ | 766/1355 [00:09<00:07, 77.39it/s]
|
| 1788 |
57%|█████▋ | 775/1355 [00:09<00:07, 80.26it/s]
|
| 1789 |
58%|█████▊ | 784/1355 [00:09<00:07, 75.66it/s]
|
| 1790 |
59%|█████▊ | 793/1355 [00:09<00:07, 76.94it/s]
|
| 1791 |
59%|█████▉ | 801/1355 [00:10<00:07, 77.53it/s]
|
| 1792 |
60%|█████▉ | 810/1355 [00:10<00:06, 80.01it/s]
|
| 1793 |
60%|██████ | 819/1355 [00:10<00:06, 80.84it/s]
|
| 1794 |
61%|██████ | 828/1355 [00:10<00:06, 80.09it/s]
|
| 1795 |
62%|██████▏ | 837/1355 [00:10<00:06, 78.50it/s]
|
| 1796 |
62%|██████▏ | 845/1355 [00:10<00:06, 78.57it/s]
|
| 1797 |
63%|██████▎ | 853/1355 [00:10<00:06, 75.52it/s]
|
| 1798 |
64%|██████▎ | 862/1355 [00:10<00:06, 77.80it/s]
|
| 1799 |
64%|██████▍ | 871/1355 [00:10<00:06, 79.35it/s]
|
| 1800 |
65%|██████▍ | 880/1355 [00:11<00:05, 81.16it/s]
|
| 1801 |
66%|██████▌ | 889/1355 [00:11<00:05, 81.61it/s]
|
| 1802 |
66%|██████▋ | 898/1355 [00:11<00:05, 81.34it/s]
|
| 1803 |
67%|██████▋ | 907/1355 [00:11<00:05, 81.48it/s]
|
| 1804 |
68%|██████▊ | 916/1355 [00:11<00:05, 81.64it/s]
|
| 1805 |
68%|███���██▊ | 925/1355 [00:11<00:05, 78.43it/s]
|
| 1806 |
69%|██████▉ | 933/1355 [00:11<00:05, 77.85it/s]
|
| 1807 |
69%|██████▉ | 941/1355 [00:11<00:05, 77.94it/s]
|
| 1808 |
70%|███████ | 950/1355 [00:11<00:05, 80.31it/s]
|
| 1809 |
71%|███████ | 959/1355 [00:11<00:04, 81.24it/s]
|
| 1810 |
71%|███████▏ | 968/1355 [00:12<00:04, 80.46it/s]
|
| 1811 |
72%|███████▏ | 977/1355 [00:12<00:04, 76.46it/s]
|
| 1812 |
73%|███████▎ | 986/1355 [00:12<00:04, 78.44it/s]
|
| 1813 |
73%|███████▎ | 995/1355 [00:12<00:04, 80.04it/s]
|
| 1814 |
74%|███████▍ | 1004/1355 [00:12<00:04, 78.88it/s]
|
| 1815 |
75%|███████▍ | 1012/1355 [00:12<00:04, 76.80it/s]
|
| 1816 |
75%|███████▌ | 1020/1355 [00:12<00:04, 76.99it/s]
|
| 1817 |
76%|███████▌ | 1029/1355 [00:12<00:04, 78.29it/s]
|
| 1818 |
77%|███████▋ | 1038/1355 [00:12<00:03, 79.96it/s]
|
| 1819 |
77%|███████▋ | 1047/1355 [00:13<00:03, 81.57it/s]
|
| 1820 |
78%|███████▊ | 1056/1355 [00:13<00:03, 80.17it/s]
|
| 1821 |
79%|███████▊ | 1065/1355 [00:13<00:03, 81.20it/s]
|
| 1822 |
79%|███████▉ | 1074/1355 [00:13<00:03, 81.92it/s]
|
| 1823 |
80%|███████▉ | 1083/1355 [00:13<00:03, 79.31it/s]
|
| 1824 |
81%|████████ | 1091/1355 [00:13<00:03, 76.77it/s]
|
| 1825 |
81%|████████ | 1100/1355 [00:13<00:03, 78.36it/s]
|
| 1826 |
82%|████████▏ | 1108/1355 [00:13<00:03, 78.73it/s]
|
| 1827 |
82%|████████▏ | 1116/1355 [00:13<00:03, 75.10it/s]
|
| 1828 |
83%|████████▎ | 1124/1355 [00:14<00:03, 75.74it/s]
|
| 1829 |
84%|████████▎ | 1133/1355 [00:14<00:02, 78.40it/s]
|
| 1830 |
84%|████████▍ | 1141/1355 [00:14<00:02, 77.09it/s]
|
| 1831 |
85%|████████▍ | 1149/1355 [00:14<00:02, 76.45it/s]
|
| 1832 |
85%|████████▌ | 1157/1355 [00:14<00:02, 74.14it/s]
|
| 1833 |
86%|████████▌ | 1165/1355 [00:14<00:02, 73.80it/s]
|
| 1834 |
87%|████████▋ | 1174/1355 [00:14<00:02, 76.18it/s]
|
| 1835 |
87%|████████▋ | 1183/1355 [00:14<00:02, 77.91it/s]
|
| 1836 |
88%|████████▊ | 1191/1355 [00:14<00:02, 78.13it/s]
|
| 1837 |
88%|████████▊ | 1199/1355 [00:15<00:02, 77.74it/s]
|
| 1838 |
89%|████████▉ | 1208/1355 [00:15<00:01, 78.65it/s]
|
| 1839 |
90%|████████▉ | 1216/1355 [00:15<00:01, 76.56it/s]
|
| 1840 |
90%|█████████ | 1225/1355 [00:15<00:01, 78.91it/s]
|
| 1841 |
91%|█████████ | 1233/1355 [00:15<00:01, 78.86it/s]
|
| 1842 |
92%|█████████▏| 1241/1355 [00:15<00:01, 76.10it/s]
|
| 1843 |
92%|█████████▏| 1249/1355 [00:15<00:01, 75.34it/s]
|
| 1844 |
93%|█████████▎| 1258/1355 [00:15<00:01, 76.62it/s]
|
| 1845 |
93%|█████████▎| 1266/1355 [00:15<00:01, 77.36it/s]
|
| 1846 |
94%|█████████▍| 1275/1355 [00:16<00:01, 78.50it/s]
|
| 1847 |
95%|█████████▍| 1284/1355 [00:16<00:00, 80.34it/s]
|
| 1848 |
95%|█████████▌| 1293/1355 [00:16<00:00, 81.89it/s]
|
| 1849 |
96%|█████████▌| 1302/1355 [00:16<00:00, 81.63it/s]
|
| 1850 |
97%|█████████▋| 1311/1355 [00:16<00:00, 80.03it/s]
|
| 1851 |
97%|█████████▋| 1320/1355 [00:16<00:00, 77.99it/s]
|
| 1852 |
98%|█████████▊| 1328/1355 [00:16<00:00, 76.51it/s]
|
| 1853 |
99%|█████████▊| 1336/1355 [00:16<00:00, 75.93it/s]
|
| 1854 |
99%|█████████▉| 1344/1355 [00:16<00:00, 75.51it/s]
|
| 1855 |
+
[INFO|trainer.py:3503] 2024-09-09 21:34:11,757 >> Saving model checkpoint to /content/dissertation/scripts/ner/output
|
| 1856 |
+
[INFO|configuration_utils.py:472] 2024-09-09 21:34:11,759 >> Configuration saved in /content/dissertation/scripts/ner/output/config.json
|
| 1857 |
+
[INFO|modeling_utils.py:2799] 2024-09-09 21:34:13,106 >> Model weights saved in /content/dissertation/scripts/ner/output/model.safetensors
|
| 1858 |
+
[INFO|tokenization_utils_base.py:2684] 2024-09-09 21:34:13,107 >> tokenizer config file saved in /content/dissertation/scripts/ner/output/tokenizer_config.json
|
| 1859 |
+
[INFO|tokenization_utils_base.py:2693] 2024-09-09 21:34:13,107 >> Special tokens file saved in /content/dissertation/scripts/ner/output/special_tokens_map.json
|
| 1860 |
+
***** predict metrics *****
|
| 1861 |
+
predict_accuracy = 0.9922
|
| 1862 |
+
predict_f1 = 0.8534
|
| 1863 |
+
predict_loss = 0.0449
|
| 1864 |
+
predict_precision = 0.8332
|
| 1865 |
+
predict_recall = 0.8747
|
| 1866 |
+
predict_runtime = 0:00:23.14
|
| 1867 |
+
predict_samples_per_second = 468.329
|
| 1868 |
+
predict_steps_per_second = 58.552
|
| 1869 |
+
|
train_results.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"epoch":
|
| 3 |
-
"total_flos": 1.
|
| 4 |
-
"train_loss": 0.
|
| 5 |
-
"train_runtime":
|
| 6 |
-
"train_samples":
|
| 7 |
-
"train_samples_per_second":
|
| 8 |
-
"train_steps_per_second": 3.
|
| 9 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"epoch": 9.991889699918897,
|
| 3 |
+
"total_flos": 1.919784837910831e+16,
|
| 4 |
+
"train_loss": 0.008344567238123386,
|
| 5 |
+
"train_runtime": 1725.5138,
|
| 6 |
+
"train_samples": 39426,
|
| 7 |
+
"train_samples_per_second": 228.488,
|
| 8 |
+
"train_steps_per_second": 3.57
|
| 9 |
}
|
trainer_state.json
CHANGED
|
@@ -1,208 +1,229 @@
|
|
| 1 |
{
|
| 2 |
-
"best_metric": 0.
|
| 3 |
-
"best_model_checkpoint": "/content/dissertation/scripts/ner/output/checkpoint-
|
| 4 |
-
"epoch":
|
| 5 |
"eval_steps": 500,
|
| 6 |
-
"global_step":
|
| 7 |
"is_hyper_param_search": false,
|
| 8 |
"is_local_process_zero": true,
|
| 9 |
"is_world_process_zero": true,
|
| 10 |
"log_history": [
|
| 11 |
{
|
| 12 |
-
"epoch":
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"eval_precision": 0.9005102040816326,
|
| 17 |
-
"eval_recall": 0.9733455882352942,
|
| 18 |
-
"eval_runtime": 13.936,
|
| 19 |
-
"eval_samples_per_second": 488.661,
|
| 20 |
-
"eval_steps_per_second": 61.136,
|
| 21 |
-
"step": 488
|
| 22 |
-
},
|
| 23 |
-
{
|
| 24 |
-
"epoch": 1.0245901639344261,
|
| 25 |
-
"grad_norm": 0.24995087087154388,
|
| 26 |
-
"learning_rate": 4.487704918032787e-05,
|
| 27 |
-
"loss": 0.0189,
|
| 28 |
"step": 500
|
| 29 |
},
|
| 30 |
{
|
| 31 |
-
"epoch":
|
| 32 |
-
"eval_accuracy": 0.
|
| 33 |
-
"eval_f1": 0.
|
| 34 |
-
"eval_loss": 0.
|
| 35 |
-
"eval_precision": 0.
|
| 36 |
-
"eval_recall": 0.
|
| 37 |
-
"eval_runtime":
|
| 38 |
-
"eval_samples_per_second":
|
| 39 |
-
"eval_steps_per_second":
|
| 40 |
-
"step":
|
| 41 |
-
},
|
| 42 |
-
{
|
| 43 |
-
"epoch": 2.0491803278688523,
|
| 44 |
-
"grad_norm": 0.04940846189856529,
|
| 45 |
-
"learning_rate": 3.975409836065574e-05,
|
| 46 |
-
"loss": 0.0027,
|
| 47 |
-
"step": 1000
|
| 48 |
},
|
| 49 |
{
|
| 50 |
-
"epoch":
|
| 51 |
-
"
|
| 52 |
-
"
|
| 53 |
-
"
|
| 54 |
-
"
|
| 55 |
-
"eval_recall": 0.9623161764705882,
|
| 56 |
-
"eval_runtime": 14.0607,
|
| 57 |
-
"eval_samples_per_second": 484.329,
|
| 58 |
-
"eval_steps_per_second": 60.594,
|
| 59 |
-
"step": 1464
|
| 60 |
},
|
| 61 |
{
|
| 62 |
-
"epoch":
|
| 63 |
-
"
|
| 64 |
-
"
|
| 65 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
"step": 1500
|
| 67 |
},
|
| 68 |
{
|
| 69 |
-
"epoch":
|
| 70 |
-
"eval_accuracy": 0.
|
| 71 |
-
"eval_f1": 0.
|
| 72 |
-
"eval_loss": 0.
|
| 73 |
-
"eval_precision": 0.
|
| 74 |
-
"eval_recall": 0.
|
| 75 |
-
"eval_runtime":
|
| 76 |
-
"eval_samples_per_second":
|
| 77 |
-
"eval_steps_per_second": 59.
|
| 78 |
-
"step":
|
| 79 |
-
},
|
| 80 |
-
{
|
| 81 |
-
"epoch": 4.098360655737705,
|
| 82 |
-
"grad_norm": 0.006754329428076744,
|
| 83 |
-
"learning_rate": 2.9508196721311478e-05,
|
| 84 |
-
"loss": 0.0007,
|
| 85 |
-
"step": 2000
|
| 86 |
},
|
| 87 |
{
|
| 88 |
-
"epoch":
|
| 89 |
-
"
|
| 90 |
-
"
|
| 91 |
-
"
|
| 92 |
-
"
|
| 93 |
-
"eval_recall": 0.9595588235294118,
|
| 94 |
-
"eval_runtime": 14.0071,
|
| 95 |
-
"eval_samples_per_second": 486.182,
|
| 96 |
-
"eval_steps_per_second": 60.826,
|
| 97 |
-
"step": 2440
|
| 98 |
},
|
| 99 |
{
|
| 100 |
-
"epoch":
|
| 101 |
-
"
|
| 102 |
-
"
|
| 103 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
"step": 2500
|
| 105 |
},
|
| 106 |
{
|
| 107 |
-
"epoch":
|
| 108 |
-
"
|
| 109 |
-
"
|
| 110 |
-
"
|
| 111 |
-
"eval_precision": 0.959395656279509,
|
| 112 |
-
"eval_recall": 0.9338235294117647,
|
| 113 |
-
"eval_runtime": 14.0724,
|
| 114 |
-
"eval_samples_per_second": 483.926,
|
| 115 |
-
"eval_steps_per_second": 60.544,
|
| 116 |
-
"step": 2928
|
| 117 |
-
},
|
| 118 |
-
{
|
| 119 |
-
"epoch": 6.147540983606557,
|
| 120 |
-
"grad_norm": 0.7484572529792786,
|
| 121 |
-
"learning_rate": 1.9262295081967212e-05,
|
| 122 |
-
"loss": 0.0002,
|
| 123 |
"step": 3000
|
| 124 |
},
|
| 125 |
{
|
| 126 |
-
"epoch":
|
| 127 |
-
"eval_accuracy": 0.
|
| 128 |
-
"eval_f1": 0.
|
| 129 |
-
"eval_loss": 0.
|
| 130 |
-
"eval_precision": 0.
|
| 131 |
-
"eval_recall": 0.
|
| 132 |
-
"eval_runtime":
|
| 133 |
-
"eval_samples_per_second":
|
| 134 |
-
"eval_steps_per_second":
|
| 135 |
-
"step":
|
| 136 |
},
|
| 137 |
{
|
| 138 |
-
"epoch":
|
| 139 |
-
"grad_norm": 0.
|
| 140 |
-
"learning_rate":
|
| 141 |
-
"loss": 0.
|
| 142 |
"step": 3500
|
| 143 |
},
|
| 144 |
{
|
| 145 |
-
"epoch":
|
| 146 |
-
"eval_accuracy": 0.
|
| 147 |
-
"eval_f1": 0.
|
| 148 |
-
"eval_loss": 0.
|
| 149 |
-
"eval_precision": 0.
|
| 150 |
-
"eval_recall": 0.
|
| 151 |
-
"eval_runtime":
|
| 152 |
-
"eval_samples_per_second":
|
| 153 |
-
"eval_steps_per_second":
|
| 154 |
-
"step":
|
| 155 |
-
},
|
| 156 |
-
{
|
| 157 |
-
"epoch":
|
| 158 |
-
"grad_norm": 0.
|
| 159 |
-
"learning_rate":
|
| 160 |
-
"loss": 0.
|
| 161 |
"step": 4000
|
| 162 |
},
|
| 163 |
{
|
| 164 |
-
"epoch":
|
| 165 |
-
"eval_accuracy": 0.
|
| 166 |
-
"eval_f1": 0.
|
| 167 |
-
"eval_loss": 0.
|
| 168 |
-
"eval_precision": 0.
|
| 169 |
-
"eval_recall": 0.
|
| 170 |
-
"eval_runtime":
|
| 171 |
-
"eval_samples_per_second":
|
| 172 |
-
"eval_steps_per_second":
|
| 173 |
-
"step":
|
| 174 |
},
|
| 175 |
{
|
| 176 |
-
"epoch":
|
| 177 |
-
"grad_norm": 0.
|
| 178 |
-
"learning_rate":
|
| 179 |
-
"loss": 0.
|
| 180 |
"step": 4500
|
| 181 |
},
|
| 182 |
{
|
| 183 |
-
"epoch":
|
| 184 |
-
"eval_accuracy": 0.
|
| 185 |
-
"eval_f1": 0.
|
| 186 |
-
"eval_loss": 0.
|
| 187 |
-
"eval_precision": 0.
|
| 188 |
-
"eval_recall": 0.
|
| 189 |
-
"eval_runtime":
|
| 190 |
-
"eval_samples_per_second":
|
| 191 |
-
"eval_steps_per_second": 58.
|
| 192 |
-
"step":
|
| 193 |
-
},
|
| 194 |
-
{
|
| 195 |
-
"epoch":
|
| 196 |
-
"
|
| 197 |
-
"
|
| 198 |
-
"
|
| 199 |
-
"
|
| 200 |
-
|
| 201 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 202 |
}
|
| 203 |
],
|
| 204 |
"logging_steps": 500,
|
| 205 |
-
"max_steps":
|
| 206 |
"num_input_tokens_seen": 0,
|
| 207 |
"num_train_epochs": 10,
|
| 208 |
"save_steps": 500,
|
|
@@ -218,7 +239,7 @@
|
|
| 218 |
"attributes": {}
|
| 219 |
}
|
| 220 |
},
|
| 221 |
-
"total_flos": 1.
|
| 222 |
"train_batch_size": 32,
|
| 223 |
"trial_name": null,
|
| 224 |
"trial_params": null
|
|
|
|
| 1 |
{
|
| 2 |
+
"best_metric": 0.8512137823022711,
|
| 3 |
+
"best_model_checkpoint": "/content/dissertation/scripts/ner/output/checkpoint-4315",
|
| 4 |
+
"epoch": 9.991889699918897,
|
| 5 |
"eval_steps": 500,
|
| 6 |
+
"global_step": 6160,
|
| 7 |
"is_hyper_param_search": false,
|
| 8 |
"is_local_process_zero": true,
|
| 9 |
"is_world_process_zero": true,
|
| 10 |
"log_history": [
|
| 11 |
{
|
| 12 |
+
"epoch": 0.8110300081103001,
|
| 13 |
+
"grad_norm": 0.7429273724555969,
|
| 14 |
+
"learning_rate": 4.5941558441558444e-05,
|
| 15 |
+
"loss": 0.0571,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
"step": 500
|
| 17 |
},
|
| 18 |
{
|
| 19 |
+
"epoch": 0.9991889699918897,
|
| 20 |
+
"eval_accuracy": 0.9906421648980531,
|
| 21 |
+
"eval_f1": 0.8112888052681091,
|
| 22 |
+
"eval_loss": 0.02658958174288273,
|
| 23 |
+
"eval_precision": 0.776657060518732,
|
| 24 |
+
"eval_recall": 0.8491532099251674,
|
| 25 |
+
"eval_runtime": 15.3903,
|
| 26 |
+
"eval_samples_per_second": 477.832,
|
| 27 |
+
"eval_steps_per_second": 59.778,
|
| 28 |
+
"step": 616
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
},
|
| 30 |
{
|
| 31 |
+
"epoch": 1.6220600162206003,
|
| 32 |
+
"grad_norm": 0.32481127977371216,
|
| 33 |
+
"learning_rate": 4.1883116883116886e-05,
|
| 34 |
+
"loss": 0.018,
|
| 35 |
+
"step": 1000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
},
|
| 37 |
{
|
| 38 |
+
"epoch": 2.0,
|
| 39 |
+
"eval_accuracy": 0.9914186293963707,
|
| 40 |
+
"eval_f1": 0.8270561106840891,
|
| 41 |
+
"eval_loss": 0.030444670468568802,
|
| 42 |
+
"eval_precision": 0.8075046904315197,
|
| 43 |
+
"eval_recall": 0.8475777865301299,
|
| 44 |
+
"eval_runtime": 15.7588,
|
| 45 |
+
"eval_samples_per_second": 466.66,
|
| 46 |
+
"eval_steps_per_second": 58.38,
|
| 47 |
+
"step": 1233
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"epoch": 2.4330900243309004,
|
| 51 |
+
"grad_norm": 0.10290508717298508,
|
| 52 |
+
"learning_rate": 3.782467532467533e-05,
|
| 53 |
+
"loss": 0.0101,
|
| 54 |
"step": 1500
|
| 55 |
},
|
| 56 |
{
|
| 57 |
+
"epoch": 2.9991889699918897,
|
| 58 |
+
"eval_accuracy": 0.9906249101314238,
|
| 59 |
+
"eval_f1": 0.8310784692694241,
|
| 60 |
+
"eval_loss": 0.03564191609621048,
|
| 61 |
+
"eval_precision": 0.8159392789373814,
|
| 62 |
+
"eval_recall": 0.8467900748326113,
|
| 63 |
+
"eval_runtime": 15.5516,
|
| 64 |
+
"eval_samples_per_second": 472.877,
|
| 65 |
+
"eval_steps_per_second": 59.158,
|
| 66 |
+
"step": 1849
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
},
|
| 68 |
{
|
| 69 |
+
"epoch": 3.2441200324412005,
|
| 70 |
+
"grad_norm": 0.3212472200393677,
|
| 71 |
+
"learning_rate": 3.376623376623377e-05,
|
| 72 |
+
"loss": 0.0057,
|
| 73 |
+
"step": 2000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
},
|
| 75 |
{
|
| 76 |
+
"epoch": 4.0,
|
| 77 |
+
"eval_accuracy": 0.9910217697638973,
|
| 78 |
+
"eval_f1": 0.8348231636222309,
|
| 79 |
+
"eval_loss": 0.03653988987207413,
|
| 80 |
+
"eval_precision": 0.8239355581127733,
|
| 81 |
+
"eval_recall": 0.8460023631350926,
|
| 82 |
+
"eval_runtime": 15.8023,
|
| 83 |
+
"eval_samples_per_second": 465.375,
|
| 84 |
+
"eval_steps_per_second": 58.219,
|
| 85 |
+
"step": 2466
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"epoch": 4.0551500405515,
|
| 89 |
+
"grad_norm": 1.049054741859436,
|
| 90 |
+
"learning_rate": 2.9707792207792207e-05,
|
| 91 |
+
"loss": 0.0039,
|
| 92 |
"step": 2500
|
| 93 |
},
|
| 94 |
{
|
| 95 |
+
"epoch": 4.866180048661801,
|
| 96 |
+
"grad_norm": 0.12911342084407806,
|
| 97 |
+
"learning_rate": 2.5649350649350652e-05,
|
| 98 |
+
"loss": 0.0027,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 99 |
"step": 3000
|
| 100 |
},
|
| 101 |
{
|
| 102 |
+
"epoch": 4.99918896999189,
|
| 103 |
+
"eval_accuracy": 0.9915624191182815,
|
| 104 |
+
"eval_f1": 0.8343344313117613,
|
| 105 |
+
"eval_loss": 0.03956884518265724,
|
| 106 |
+
"eval_precision": 0.8211289092295957,
|
| 107 |
+
"eval_recall": 0.8479716423788893,
|
| 108 |
+
"eval_runtime": 15.4772,
|
| 109 |
+
"eval_samples_per_second": 475.151,
|
| 110 |
+
"eval_steps_per_second": 59.442,
|
| 111 |
+
"step": 3082
|
| 112 |
},
|
| 113 |
{
|
| 114 |
+
"epoch": 5.6772100567721,
|
| 115 |
+
"grad_norm": 0.1811482459306717,
|
| 116 |
+
"learning_rate": 2.1590909090909093e-05,
|
| 117 |
+
"loss": 0.0018,
|
| 118 |
"step": 3500
|
| 119 |
},
|
| 120 |
{
|
| 121 |
+
"epoch": 6.0,
|
| 122 |
+
"eval_accuracy": 0.9915394127627757,
|
| 123 |
+
"eval_f1": 0.846658941676323,
|
| 124 |
+
"eval_loss": 0.04350048676133156,
|
| 125 |
+
"eval_precision": 0.8306176582038651,
|
| 126 |
+
"eval_recall": 0.8633320204805042,
|
| 127 |
+
"eval_runtime": 15.4958,
|
| 128 |
+
"eval_samples_per_second": 474.581,
|
| 129 |
+
"eval_steps_per_second": 59.371,
|
| 130 |
+
"step": 3699
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"epoch": 6.488240064882401,
|
| 134 |
+
"grad_norm": 0.0691465437412262,
|
| 135 |
+
"learning_rate": 1.7532467532467535e-05,
|
| 136 |
+
"loss": 0.0013,
|
| 137 |
"step": 4000
|
| 138 |
},
|
| 139 |
{
|
| 140 |
+
"epoch": 6.99918896999189,
|
| 141 |
+
"eval_accuracy": 0.991867253328732,
|
| 142 |
+
"eval_f1": 0.8512137823022711,
|
| 143 |
+
"eval_loss": 0.047813717275857925,
|
| 144 |
+
"eval_precision": 0.8462436745815493,
|
| 145 |
+
"eval_recall": 0.8562426152028357,
|
| 146 |
+
"eval_runtime": 15.6578,
|
| 147 |
+
"eval_samples_per_second": 469.669,
|
| 148 |
+
"eval_steps_per_second": 58.757,
|
| 149 |
+
"step": 4315
|
| 150 |
},
|
| 151 |
{
|
| 152 |
+
"epoch": 7.299270072992701,
|
| 153 |
+
"grad_norm": 0.016636306419968605,
|
| 154 |
+
"learning_rate": 1.3474025974025975e-05,
|
| 155 |
+
"loss": 0.0008,
|
| 156 |
"step": 4500
|
| 157 |
},
|
| 158 |
{
|
| 159 |
+
"epoch": 8.0,
|
| 160 |
+
"eval_accuracy": 0.9914761452851351,
|
| 161 |
+
"eval_f1": 0.8478387284357433,
|
| 162 |
+
"eval_loss": 0.04689360409975052,
|
| 163 |
+
"eval_precision": 0.8347328244274809,
|
| 164 |
+
"eval_recall": 0.8613627412367074,
|
| 165 |
+
"eval_runtime": 15.6856,
|
| 166 |
+
"eval_samples_per_second": 468.838,
|
| 167 |
+
"eval_steps_per_second": 58.653,
|
| 168 |
+
"step": 4932
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"epoch": 8.110300081103,
|
| 172 |
+
"grad_norm": 0.02262457087635994,
|
| 173 |
+
"learning_rate": 9.415584415584416e-06,
|
| 174 |
+
"loss": 0.0008,
|
| 175 |
+
"step": 5000
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"epoch": 8.921330089213301,
|
| 179 |
+
"grad_norm": 0.6416856646537781,
|
| 180 |
+
"learning_rate": 5.357142857142857e-06,
|
| 181 |
+
"loss": 0.0004,
|
| 182 |
+
"step": 5500
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"epoch": 8.99918896999189,
|
| 186 |
+
"eval_accuracy": 0.9918845080953613,
|
| 187 |
+
"eval_f1": 0.851080397118941,
|
| 188 |
+
"eval_loss": 0.05153572931885719,
|
| 189 |
+
"eval_precision": 0.8414164742109315,
|
| 190 |
+
"eval_recall": 0.860968885387948,
|
| 191 |
+
"eval_runtime": 15.5849,
|
| 192 |
+
"eval_samples_per_second": 471.866,
|
| 193 |
+
"eval_steps_per_second": 59.031,
|
| 194 |
+
"step": 5548
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"epoch": 9.732360097323602,
|
| 198 |
+
"grad_norm": 0.011619620956480503,
|
| 199 |
+
"learning_rate": 1.2987012987012988e-06,
|
| 200 |
+
"loss": 0.0002,
|
| 201 |
+
"step": 6000
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 9.991889699918897,
|
| 205 |
+
"eval_accuracy": 0.9917694763178329,
|
| 206 |
+
"eval_f1": 0.8490859587709063,
|
| 207 |
+
"eval_loss": 0.05196274444460869,
|
| 208 |
+
"eval_precision": 0.8386477141759509,
|
| 209 |
+
"eval_recall": 0.85978731784167,
|
| 210 |
+
"eval_runtime": 15.9471,
|
| 211 |
+
"eval_samples_per_second": 461.149,
|
| 212 |
+
"eval_steps_per_second": 57.691,
|
| 213 |
+
"step": 6160
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 9.991889699918897,
|
| 217 |
+
"step": 6160,
|
| 218 |
+
"total_flos": 1.919784837910831e+16,
|
| 219 |
+
"train_loss": 0.008344567238123386,
|
| 220 |
+
"train_runtime": 1725.5138,
|
| 221 |
+
"train_samples_per_second": 228.488,
|
| 222 |
+
"train_steps_per_second": 3.57
|
| 223 |
}
|
| 224 |
],
|
| 225 |
"logging_steps": 500,
|
| 226 |
+
"max_steps": 6160,
|
| 227 |
"num_input_tokens_seen": 0,
|
| 228 |
"num_train_epochs": 10,
|
| 229 |
"save_steps": 500,
|
|
|
|
| 239 |
"attributes": {}
|
| 240 |
}
|
| 241 |
},
|
| 242 |
+
"total_flos": 1.919784837910831e+16,
|
| 243 |
"train_batch_size": 32,
|
| 244 |
"trial_name": null,
|
| 245 |
"trial_params": null
|