Instructions to use ukk2397/finetuning-sentiment-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ukk2397/finetuning-sentiment-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ukk2397/finetuning-sentiment-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ukk2397/finetuning-sentiment-model") model = AutoModelForSequenceClassification.from_pretrained("ukk2397/finetuning-sentiment-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:33f1835f3cba0d893f35952e62bc70fff29997a94c76f303db2eb07264bda4ed
|
| 3 |
size 267832560
|
runs/Dec01_20-26-16_1ed21b4c34a9/events.out.tfevents.1701462378.1ed21b4c34a9.3689.10
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:7e95ace257dd96ebc5ca889a620ec222675e5cfc226105c5d3a492fd3d4d74c2
|
| 3 |
+
size 5192
|