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
Commit History
Update README.md e9ee06a
Update README.md b56e658
Mariia commited on
Delete SocialDisNER.png baf1b92
Mariia commited on
Update README.md 3f19ab6
Mariia commited on
Update README.md 82f8115
Mariia commited on
Upload SocialDisNER.png f0e59f4
Mariia commited on
Update README.md 638e249
Mariia commited on
Delete .DS_Store 25e9432
Mariia commited on
add model configuration 137f13c
chizhik commited on
initial commit 813ab62
Mariia commited on