leondz/wnut_17
Updated • 4.02k • 19
How to use anyuanay/tmp_trainer with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="anyuanay/tmp_trainer") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("anyuanay/tmp_trainer")
model = AutoModelForTokenClassification.from_pretrained("anyuanay/tmp_trainer")This model is a fine-tuned version of distilbert-base-uncased on the wnut_17 dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
distilbert/distilbert-base-uncased