Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use moonzi/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use moonzi/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="moonzi/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("moonzi/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("moonzi/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 267854321
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54e1d43d02999017311335c8fb6fc942874e4ddbf871345c92338def6f94567c
|
| 3 |
size 267854321
|
runs/Jul05_02-59-43_960e4db79183/events.out.tfevents.1656990018.960e4db79183.74.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:abf7e5fbaa95670b763bd01d8c8dc1e35ad0490e64c598728aea68d634a40301
|
| 3 |
+
size 3899
|
runs/Jul05_02-59-43_960e4db79183/events.out.tfevents.1656990216.960e4db79183.74.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bedd24cd068043f76a7d235797a10540b05937358c6f145faebf39b27f3cc4ed
|
| 3 |
+
size 402
|