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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Tanakrit commited on
Commit ·
a7c6b8d
1
Parent(s): 41fde9c
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:4efd360f39f3ae57e40fa3f5990897af06d8652f7b8f29c3792a4b633aeb6e5e
|
| 3 |
size 421060277
|
runs/Jan16_09-26-46_1dfe196f1cfd/events.out.tfevents.1673861217.1dfe196f1cfd.55939.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:e18cceb749c448e40f32050b798715fc85a2eb4e8b0a5ae7cd1422facc1b0ead
|
| 3 |
+
size 4539
|