Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use elopezlopez/distilbert-base-uncased_fold_2_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_2_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_2_binary")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("elopezlopez/distilbert-base-uncased_fold_2_binary") model = AutoModelForSequenceClassification.from_pretrained("elopezlopez/distilbert-base-uncased_fold_2_binary", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
ee60350
1
Parent(s): 341288b
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:59e16abae7de6cf27a9f1ed4a2e45b8cb1f5719471d29f2c7c4e7e39b03b84f5
|
| 3 |
size 267854321
|
runs/Jul31_21-33-09_7096e50eac86/events.out.tfevents.1659303195.7096e50eac86.97.6
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:46313bf1e41814464216bda9fb273fe3d13d38a896653c009615306ae763cfe8
|
| 3 |
+
size 14070
|
runs/Jul31_21-33-09_7096e50eac86/events.out.tfevents.1659303524.7096e50eac86.97.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e0238c76083e6558518fa615e908fdea10e5fb22864896a88031db9ce15ac74
|
| 3 |
+
size 357
|