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