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 ·
8d93183
1
Parent(s): 6f8cb15
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:b6bdf760bd1f4862a0c91f2db9a27bd27475ea7164434d65917891a9162be86a
|
| 3 |
size 267854321
|
runs/Jul18_18-26-04_8fe4d5168542/events.out.tfevents.1658168965.8fe4d5168542.73.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:4f46e9bbe2e14c60eebca17de5cad9098a7c7542e0ece15cc75d06c164d522ae
|
| 3 |
+
size 3905
|
runs/Jul18_18-26-04_8fe4d5168542/events.out.tfevents.1658169376.8fe4d5168542.73.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:060a0c37ffa55fde1d5f02e314b0bfbb2c1defd11a09f9160897888e37343a21
|
| 3 |
+
size 409
|