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 ·
da2f4f0
1
Parent(s): 483c04e
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:72a34baa741a3eb33922b8dd9a82400f25f00fd7786dccc74e6575f4a82351d8
|
| 3 |
size 498663405
|
runs/Nov11_07-04-03_3f3f6607e2a4/events.out.tfevents.1668150262.3f3f6607e2a4.2451.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:62af102e4639ae9e82b3630cd6580d01bc53e62069f65850021cafe293b04e03
|
| 3 |
+
size 4323
|
runs/Nov11_07-04-03_3f3f6607e2a4/events.out.tfevents.1668150435.3f3f6607e2a4.2451.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fc248af4e3a17a8fabf78ce5a940c9a77a6ec0c6018b6707c375e844a4fad7a
|
| 3 |
+
size 512
|