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 4
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:4c270883723ee318e40eb461dcf593cecdc9d2149596ec33300da201571d0b3d
|
| 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:8663e66f4f73ba86f09285e668ccbfa86b774304b1a28a8d2c6b4e65bbf4053f
|
| 3 |
+
size 6742
|