leondz/wnut_17
Updated • 3.37k • 19
How to use bhadauriaupendra062/my_dist_new_model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="bhadauriaupendra062/my_dist_new_model") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("bhadauriaupendra062/my_dist_new_model")
model = AutoModelForTokenClassification.from_pretrained("bhadauriaupendra062/my_dist_new_model")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 | 107 | 0.3192 | 0.3862 | 0.0519 | 0.0915 | 0.9298 |
| No log | 2.0 | 214 | 0.3017 | 0.5340 | 0.2039 | 0.2951 | 0.9364 |
Base model
distilbert/distilbert-base-uncased