Instructions to use ra1nbowdash/mountain-ner-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ra1nbowdash/mountain-ner-bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ra1nbowdash/mountain-ner-bert")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ra1nbowdash/mountain-ner-bert") model = AutoModelForTokenClassification.from_pretrained("ra1nbowdash/mountain-ner-bert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2e0f9b2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ffb16008b6e58f70011f32bab48f1126321b02b74d67e1f5633afad18b20248c
size 5457
|