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:
- 2fe0c9ee72810cbe9589672c9ffbd5aa08f30551fbb41132fd956e1cf459673c
- Size of remote file:
- 496 MB
- SHA256:
- c0c43e05b044524db452be1850eea9fd40d1fb9250323ab4b8d0c451ad38a2ac
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.