nlpaueb/finer-139
Viewer • Updated • 1.12M • 780 • 28
How to use HariLuru/finer_distillbert_v2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="HariLuru/finer_distillbert_v2") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("HariLuru/finer_distillbert_v2")
model = AutoModelForTokenClassification.from_pretrained("HariLuru/finer_distillbert_v2", device_map="auto")This is a NER model built on distillBert for 5 classes of finer139 dataset
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]
[More Information Needed]