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 ·
e73e083
1
Parent(s): 7c92887
Training in progress, epoch 3
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:22f422dfdca7108e9e99ac85f692d2a94634ff282e5dc7b77948cd2f47b30c30
|
| 3 |
+
size 8419
|