Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use rahuldebdas79/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rahuldebdas79/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="rahuldebdas79/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("rahuldebdas79/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("rahuldebdas79/finetuning-sentiment-model-3000-samples", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
6f8cb15
1
Parent(s): 86abf8b
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:50186c6d3677db68d8961d588003ac5a2920fd05ec00001fdea4d4c14047f95b
|
| 3 |
size 267854321
|
runs/Jul18_18-26-04_8fe4d5168542/1658168965.9161935/events.out.tfevents.1658168965.8fe4d5168542.73.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ccb6c6b1b89609c5e5145b12575c38dd80d214e6a12c16e4871933a3bcc1d5e
|
| 3 |
+
size 5383
|
runs/Jul18_18-26-04_8fe4d5168542/events.out.tfevents.1658168965.8fe4d5168542.73.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7252a3f837b61f763ffe799a1832059e0bbe8d561271166dcd752b7473395451
|
| 3 |
+
size 3551
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3311
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9d8787a110648379d6ff10d859bc166d3337e779105e196be70cdd1bc67535c
|
| 3 |
size 3311
|