Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use fernandals/sentiment_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fernandals/sentiment_v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="fernandals/sentiment_v1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("fernandals/sentiment_v1") model = AutoModelForSequenceClassification.from_pretrained("fernandals/sentiment_v1") - Notebooks
- Google Colab
- Kaggle
Commit ·
b880f20
1
Parent(s): 87732c6
End of training
Browse files
runs/Aug09_14-26-43_b77a2cf9e617/events.out.tfevents.1691591205.b77a2cf9e617.3519.1
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:cb44ac586ce63a6a03b29388b8852fe9436df84c1e593de0f5a1472f437968c3
|
| 3 |
+
size 7351
|