update model card README.md
Browse files
README.md
CHANGED
|
@@ -9,11 +9,6 @@ metrics:
|
|
| 9 |
model-index:
|
| 10 |
- name: roberta-gest-pred-seqeval-partialmatch
|
| 11 |
results: []
|
| 12 |
-
datasets:
|
| 13 |
-
- Jsevisal/gesture_pred
|
| 14 |
-
language:
|
| 15 |
-
- en
|
| 16 |
-
pipeline_tag: token-classification
|
| 17 |
---
|
| 18 |
|
| 19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -23,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 23 |
|
| 24 |
This model is a fine-tuned version of [xlm-roberta-large-finetuned-conll03-english](https://huggingface.co/xlm-roberta-large-finetuned-conll03-english) on the None dataset.
|
| 25 |
It achieves the following results on the evaluation set:
|
| 26 |
-
- Loss: 0.
|
| 27 |
-
- Precision: 0.
|
| 28 |
-
- Recall: 0.
|
| 29 |
-
- F1: 0.
|
| 30 |
-
- Accuracy: 0.
|
| 31 |
|
| 32 |
## Model description
|
| 33 |
|
|
@@ -58,21 +53,21 @@ The following hyperparameters were used during training:
|
|
| 58 |
|
| 59 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 60 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 61 |
-
| 1.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
| 74 |
|
| 75 |
-
- Transformers 4.
|
| 76 |
- Pytorch 1.13.1+cu116
|
| 77 |
- Datasets 2.10.1
|
| 78 |
-
- Tokenizers 0.13.2
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: roberta-gest-pred-seqeval-partialmatch
|
| 11 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [xlm-roberta-large-finetuned-conll03-english](https://huggingface.co/xlm-roberta-large-finetuned-conll03-english) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.9160
|
| 22 |
+
- Precision: 0.8093
|
| 23 |
+
- Recall: 0.7469
|
| 24 |
+
- F1: 0.7331
|
| 25 |
+
- Accuracy: 0.8633
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 55 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 56 |
+
| 1.8351 | 1.0 | 147 | 0.9547 | 0.5114 | 0.4560 | 0.4404 | 0.7414 |
|
| 57 |
+
| 0.8448 | 2.0 | 294 | 0.6491 | 0.7273 | 0.6873 | 0.6768 | 0.8103 |
|
| 58 |
+
| 0.5622 | 3.0 | 441 | 0.7047 | 0.7169 | 0.6724 | 0.6631 | 0.8044 |
|
| 59 |
+
| 0.3594 | 4.0 | 588 | 0.6258 | 0.7927 | 0.7354 | 0.7381 | 0.8323 |
|
| 60 |
+
| 0.2304 | 5.0 | 735 | 0.7149 | 0.7861 | 0.7029 | 0.7086 | 0.8389 |
|
| 61 |
+
| 0.1566 | 6.0 | 882 | 0.7313 | 0.8518 | 0.8039 | 0.7852 | 0.8549 |
|
| 62 |
+
| 0.1021 | 7.0 | 1029 | 0.7592 | 0.8084 | 0.7493 | 0.7462 | 0.8639 |
|
| 63 |
+
| 0.0718 | 8.0 | 1176 | 0.8252 | 0.8115 | 0.7470 | 0.7336 | 0.8591 |
|
| 64 |
+
| 0.0518 | 9.0 | 1323 | 0.9014 | 0.8112 | 0.7495 | 0.7343 | 0.8639 |
|
| 65 |
+
| 0.0395 | 10.0 | 1470 | 0.9160 | 0.8093 | 0.7469 | 0.7331 | 0.8633 |
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
| 69 |
|
| 70 |
+
- Transformers 4.27.3
|
| 71 |
- Pytorch 1.13.1+cu116
|
| 72 |
- Datasets 2.10.1
|
| 73 |
+
- Tokenizers 0.13.2
|