Instructions to use CLTL/binary_icf_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CLTL/binary_icf_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="CLTL/binary_icf_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("CLTL/binary_icf_classifier") model = AutoModelForSequenceClassification.from_pretrained("CLTL/binary_icf_classifier") - Notebooks
- Google Colab
- Kaggle
| global_step,train_loss,mcc,tp,tn,fp,fn,auroc,auprc,eval_loss | |
| 900,0.4150235652923584,0.4405866080236367,989,18041,2521,191,0.9338443755883405,0.46705859825493107,0.3807122678076797 | |