surrey-nlp/PLOD-CW
Viewer • Updated • 1.35k • 149
How to use annavines/finetune_output with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="annavines/finetune_output") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("annavines/finetune_output")
model = AutoModelForTokenClassification.from_pretrained("annavines/finetune_output")This model is a fine-tuned version of roberta-base on the None dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| 0.3726 | 0.75 | 100 | 0.1531 | 0.9551 | 0.9467 | 0.9509 | 0.946 |
| 0.1662 | 1.49 | 200 | 0.1540 | 0.9636 | 0.9510 | 0.9573 | 0.952 |
Base model
FacebookAI/roberta-base