Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use rlimonta/sentiment_analysis_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rlimonta/sentiment_analysis_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="rlimonta/sentiment_analysis_model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("rlimonta/sentiment_analysis_model") model = AutoModelForSequenceClassification.from_pretrained("rlimonta/sentiment_analysis_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9294b36104483ba2780b5d133799a3186395435d7decb1c846263ff8daad6d0a
|
| 3 |
size 267832560
|
runs/Jan13_18-38-36_020a4314567f/events.out.tfevents.1768329523.020a4314567f.3753.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:bb3fbbb86e9db083b051d0eb5e678aa58ff96c2ff8c6f63e1342d93b04ff8d98
|
| 3 |
+
size 7305
|