Transformers
Safetensors
distilbert
multi-label-classification
call-center-analytics
nlp
multi-task-learning
Instructions to use openchlsystem/CHS_tz_classifier_distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openchlsystem/CHS_tz_classifier_distilbert with Transformers:
# Load model directly from transformers import AutoTokenizer, MultiTaskDistilBert tokenizer = AutoTokenizer.from_pretrained("openchlsystem/CHS_tz_classifier_distilbert") model = MultiTaskDistilBert.from_pretrained("openchlsystem/CHS_tz_classifier_distilbert") - Notebooks
- Google Colab
- Kaggle
README
Browse files
README.md
CHANGED
|
@@ -76,7 +76,7 @@ import numpy as np
|
|
| 76 |
from transformers import AutoTokenizer, AutoConfig, AutoModel
|
| 77 |
|
| 78 |
# Repo name on Hugging Face
|
| 79 |
-
model_name = "openchlsystem/CHS_tz_classifier_distilbert
|
| 80 |
# Load tokenizer
|
| 81 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
| 82 |
|
|
|
|
| 76 |
from transformers import AutoTokenizer, AutoConfig, AutoModel
|
| 77 |
|
| 78 |
# Repo name on Hugging Face
|
| 79 |
+
model_name = "openchlsystem/CHS_tz_classifier_distilbert"
|
| 80 |
# Load tokenizer
|
| 81 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
| 82 |
|