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 3
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:bc42527153a182821e6780f979b3db12c94f73adea1e43a4136cd02e7a3dba37
|
| 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:ecf8ed6d27055327d3081ea2be2f0ac11a670f607e17823d467d6aaaf2cdce07
|
| 3 |
+
size 17920
|