Instructions to use Asif1997/finetuning-sentiment-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Asif1997/finetuning-sentiment-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Asif1997/finetuning-sentiment-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Asif1997/finetuning-sentiment-model") model = AutoModelForSequenceClassification.from_pretrained("Asif1997/finetuning-sentiment-model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267855533
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f14ab7948c0adc6895dac128c545ab483ccde1ac6c5f9453f3879f11301240d7
|
| 3 |
size 267855533
|
runs/Apr01_08-49-30_d4cfefcdb635/events.out.tfevents.1680338982.d4cfefcdb635.13450.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:fd1b821832f226b3678fc6996cb0946d80331f54c0674e719f021f21b26c6e15
|
| 3 |
+
size 10016
|