Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use wizardofchance/amazon_sentiment_clfn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wizardofchance/amazon_sentiment_clfn with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="wizardofchance/amazon_sentiment_clfn")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("wizardofchance/amazon_sentiment_clfn") model = AutoModelForSequenceClassification.from_pretrained("wizardofchance/amazon_sentiment_clfn", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22fbbaa55e4a4c40f6c6e0a507202ae74c55e787cd20ac6dc069de3f6a1c76ba
|
| 3 |
size 267832560
|
runs/Aug18_01-53-55_5c962697316d/events.out.tfevents.1755482046.5c962697316d.1925.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:5daac4ded66bea3f33f96300615ae424819f95cc64ba80f42965bf5f1aed8d97
|
| 3 |
+
size 27091
|