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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Erfan Nourbakhsh commited on
Commit ·
743ae46
1
Parent(s): 408d18d
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:87a409f47ad377407d6c915225a2967c4c67d8eed9c56e3a1da28417792e83a3
|
| 3 |
size 267870893
|
runs/Jun24_22-31-37_9cea60ad7cac/events.out.tfevents.1687645907.9cea60ad7cac.34849.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:167b79cd29e473882039464b644dd9e25ec69c7d8bd4f5ccf838e8d00a3fb25c
|
| 3 |
+
size 5649
|