Instructions to use IVN-RIN/MedPsyNIT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IVN-RIN/MedPsyNIT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="IVN-RIN/MedPsyNIT")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("IVN-RIN/MedPsyNIT") model = AutoModelForTokenClassification.from_pretrained("IVN-RIN/MedPsyNIT") - Notebooks
- Google Colab
- Kaggle
Labels?
#2
by umutmb - opened
Hi, can you provide the meaning of each label? LABEL_0? LABLE_2? LABEL_10? Otherwise, nobody can use the model and extract the desired label. Thanks
Thanks for pointing this out.
The labels have been fixed.
Feel free to contact us for further requests!
Claudio
Neuroinformatica changed discussion status to closed