leondz/wnut_17
Updated • 4.25k • 19
How to use zorb042/wnut17_testclassification with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="zorb042/wnut17_testclassification") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("zorb042/wnut17_testclassification")
model = AutoModelForTokenClassification.from_pretrained("zorb042/wnut17_testclassification")This model is a fine-tuned version of distilbert-base-uncased on the wnut_17 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 |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 213 | 0.2670 | 0.4720 | 0.3513 | 0.4028 | 0.9431 |
| No log | 2.0 | 426 | 0.2755 | 0.5038 | 0.3716 | 0.4277 | 0.9444 |
Base model
distilbert/distilbert-base-uncased