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
how to make it plz give me some idea
#3
by shivam1542 - opened
can you tell me how to make it
Hey @shivam1542 , unfortunately I have lost the code but as far as I know I have followed the standard approach only that is in the HF documentation.
Sharing couple of resources that I have referred to:
https://huggingface.co/docs/transformers/en/training
https://huggingface.co/transformers/v3.3.1/training.html
Thanks for showing interest here.