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
- Xet hash:
- 86f6b846c878f510147fe0b6f97474a78f344e43e342e38b554231d333c5e9d1
- Size of remote file:
- 623 Bytes
- SHA256:
- c6a6f556935337b5c0ed6bc2112a979ba4254a8dc2b72befff66c6196ff897ba
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.