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 ·
7c92887
1
Parent(s): 4d22835
Training in progress, epoch 2
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:93505814c9dd93841910ffa1271a65cddde87f1f4a5a604b4c3bf0ee024bca2b
|
| 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:de3e1719707d0ba82fd5614938d901fcef9eff1e922d3512f46803e0866a7bd8
|
| 3 |
+
size 6997
|