Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Prince12f/finetuning-sentiment-model-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Prince12f/finetuning-sentiment-model-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Prince12f/finetuning-sentiment-model-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Prince12f/finetuning-sentiment-model-samples") model = AutoModelForSequenceClassification.from_pretrained("Prince12f/finetuning-sentiment-model-samples", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
README.md
CHANGED
|
@@ -6,6 +6,8 @@ tags:
|
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
| 8 |
- f1
|
|
|
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: finetuning-sentiment-model-samples
|
| 11 |
results: []
|
|
@@ -18,9 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
-
- F1: 0.
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
@@ -54,6 +58,6 @@ The following hyperparameters were used during training:
|
|
| 54 |
### Framework versions
|
| 55 |
|
| 56 |
- Transformers 4.35.2
|
| 57 |
-
- Pytorch 2.1.
|
| 58 |
- Datasets 2.15.0
|
| 59 |
- Tokenizers 0.15.0
|
|
|
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
| 8 |
- f1
|
| 9 |
+
- precision
|
| 10 |
+
- recall
|
| 11 |
model-index:
|
| 12 |
- name: finetuning-sentiment-model-samples
|
| 13 |
results: []
|
|
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.2302
|
| 24 |
+
- Accuracy: 0.9092
|
| 25 |
+
- F1: 0.9102
|
| 26 |
+
- Precision: 0.9069
|
| 27 |
+
- Recall: 0.9135
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 58 |
### Framework versions
|
| 59 |
|
| 60 |
- Transformers 4.35.2
|
| 61 |
+
- Pytorch 2.1.0+cu118
|
| 62 |
- Datasets 2.15.0
|
| 63 |
- Tokenizers 0.15.0
|
runs/Nov30_01-05-20_97a8a99fccc8/events.out.tfevents.1701307868.97a8a99fccc8.672.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e92e5beeb600def7b8869bbbb75372d77d832d7cfb96ea49f930923fb75cc89
|
| 3 |
+
size 560
|