Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use eren23/amazon_review_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eren23/amazon_review_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="eren23/amazon_review_classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("eren23/amazon_review_classification") model = AutoModelForSequenceClassification.from_pretrained("eren23/amazon_review_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267857176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3b206e318872d0b743155be433bf0f477ef0512ca93f6f9794644903bfc41eb
|
| 3 |
size 267857176
|
runs/Mar21_08-27-57_7d15fce0a3e8/events.out.tfevents.1711009678.7d15fce0a3e8.1712.1
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:6826ec456581cb0903f7f487fe9febc3a8a8c62819dc1d931043fea95e306fe7
|
| 3 |
+
size 6426
|