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
Training Completed!
Browse files
runs/Feb01_16-20-05_GPU-PC/1675236016.232759/events.out.tfevents.1675236016.GPU-PC.24554.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10cd347e112321c8801805e0201514f4f846883152caf89fc26435fd8a934af1
|
| 3 |
+
size 4287
|
runs/Feb01_16-20-05_GPU-PC/events.out.tfevents.1675236016.GPU-PC.24554.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abd70550680a79ae32d84459c6bc853a924c4158f90407c159895df8fbf18b41
|
| 3 |
+
size 11854
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2735
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b488651e19d4e33f261b8d8b36c7de10a9a63be4ae1b8c1b61cea3763b9ff051
|
| 3 |
size 2735
|