Text Classification
Transformers
PyTorch
TensorBoard
camembert
Generated from Trainer
text-embeddings-inference
Instructions to use Timothy1337/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Timothy1337/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Timothy1337/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Timothy1337/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("Timothy1337/finetuning-sentiment-model-3000-samples") - Notebooks
- Google Colab
- Kaggle
Tanakrit commited on
Commit ·
867ff77
1
Parent(s): fbdef41
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 421060277
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b43746a8bd6171c67aaf1c29fd77fbd2ec13d4ab7710d759cf332a75ec76dc09
|
| 3 |
size 421060277
|
runs/Jan16_08-24-58_1dfe196f1cfd/events.out.tfevents.1673857510.1dfe196f1cfd.39589.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:4453b7a277cddc51250d0f4657b4f628ccb1ca5e12b3273b034edee7a33315f7
|
| 3 |
+
size 5497
|