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