Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use rithwik-db/sentiment_version_2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rithwik-db/sentiment_version_2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="rithwik-db/sentiment_version_2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("rithwik-db/sentiment_version_2") model = AutoModelForSequenceClassification.from_pretrained("rithwik-db/sentiment_version_2") - Notebooks
- Google Colab
- Kaggle
Commit ·
2cba5f0
1
Parent(s): 73d8333
End of training
Browse files
runs/Mar08_01-19-18_0221-062657-birbmqkq-10-68-156-91/events.out.tfevents.1678238364.0221-062657-birbmqkq-10-68-156-91.1377.3
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:18a9283c895e11d24c17da79e8973c5e4ad689a91564e863e3f8f9da60f7a6aa
|
| 3 |
+
size 4190
|
runs/Mar08_01-19-18_0221-062657-birbmqkq-10-68-156-91/events.out.tfevents.1678238668.0221-062657-birbmqkq-10-68-156-91.1377.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c621aff4d25cfa81845993235b393be2b7e3a9133550dd9d750ec692fd48f28f
|
| 3 |
+
size 409
|