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