Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use BaxterAI/SentimentClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BaxterAI/SentimentClassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="BaxterAI/SentimentClassifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("BaxterAI/SentimentClassifier") model = AutoModelForSequenceClassification.from_pretrained("BaxterAI/SentimentClassifier", 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:cb8883f240d8c32437d0c39bcf2c04178781d259d1539cdf1b9c767ae5726684
|
| 3 |
size 267854321
|
runs/May24_07-04-55_58d7f38b6835/1653375901.2666051/events.out.tfevents.1653375901.58d7f38b6835.71.16
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1997516597e998896f85689d07e212f6acb3ba19e403665034bc5f942ba7707f
|
| 3 |
+
size 5163
|
runs/May24_07-04-55_58d7f38b6835/events.out.tfevents.1653375901.58d7f38b6835.71.15
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e04cf1fd3e3244f08f51fddb0239ada3ec86773252d1a03179cf10098563ac6
|
| 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:3a5e7c5325a06204bcd9176e1ee8669025d6d0fe16ad81895ec4f6a414042133
|
| 3 |
size 3247
|