Initial Commit
Browse files- README.md +42 -42
- eval_result_ner.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
---
|
2 |
-
base_model: haryoaw/scenario-TCR-NER_data-univner_full
|
3 |
library_name: transformers
|
4 |
license: mit
|
|
|
|
|
|
|
5 |
metrics:
|
6 |
- precision
|
7 |
- recall
|
8 |
- f1
|
9 |
- accuracy
|
10 |
-
tags:
|
11 |
-
- generated_from_trainer
|
12 |
model-index:
|
13 |
- name: scenario-kd-scr-ner-full-xlmr_data-univner_full44
|
14 |
results: []
|
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [haryoaw/scenario-TCR-NER_data-univner_full](https://huggingface.co/haryoaw/scenario-TCR-NER_data-univner_full) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss:
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
28 |
-
- Accuracy: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -58,40 +58,40 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
60 |
|:-------------:|:------:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
61 |
-
|
|
62 |
-
| 363.
|
63 |
-
| 332.
|
64 |
-
|
|
65 |
-
| 293.
|
66 |
-
| 278.
|
67 |
-
|
|
68 |
-
|
|
69 |
-
|
|
70 |
-
| 232.
|
71 |
-
|
|
72 |
-
| 215.
|
73 |
-
| 208.
|
74 |
-
| 202.
|
75 |
-
|
|
76 |
-
|
|
77 |
-
| 186.
|
78 |
-
| 180.
|
79 |
-
| 176.
|
80 |
-
|
|
81 |
-
| 170.
|
82 |
-
| 167.
|
83 |
-
| 164.
|
84 |
-
|
|
85 |
-
| 159.
|
86 |
-
| 157.
|
87 |
-
|
|
88 |
-
|
|
89 |
-
|
|
90 |
-
|
|
91 |
-
|
|
92 |
-
|
|
93 |
-
| 149.
|
94 |
-
| 149.
|
95 |
|
96 |
|
97 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
library_name: transformers
|
3 |
license: mit
|
4 |
+
base_model: haryoaw/scenario-TCR-NER_data-univner_full
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
metrics:
|
8 |
- precision
|
9 |
- recall
|
10 |
- f1
|
11 |
- accuracy
|
|
|
|
|
12 |
model-index:
|
13 |
- name: scenario-kd-scr-ner-full-xlmr_data-univner_full44
|
14 |
results: []
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [haryoaw/scenario-TCR-NER_data-univner_full](https://huggingface.co/haryoaw/scenario-TCR-NER_data-univner_full) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 158.9407
|
25 |
+
- Precision: 0.5487
|
26 |
+
- Recall: 0.5432
|
27 |
+
- F1: 0.5459
|
28 |
+
- Accuracy: 0.9588
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
60 |
|:-------------:|:------:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
61 |
+
| 460.9453 | 0.2911 | 500 | 385.8351 | 0.0 | 0.0 | 0.0 | 0.9241 |
|
62 |
+
| 363.4557 | 0.5822 | 1000 | 346.2052 | 0.4279 | 0.0544 | 0.0965 | 0.9263 |
|
63 |
+
| 332.2012 | 0.8732 | 1500 | 325.9525 | 0.3466 | 0.0752 | 0.1235 | 0.9270 |
|
64 |
+
| 311.0392 | 1.1643 | 2000 | 305.0690 | 0.2719 | 0.1538 | 0.1965 | 0.9302 |
|
65 |
+
| 293.6181 | 1.4554 | 2500 | 289.0764 | 0.2902 | 0.1616 | 0.2076 | 0.9319 |
|
66 |
+
| 278.0759 | 1.7465 | 3000 | 274.3208 | 0.3437 | 0.1727 | 0.2299 | 0.9351 |
|
67 |
+
| 263.7235 | 2.0375 | 3500 | 261.5710 | 0.3720 | 0.2477 | 0.2974 | 0.9395 |
|
68 |
+
| 250.8804 | 2.3286 | 4000 | 251.6802 | 0.4335 | 0.2371 | 0.3065 | 0.9399 |
|
69 |
+
| 241.6486 | 2.6197 | 4500 | 241.4983 | 0.3763 | 0.3122 | 0.3413 | 0.9431 |
|
70 |
+
| 232.1585 | 2.9108 | 5000 | 234.7022 | 0.4332 | 0.2502 | 0.3172 | 0.9419 |
|
71 |
+
| 223.428 | 3.2019 | 5500 | 225.8982 | 0.4283 | 0.3369 | 0.3771 | 0.9458 |
|
72 |
+
| 215.7432 | 3.4929 | 6000 | 218.6250 | 0.4172 | 0.3455 | 0.3780 | 0.9469 |
|
73 |
+
| 208.5821 | 3.7840 | 6500 | 212.5754 | 0.4244 | 0.4311 | 0.4277 | 0.9480 |
|
74 |
+
| 202.7347 | 4.0751 | 7000 | 206.2203 | 0.4440 | 0.4046 | 0.4233 | 0.9502 |
|
75 |
+
| 196.2593 | 4.3662 | 7500 | 200.8361 | 0.4877 | 0.4275 | 0.4556 | 0.9518 |
|
76 |
+
| 191.1748 | 4.6573 | 8000 | 196.1823 | 0.4735 | 0.4281 | 0.4496 | 0.9524 |
|
77 |
+
| 186.3328 | 4.9483 | 8500 | 191.5347 | 0.4679 | 0.4555 | 0.4616 | 0.9531 |
|
78 |
+
| 180.9869 | 5.2394 | 9000 | 187.5859 | 0.4850 | 0.4979 | 0.4914 | 0.9549 |
|
79 |
+
| 176.8171 | 5.5305 | 9500 | 183.7527 | 0.4858 | 0.5217 | 0.5031 | 0.9551 |
|
80 |
+
| 173.9635 | 5.8216 | 10000 | 180.3877 | 0.5310 | 0.4719 | 0.4997 | 0.9553 |
|
81 |
+
| 170.1918 | 6.1126 | 10500 | 177.5785 | 0.5234 | 0.4582 | 0.4887 | 0.9556 |
|
82 |
+
| 167.0458 | 6.4037 | 11000 | 174.8427 | 0.5411 | 0.4620 | 0.4984 | 0.9554 |
|
83 |
+
| 164.3432 | 6.6948 | 11500 | 171.9410 | 0.5348 | 0.5089 | 0.5215 | 0.9570 |
|
84 |
+
| 161.6384 | 6.9859 | 12000 | 169.9951 | 0.5304 | 0.5017 | 0.5156 | 0.9573 |
|
85 |
+
| 159.3906 | 7.2770 | 12500 | 167.7097 | 0.5450 | 0.5037 | 0.5235 | 0.9576 |
|
86 |
+
| 157.2167 | 7.5680 | 13000 | 165.9562 | 0.5248 | 0.5260 | 0.5254 | 0.9578 |
|
87 |
+
| 155.8673 | 7.8591 | 13500 | 164.2853 | 0.5485 | 0.5210 | 0.5344 | 0.9581 |
|
88 |
+
| 153.9819 | 8.1502 | 14000 | 162.9678 | 0.5385 | 0.5161 | 0.5271 | 0.9581 |
|
89 |
+
| 152.5708 | 8.4413 | 14500 | 161.7499 | 0.5424 | 0.5385 | 0.5404 | 0.9583 |
|
90 |
+
| 151.7945 | 8.7324 | 15000 | 160.7884 | 0.5528 | 0.5282 | 0.5402 | 0.9585 |
|
91 |
+
| 150.7972 | 9.0234 | 15500 | 160.0030 | 0.5441 | 0.5455 | 0.5448 | 0.9590 |
|
92 |
+
| 149.6132 | 9.3145 | 16000 | 159.5214 | 0.5446 | 0.5474 | 0.5460 | 0.9585 |
|
93 |
+
| 149.1168 | 9.6056 | 16500 | 159.1108 | 0.5540 | 0.5376 | 0.5457 | 0.9588 |
|
94 |
+
| 149.234 | 9.8967 | 17000 | 158.9407 | 0.5487 | 0.5432 | 0.5459 | 0.9588 |
|
95 |
|
96 |
|
97 |
### Framework versions
|
eval_result_ner.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"ceb_gja": {"precision": 0.
|
|
|
1 |
+
{"ceb_gja": {"precision": 0.4375, "recall": 0.5714285714285714, "f1": 0.49557522123893805, "accuracy": 0.9575289575289575}, "en_pud": {"precision": 0.49032992036405004, "recall": 0.40093023255813953, "f1": 0.4411463664278404, "accuracy": 0.949187759727994}, "de_pud": {"precision": 0.27796610169491526, "recall": 0.23676612127045235, "f1": 0.25571725571725573, "accuracy": 0.9236791524072946}, "pt_pud": {"precision": 0.5199645075421473, "recall": 0.5332120109190173, "f1": 0.5265049415992812, "accuracy": 0.9603964625966591}, "ru_pud": {"precision": 0.1016949152542373, "recall": 0.005791505791505791, "f1": 0.010958904109589041, "accuracy": 0.9221389821751486}, "sv_pud": {"precision": 0.5592203898050975, "recall": 0.3624878522837707, "f1": 0.43985849056603776, "accuracy": 0.9490983434682323}, "tl_trg": {"precision": 0.5, "recall": 0.7391304347826086, "f1": 0.5964912280701754, "accuracy": 0.9713896457765667}, "tl_ugnayan": {"precision": 0.0, "recall": 0.0, "f1": 0.0, "accuracy": 0.9334548769371012}, "zh_gsd": {"precision": 0.49362244897959184, "recall": 0.5045632333767927, "f1": 0.4990328820116054, "accuracy": 0.9363136863136863}, "zh_gsdsimp": {"precision": 0.47174770039421815, "recall": 0.4705111402359109, "f1": 0.47112860892388453, "accuracy": 0.9345654345654346}, "hr_set": {"precision": 0.6951058201058201, "recall": 0.7491090520313614, "f1": 0.7210977701543739, "accuracy": 0.9700329760923331}, "da_ddt": {"precision": 0.5862944162436549, "recall": 0.5167785234899329, "f1": 0.5493460166468489, "accuracy": 0.9705676943031029}, "en_ewt": {"precision": 0.5845986984815619, "recall": 0.4954044117647059, "f1": 0.536318407960199, "accuracy": 0.9586006295573176}, "pt_bosque": {"precision": 0.5459459459459459, "recall": 0.5818930041152264, "f1": 0.5633466135458167, "accuracy": 0.9642805390523113}, "sr_set": {"precision": 0.7452513966480447, "recall": 0.7874852420306966, "f1": 0.7657864523536166, "accuracy": 0.9673408633219508}, "sk_snk": {"precision": 0.4228486646884273, "recall": 0.3114754098360656, "f1": 0.35871617369414727, "accuracy": 0.9242305276381909}, "sv_talbanken": {"precision": 0.7543859649122807, "recall": 0.6581632653061225, "f1": 0.7029972752043596, "accuracy": 0.9951415811944839}}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 939737140
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:816537cc641f3dc303ebf41dca165f670da4fc67cb2fe48f6d2a85cf71871d86
|
3 |
size 939737140
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f619f016b64280402062cc2382e33a2f10622acbf50260c8a66a594bf7b03f6d
|
3 |
size 5304
|