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