Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use coderSounak/finetuning-sentiment-model-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use coderSounak/finetuning-sentiment-model-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="coderSounak/finetuning-sentiment-model-v1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("coderSounak/finetuning-sentiment-model-v1") model = AutoModelForSequenceClassification.from_pretrained("coderSounak/finetuning-sentiment-model-v1") - Notebooks
- Google Colab
- Kaggle
Commit ·
e1ae19c
1
Parent(s): dc6eb27
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498663405
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9917c83de30c397df6d8e9abb47188c0569213c95da03cc6d1d95cf67bf71d2
|
| 3 |
size 498663405
|
runs/Nov11_18-49-47_95f0c062628d/events.out.tfevents.1668192601.95f0c062628d.77.3
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:61adeebb6f49f1c531cb8b1923c777a987901e8ce98905d74bb3ce41f086d603
|
| 3 |
+
size 4323
|
runs/Nov11_18-49-47_95f0c062628d/events.out.tfevents.1668192852.95f0c062628d.77.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bf4c9bb1500e6e552f31871478f79b8eb333bf9c046f223563925b60423c252
|
| 3 |
+
size 512
|