Instructions to use chizhikchi/Spanish_disease_finder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chizhikchi/Spanish_disease_finder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="chizhikchi/Spanish_disease_finder")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("chizhikchi/Spanish_disease_finder") model = AutoModelForTokenClassification.from_pretrained("chizhikchi/Spanish_disease_finder", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 4c2fe071530ebc8f1614d1fb94d5b51f87d410e830b3588eb750912efcc06e29
- Size of remote file:
- 3.25 kB
- SHA256:
- 695c4047a4cb6579636a6f66fa75fbec5afa2952bcbf0e3cf7795788395296fc
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.