Instructions to use bambadij/sentiment_analysis_model_trainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bambadij/sentiment_analysis_model_trainer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="bambadij/sentiment_analysis_model_trainer")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bambadij/sentiment_analysis_model_trainer") model = AutoModelForSequenceClassification.from_pretrained("bambadij/sentiment_analysis_model_trainer") - 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 433273844
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8fe71a80ac70682be7d89f0d87765efcdbe1a0dea168deb2e1dcea9c574119d
|
| 3 |
size 433273844
|
runs/Nov06_12-28-13_97d19edf4ff9/events.out.tfevents.1699273717.97d19edf4ff9.365.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:930c7d3328f46dc2dca4c308efa01accac3f917a11fa9fc4959b842137463529
|
| 3 |
+
size 5572
|