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 ·
118f8d9
1
Parent(s): 9f03438
Model save
Browse files
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:90c42ecdcd848225963369a3fc6659032023aa3f8ff452807c77bea6978f03d1
|
| 3 |
+
size 7887
|