Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Yash2003/finetuning-sentiment-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yash2003/finetuning-sentiment-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Yash2003/finetuning-sentiment-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Yash2003/finetuning-sentiment-model") model = AutoModelForSequenceClassification.from_pretrained("Yash2003/finetuning-sentiment-model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:657ff40b802d883669c4eb77e64a6a46ec53713fbcc97a7a6eeac72556620a16
|
| 3 |
size 267832560
|
runs/Apr08_17-39-02_c53c9316f848/events.out.tfevents.1712597947.c53c9316f848.15550.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:f5e85628acdfbe93cebaadc2fa73c25666ec6101bd89ccfed04da5c021444f59
|
| 3 |
+
size 4825
|