Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Hwijung/distilbert-base-uncased-finetuned-clinc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hwijung/distilbert-base-uncased-finetuned-clinc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Hwijung/distilbert-base-uncased-finetuned-clinc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Hwijung/distilbert-base-uncased-finetuned-clinc") model = AutoModelForSequenceClassification.from_pretrained("Hwijung/distilbert-base-uncased-finetuned-clinc") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 20f94c9d13cf4e86f6a1fd47742b9942c0c3bb6faba4619e1bdc622af7f96f7c
- Size of remote file:
- 268 MB
- SHA256:
- 02c19ea8164f25b2ff3a7fc58ce64626ea4f7fe51bc8820fd4872ced4954cec8
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.