Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use fernandals/sentiment_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fernandals/sentiment_v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fernandals/sentiment_v2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fernandals/sentiment_v2") model = AutoModelForSequenceClassification.from_pretrained("fernandals/sentiment_v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
8bd50df
1
Parent(s): f782f72
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 267877037
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d8e1bd534604f85543be415c00307b59a33074198aabab8a1a8ae93566429c3
|
| 3 |
size 267877037
|
runs/Aug17_09-20-09_f039393a6e78/events.out.tfevents.1692264052.f039393a6e78.171.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:54dfc5a3d209455010a9bdb0e2b742bf451db3c03b976b6b13ed96ed5d80d018
|
| 3 |
+
size 10195
|