Instructions to use Andrija/M-bert-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
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") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d7770e3b4b651e70d0499c36919cfcda9f412aa73c6c7a1f238c236b5149f98a
- Size of remote file:
- 2.61 kB
- SHA256:
- 6fa2748d6d0237526a4fca28df742f9fac2ec813b632fbc0ead5fee9468dfac0
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.