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: 134 Bytes
9c86c81 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f013e256b01ec27e9673a817f036328983863403a72ecc00b7f6aaad0595e470
size 506369307
|