How to use Andrija/M-bert-NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Andrija/M-bert-NER")
# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Andrija/M-bert-NER") model = AutoModelForTokenClassification.from_pretrained("Andrija/M-bert-NER")
Hi! A PR to add "multilingual" to the language tag to improve the referencing.
Thanks for improving the README.md!
· Sign up or log in to comment