Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Timothy1337/finetuning-sentiment-wisesight with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Timothy1337/finetuning-sentiment-wisesight with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Timothy1337/finetuning-sentiment-wisesight")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Timothy1337/finetuning-sentiment-wisesight") model = AutoModelForSequenceClassification.from_pretrained("Timothy1337/finetuning-sentiment-wisesight") - Notebooks
- Google Colab
- Kaggle
Tanakrit commited on
Commit ·
38cdafe
1
Parent(s): 957974d
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 541343405
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8a745acd89fb8eeae3ffcadf7e96b50978251502315e92f61dc8b9c8a139abf
|
| 3 |
size 541343405
|
runs/Jan17_08-57-30_c82412888a34/events.out.tfevents.1673945857.c82412888a34.598.13
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:5cc724b0d11afb6157488a55235e260defa32cb8a206af39e4ab0acfb31cbc96
|
| 3 |
+
size 4969
|
runs/Jan17_09-16-51_c82412888a34/events.out.tfevents.1673947043.c82412888a34.598.15
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d281907e6abfcfe7ab18a51392ffb2fe25041278ebe51e04c79a35dd15343a2
|
| 3 |
+
size 341
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3451
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8caf226411c729569ec1af3fd646e4464a52fba688855895dbac6267fddaff8b
|
| 3 |
size 3451
|