Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use cb2-kai/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cb2-kai/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="cb2-kai/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("cb2-kai/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("cb2-kai/finetuning-sentiment-model-3000-samples", device_map="auto") - 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 267859057
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3787542fb78470b27433b3c272ab51608d06db54883ae25dacf70b2dda3c59e1
|
| 3 |
size 267859057
|
runs/Mar21_14-19-29_21c06adc7ce9/events.out.tfevents.1647872382.21c06adc7ce9.61.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:abba941f924f84b6a3e008673ba16601ec007dd71a917ad848fbbcb1737272ec
|
| 3 |
+
size 3600
|
runs/Mar21_14-19-29_21c06adc7ce9/events.out.tfevents.1647887450.21c06adc7ce9.61.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6db6b0cdc3a356c25285524b57d1435ae9719accd82b2cd306f1c462f797353a
|
| 3 |
+
size 409
|