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
Mariia commited on
Commit ·
5a5dbb4
1
Parent(s): e1a5e13
Upload scheduler.pt
Browse files- scheduler.pt +3 -0
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09b0f3295706c729a78912032fc6e15bc1b8a595f21f0ce710b263a6561714be
|
| 3 |
+
size 623
|