Instructions to use justpyschitry/Medical_Article_Classifier_by_ICD-11_Chapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use justpyschitry/Medical_Article_Classifier_by_ICD-11_Chapter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="justpyschitry/Medical_Article_Classifier_by_ICD-11_Chapter")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("justpyschitry/Medical_Article_Classifier_by_ICD-11_Chapter") model = AutoModelForSequenceClassification.from_pretrained("justpyschitry/Medical_Article_Classifier_by_ICD-11_Chapter") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened over 1 year ago
by
SFconvertbot
Model licence
1
#1 opened over 3 years ago
by
amine