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:
- 4e722bd50a745017fc653c98bd91b3db41a7d45bb7919a66a0a4e0b322510979
- Size of remote file:
- 14.6 kB
- SHA256:
- 37c3a89fb4cda8452d925c6e5077ceb9b786faa4949d78901743f29ebbd1da38
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.