Instructions to use DataMuncher-Labs/SC-100k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DataMuncher-Labs/SC-100k with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="DataMuncher-Labs/SC-100k")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DataMuncher-Labs/SC-100k", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| acc=0.8180159256801592 | |
| prec=0.7736263736263737 | |
| rec=0.7514944491887275 | |
| f1=0.7623998267273121 | |