Text Classification
Transformers
TensorBoard
Safetensors
English
distilbert
multi-task-learning
call-center-analytics
child-helplines
case-classification
crisis-support
social-impact
east-africa
openchlsystem
helpline
Eval Results (legacy)
text-embeddings-inference
Instructions to use openchs/cls-gbv-distilbert-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openchs/cls-gbv-distilbert-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="openchs/cls-gbv-distilbert-v1")# Load model directly from transformers import AutoTokenizer, MultiTaskDistilBert tokenizer = AutoTokenizer.from_pretrained("openchs/cls-gbv-distilbert-v1") model = MultiTaskDistilBert.from_pretrained("openchs/cls-gbv-distilbert-v1") - Notebooks
- Google Colab
- Kaggle
Update model weights
#3 opened 7 months ago
by
Rogendo