Instructions to use Jsevisal/balanced-augmented-roberta-gest-pred-seqeval-partialmatch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jsevisal/balanced-augmented-roberta-gest-pred-seqeval-partialmatch with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Jsevisal/balanced-augmented-roberta-gest-pred-seqeval-partialmatch")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Jsevisal/balanced-augmented-roberta-gest-pred-seqeval-partialmatch") model = AutoModelForTokenClassification.from_pretrained("Jsevisal/balanced-augmented-roberta-gest-pred-seqeval-partialmatch") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 1.
|
| 23 |
-
- Precision: 0.
|
| 24 |
-
- Recall: 0.
|
| 25 |
-
- F1: 0.
|
| 26 |
-
- Accuracy: 0.
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 1.0205
|
| 23 |
+
- Precision: 0.8078
|
| 24 |
+
- Recall: 0.7940
|
| 25 |
+
- F1: 0.7858
|
| 26 |
+
- Accuracy: 0.7719
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|