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