Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use gsl22/sentiment-analysis-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gsl22/sentiment-analysis-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gsl22/sentiment-analysis-v1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gsl22/sentiment-analysis-v1") model = AutoModelForSequenceClassification.from_pretrained("gsl22/sentiment-analysis-v1") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/Sep01_15-37-29_7d2c25f0ada1/events.out.tfevents.1693582659.7d2c25f0ada1.1157.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:96123c9f5f0b21c1f94d25bc3ddb8f338257a334cb6bdf3e4959d78165189b19
|
| 3 |
+
size 4919
|
runs/Sep01_15-37-29_7d2c25f0ada1/events.out.tfevents.1693584606.7d2c25f0ada1.1157.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5415279f00444d3763dfcba71a4761f22a1163a5b3133c9e62f28889c9937ba6
|
| 3 |
+
size 560
|