Instructions to use CLTL/icf-levels-att with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CLTL/icf-levels-att with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="CLTL/icf-levels-att")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("CLTL/icf-levels-att") model = AutoModelForSequenceClassification.from_pretrained("CLTL/icf-levels-att") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4d4f5bc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ad658718f69bd23517c7b05f2e3cae241612cd009206eddb070edf2edb2fb14b
size 3247
|