Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use BaxterAI/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BaxterAI/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="BaxterAI/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("BaxterAI/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("BaxterAI/finetuning-sentiment-model-3000-samples", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267854321
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4bdea85785cbb6f6f123a703d5701ba486281aa02a2a6e2f78696724b28c2f6
|
| 3 |
size 267854321
|
runs/May23_21-36-51_f9b56511b52a/1653341931.058832/events.out.tfevents.1653341931.f9b56511b52a.74.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:935de0f14dabcd3159ccc232f0ea2dbeb3ee05535bbbec9c6122cd49d7867c9d
|
| 3 |
+
size 5223
|
runs/May23_21-36-51_f9b56511b52a/events.out.tfevents.1653341931.f9b56511b52a.74.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e736657343527a57bc7712d999f23174ff5c17b08e4844792dce6c17f8c0a307
|
| 3 |
+
size 40
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3247
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd41a558864eb715c336f4fa53ad1c6024745b439e9255bf8c7397c853dd92f0
|
| 3 |
size 3247
|