Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use anneke/finetuning-distilbert-base-uncased-5000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anneke/finetuning-distilbert-base-uncased-5000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="anneke/finetuning-distilbert-base-uncased-5000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("anneke/finetuning-distilbert-base-uncased-5000-samples") model = AutoModelForSequenceClassification.from_pretrained("anneke/finetuning-distilbert-base-uncased-5000-samples", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267854321
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:719a4693ed8bfec5a7e017a62158fcd36a0c74cee36db3736d1b067565d42add
|
| 3 |
size 267854321
|
runs/Jul05_13-41-32_e578b3965936/events.out.tfevents.1657028496.e578b3965936.76.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89ce658f8d542b743f8ec2703d7c1ad6ea6d1b180d56b5d8ddb992643e19410b
|
| 3 |
+
size 4334
|
runs/Jul05_13-41-32_e578b3965936/events.out.tfevents.1657029285.e578b3965936.76.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58f86670b6c63c64385bf86c7dc3280b70fc4b52fae010d7a9637ebee8f14f50
|
| 3 |
+
size 778
|