Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use manjinder/sentiment_test2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use manjinder/sentiment_test2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="manjinder/sentiment_test2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("manjinder/sentiment_test2") model = AutoModelForSequenceClassification.from_pretrained("manjinder/sentiment_test2") - 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 267857393
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7e7a18a3e3eee16d1b71e4ac0d1a9f69025b6fd0155a84725a4cde4ce380b0d
|
| 3 |
size 267857393
|
runs/Feb22_13-53-30_tech/events.out.tfevents.1677054223.tech.22060.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:d0a7cfe2f91f58eb483c58a49a9147f40cebbb01a8fd2d9c3a8b194bf19e262d
|
| 3 |
+
size 5128
|
runs/Feb22_13-53-30_tech/events.out.tfevents.1677054283.tech.22060.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37ca70fad5d88170d9ea26a2d956c1bba42a3186e994dbc9845f274e61e18a2e
|
| 3 |
+
size 512
|