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
Model licence
#1
by amine - opened
Hi,
Any information regarding the licence of this model ?
Thanks.
(C) Justpsychiatry. CCBY 4.0 International.
https://creativecommons.org/licenses/by/4.0/
Check the model card