Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Percival/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Percival/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Percival/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Percival/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("Percival/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:62a44b42e6b18c96f26e8e890626e8bebd99fa1ba9bdf088900e06c991e0f7b2
|
| 3 |
size 267854321
|
runs/Apr29_22-34-33_61e5469dd83f/events.out.tfevents.1651271765.61e5469dd83f.79.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:ed6e9aa49a3a1b3081fdd5c88c6408d23ea6757ff26eda4cacd4dd35b2c79643
|
| 3 |
+
size 3640
|
runs/Apr29_22-34-33_61e5469dd83f/events.out.tfevents.1651272406.61e5469dd83f.79.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f0de5d10e3b3c3d22232b63bafc57328ae8278fbc86ba433f21569e28fa1b97
|
| 3 |
+
size 341
|