Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
|
| 4 |
-
-
|
|
|
|
|
|
|
| 5 |
metrics:
|
| 6 |
- precision
|
| 7 |
- recall
|
|
@@ -10,6 +12,9 @@ metrics:
|
|
| 10 |
model-index:
|
| 11 |
- name: distilbert-gest-pred-seqeval-partialmatch
|
| 12 |
results: []
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -19,11 +24,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [elastic/distilbert-base-cased-finetuned-conll03-english](https://huggingface.co/elastic/distilbert-base-cased-finetuned-conll03-english) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- Precision: 0.
|
| 24 |
-
- Recall: 0.
|
| 25 |
-
- F1: 0.
|
| 26 |
-
- Accuracy: 0.
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
@@ -71,4 +76,4 @@ The following hyperparameters were used during training:
|
|
| 71 |
- Transformers 4.27.2
|
| 72 |
- Pytorch 1.13.1+cu116
|
| 73 |
- Datasets 2.10.1
|
| 74 |
-
- Tokenizers 0.13.2
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
widget:
|
| 4 |
+
- text: I'm fine. Who is this?
|
| 5 |
+
- text: You can't take anything seriously.
|
| 6 |
+
- text: In the end he''s going to croak, isn''t he?
|
| 7 |
metrics:
|
| 8 |
- precision
|
| 9 |
- recall
|
|
|
|
| 12 |
model-index:
|
| 13 |
- name: distilbert-gest-pred-seqeval-partialmatch
|
| 14 |
results: []
|
| 15 |
+
datasets:
|
| 16 |
+
- Jsevisal/gesture_pred
|
| 17 |
+
pipeline_tag: token-classification
|
| 18 |
---
|
| 19 |
|
| 20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 24 |
|
| 25 |
This model is a fine-tuned version of [elastic/distilbert-base-cased-finetuned-conll03-english](https://huggingface.co/elastic/distilbert-base-cased-finetuned-conll03-english) on the None dataset.
|
| 26 |
It achieves the following results on the evaluation set:
|
| 27 |
+
- Loss: 0.7300
|
| 28 |
+
- Precision: 0.8116
|
| 29 |
+
- Recall: 0.6988
|
| 30 |
+
- F1: 0.7337
|
| 31 |
+
- Accuracy: 0.8082
|
| 32 |
|
| 33 |
## Model description
|
| 34 |
|
|
|
|
| 76 |
- Transformers 4.27.2
|
| 77 |
- Pytorch 1.13.1+cu116
|
| 78 |
- Datasets 2.10.1
|
| 79 |
+
- Tokenizers 0.13.2
|