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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -636,8 +636,10 @@ This model is part of a larger AI pipeline including:
|
|
| 636 |
|
| 637 |
## Model Card Contact
|
| 638 |
|
| 639 |
-
**Organization**: BITZ IT Consulting
|
|
|
|
| 640 |
**Support**: Technical questions and collaboratifzon inquiries welcome
|
|
|
|
| 641 |
**Repository Issues**: https://huggingface.co/openchs/cls-gbv-distilbert-v1/discussions
|
| 642 |
|
| 643 |
---
|
|
|
|
| 636 |
|
| 637 |
## Model Card Contact
|
| 638 |
|
| 639 |
+
**Organization**: BITZ IT Consulting
|
| 640 |
+
|
| 641 |
**Support**: Technical questions and collaboratifzon inquiries welcome
|
| 642 |
+
|
| 643 |
**Repository Issues**: https://huggingface.co/openchs/cls-gbv-distilbert-v1/discussions
|
| 644 |
|
| 645 |
---
|