Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use ymcnabb/finetuning-sentiment-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ymcnabb/finetuning-sentiment-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ymcnabb/finetuning-sentiment-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ymcnabb/finetuning-sentiment-model") model = AutoModelForSequenceClassification.from_pretrained("ymcnabb/finetuning-sentiment-model") - Notebooks
- Google Colab
- Kaggle
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 267852913
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fe8a816af8c668924cbd92a9ca246403e24e60ccdb41f139ba887efcb1b2f40
|
| 3 |
size 267852913
|
runs/Jul12_12-27-24_tljh-Ubuntu/events.out.tfevents.1657628848.tljh-Ubuntu.1816.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:51d94f300e0a710726e0e1195bd572c7933f41cf6ff67ce0de7447e9101cde00
|
| 3 |
+
size 3865
|
runs/Jul12_12-27-24_tljh-Ubuntu/events.out.tfevents.1657631231.tljh-Ubuntu.1816.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d64f85d84c6af3f601ce83f0d1bc93999e4261a38a11a5a671554d51ddb7b684
|
| 3 |
+
size 409
|