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 ·
cda9441
1
Parent(s): 743ae46
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 267870893
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e68745e0972d1b2962b8c1189b10773a6cc8c5bcd66f03dc0b159a4e148adad6
|
| 3 |
size 267870893
|
runs/Jun25_09-34-49_1e676cc4f3ee/events.out.tfevents.1687685769.1e676cc4f3ee.95946.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83c512f0963c10516c558fc922cf6e25f079d92c64cc529857b7a6389be10171
|
| 3 |
+
size 5797
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3899
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:172ae1ce02c427cf66ce871d631aead0139ae86a4cd94b90d652b7bdb7da0eec
|
| 3 |
size 3899
|