dgramus/synth-ecom-search-queries
Viewer • Updated • 46.7k • 30 • 2
How to use dgramus/ner-best-model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="dgramus/ner-best-model") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("dgramus/ner-best-model", dtype="auto")Configuration Parsing Warning:Config file config.json cannot be fetched (too big)
Configuration Parsing Warning:Config file tokenizer_config.json cannot be fetched (too big)
Base model
FacebookAI/xlm-roberta-base