Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use elopezlopez/distilbert-base-uncased_fold_1_binary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use elopezlopez/distilbert-base-uncased_fold_1_binary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="elopezlopez/distilbert-base-uncased_fold_1_binary")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("elopezlopez/distilbert-base-uncased_fold_1_binary") model = AutoModelForSequenceClassification.from_pretrained("elopezlopez/distilbert-base-uncased_fold_1_binary", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
e04b1b7
1
Parent(s): f389969
Training in progress, epoch 1
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:ddcf7ec145fe6320c7ee1cafb7adb32e834f1e0d5dd2bfb41608aa6898bf6b3e
|
| 3 |
size 267854321
|
runs/Jul31_21-21-17_7096e50eac86/1659302481.4383335/events.out.tfevents.1659302481.7096e50eac86.97.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c8cb80f05c46e37eb3e5c3cbfcab9e5680b64239e11157a785a617499a0316b
|
| 3 |
+
size 5467
|
runs/Jul31_21-21-17_7096e50eac86/events.out.tfevents.1659302481.7096e50eac86.97.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a975c106450dcd0c57b5c803ef77042f726b4460840398835a5b88cddb33da48
|
| 3 |
+
size 3910
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3375
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:293faef95e7fc5c88ba4312d5c5d4f03ff5fd2bf80bff09afaf7262c5c497118
|
| 3 |
size 3375
|