Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use JS21/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JS21/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JS21/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("JS21/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("JS21/finetuning-sentiment-model-3000-samples") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/Mar13_19-56-41_8e3359b3dbd7/events.out.tfevents.1678737412.8e3359b3dbd7.445.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:d5f6e51fb894e9ea0ead3a692d98823c45d3157084a03fa3a0451246907b30b6
|
| 3 |
+
size 4111
|
runs/Mar13_19-56-41_8e3359b3dbd7/events.out.tfevents.1678737777.8e3359b3dbd7.445.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5947988dc7e04c770e1175995435ec2c05fa33d6588460d01b338b0fe7269a23
|
| 3 |
+
size 409
|