Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use KoenBronstring/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KoenBronstring/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="KoenBronstring/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("KoenBronstring/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("KoenBronstring/finetuning-sentiment-model-3000-samples", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
1c1d78d
1
Parent(s): 6a632a7
End of training
Browse files
runs/May02_15-23-25_KPB/events.out.tfevents.1651497813.KPB.11156.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:3551dfdf6c39ed122b6f66ef0eb46e7c8dfefc8609db512d0850b9bce105ca15
|
| 3 |
+
size 3633
|
runs/May02_15-23-25_KPB/events.out.tfevents.1651529060.KPB.11156.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0eb09e7a72f2b0e524484042730461476dde1481663e085902510285892a0360
|
| 3 |
+
size 409
|