Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use mayank-01/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mayank-01/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mayank-01/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mayank-01/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("mayank-01/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:1e11b956f6a2107c3fa9b8aa441c7846ee4a72bc87269accc04bbffc5a7b0196
|
| 3 |
size 267854321
|
runs/Jul28_10-41-42_0b9abdceccbc/events.out.tfevents.1659004906.0b9abdceccbc.71.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:7bce547bb5b2f0ace65d176e348383b5519434d6b4ef31b551629fd65e52ebe7
|
| 3 |
+
size 3951
|
runs/Jul28_10-41-42_0b9abdceccbc/events.out.tfevents.1659005213.0b9abdceccbc.71.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18f18bdf47436e15944d1e5814c834d96e4133c20de83bc75ba57b37585f0b54
|
| 3 |
+
size 409
|