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 ·
cd947fd
1
Parent(s): 31e46ed
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:8c79c93563dde5ed8e7c22d72179ee2672825e1ea140133d48c24bf93244f813
|
| 3 |
size 421060277
|
runs/Jan16_08-56-16_1dfe196f1cfd/events.out.tfevents.1673859385.1dfe196f1cfd.47308.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:f52e44150e9fb97eb81c8bd03660aa6c46998c99b4ab870cffde69d0f3e420d7
|
| 3 |
+
size 5481
|