Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Erfan2001/distilbert_NoTokenized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Erfan2001/distilbert_NoTokenized with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Erfan2001/distilbert_NoTokenized")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Erfan2001/distilbert_NoTokenized") model = AutoModelForSequenceClassification.from_pretrained("Erfan2001/distilbert_NoTokenized") - Notebooks
- Google Colab
- Kaggle
Erfan Nourbakhsh commited on
Commit ·
9f03438
1
Parent(s): cda9441
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267870893
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f3f03eb5eddb93077f8d7e32741567c08b1c78907255363ec730260360397d2
|
| 3 |
size 267870893
|
runs/Jun25_09-34-49_1e676cc4f3ee/events.out.tfevents.1687685769.1e676cc4f3ee.95946.0
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:5d1e84590240ad2e6c422a065cd03b0f46e4dda7140b1838a2011fe6f4976d9f
|
| 3 |
+
size 7533
|