Instructions to use Chantland/HRAF_MultiLabel_Hierarchical with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Chantland/HRAF_MultiLabel_Hierarchical with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Chantland/HRAF_MultiLabel_Hierarchical")# Load model directly from transformers import AutoTokenizer, HierarchicalMultiLabelClassifier tokenizer = AutoTokenizer.from_pretrained("Chantland/HRAF_MultiLabel_Hierarchical") model = HierarchicalMultiLabelClassifier.from_pretrained("Chantland/HRAF_MultiLabel_Hierarchical") - Notebooks
- Google Colab
- Kaggle