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