Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use ett1112/amazon_sentiment_sample_of_1900 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ett1112/amazon_sentiment_sample_of_1900 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ett1112/amazon_sentiment_sample_of_1900")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ett1112/amazon_sentiment_sample_of_1900") model = AutoModelForSequenceClassification.from_pretrained("ett1112/amazon_sentiment_sample_of_1900", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267854321
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4253e14c544fa27e90ac49e9df21a9d5385f3268c79f7fb20cdc3f718fadadf6
|
| 3 |
size 267854321
|
runs/Jun06_18-19-13_daa160d9aa9d/events.out.tfevents.1654539563.daa160d9aa9d.73.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:c99dda7d3a984cab1da356af4b1de6413f6c1f65c378802c35c34544917fcd3e
|
| 3 |
+
size 3788
|
runs/Jun06_18-19-13_daa160d9aa9d/events.out.tfevents.1654539683.daa160d9aa9d.73.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0a5017ecd99fe768b15600d538f58b9e12740c663842f7236f944522a3dad86
|
| 3 |
+
size 409
|