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