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 2
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:b9df8485f665534bb67460f77a9f942ce27011b4d6b28193ecd55db72cbc0744
|
| 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:abd56da438ce0f92aebce5e252e264622696d36b361d63e765b740912f95a358
|
| 3 |
+
size 13407
|