Instructions to use dux-tecblic/symptom-disease-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dux-tecblic/symptom-disease-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dux-tecblic/symptom-disease-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dux-tecblic/symptom-disease-model") model = AutoModelForSequenceClassification.from_pretrained("dux-tecblic/symptom-disease-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Request for Model implementation code
#2
by Vijay-13 - opened
Requesting for the implementation code to import this model into our project.
I seem to have misplaced the code for this model implementation, but it can easily be utilized with basic HuggingFace inference logic.
dux-tecblic changed discussion status to closed