Instructions to use CLTL/icf-domains with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CLTL/icf-domains with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="CLTL/icf-domains")# Load model directly from transformers import AutoTokenizer, RobertaForMultiLabelSequenceClassification tokenizer = AutoTokenizer.from_pretrained("CLTL/icf-domains") model = RobertaForMultiLabelSequenceClassification.from_pretrained("CLTL/icf-domains") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 3acf16f verified
update README.md ae60ce5
update labels in config.json 890b108
add model_args and training_args 957a274
jenia commited on
add merges.txt 774a872
jenia commited on
update README.md 8def8a4
update README.md 7edcd23
update README.md d030901
update README.md b74bfe5
update README.md 59a704a
update README.md bdb7768
create README.md 2930705
initial commit: model weights and config 0916b9d
jenia commited on