Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the [dair-ai/emotion dataset](https://huggingface.co/datasets/dair-ai/emotion). It is designed to classify text into various emotional categories.
|
5 |
|
6 |
It achieves the following results:
|
7 |
-
- **Validation Accuracy:**
|
8 |
-
- **Test Accuracy:**
|
9 |
|
10 |
## Model Description
|
11 |
|
@@ -37,9 +37,9 @@ This model uses the DistilBERT architecture, which is a lighter and faster varia
|
|
37 |
|
38 |
### Results
|
39 |
- **Training Time:** ~226 seconds
|
40 |
-
- **Training Loss:** 0.
|
41 |
-
- **Validation Accuracy:**
|
42 |
-
- **Test Accuracy:**
|
43 |
|
44 |
## Training Procedure
|
45 |
|
@@ -56,17 +56,19 @@ This model uses the DistilBERT architecture, which is a lighter and faster varia
|
|
56 |
|
57 |
| Epoch | Training Loss | Validation Loss | Validation Accuracy |
|
58 |
|-------|---------------|-----------------|---------------------|
|
59 |
-
| 1 | 0.5383 | 0.1845 | 92.
|
60 |
| 2 | 0.2254 | 0.1589 | 93.55% |
|
61 |
-
| 3 | 0.
|
62 |
|
63 |
-
###
|
64 |
-
- **Loss:** 0.1485
|
65 |
-
- **Accuracy:** 94.25%
|
|
|
|
|
66 |
|
67 |
### Performance Metrics
|
68 |
- **Training Speed:** ~212 samples/second
|
69 |
-
- **Evaluation Speed:** ~
|
70 |
|
71 |
## Usage Example
|
72 |
|
|
|
4 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the [dair-ai/emotion dataset](https://huggingface.co/datasets/dair-ai/emotion). It is designed to classify text into various emotional categories.
|
5 |
|
6 |
It achieves the following results:
|
7 |
+
- **Validation Accuracy:** 94.25%
|
8 |
+
- **Test Accuracy:** 93.2%
|
9 |
|
10 |
## Model Description
|
11 |
|
|
|
37 |
|
38 |
### Results
|
39 |
- **Training Time:** ~226 seconds
|
40 |
+
- **Training Loss:** 0.0520
|
41 |
+
- **Validation Accuracy:** 94.25%
|
42 |
+
- **Test Accuracy:** 93.2%
|
43 |
|
44 |
## Training Procedure
|
45 |
|
|
|
56 |
|
57 |
| Epoch | Training Loss | Validation Loss | Validation Accuracy |
|
58 |
|-------|---------------|-----------------|---------------------|
|
59 |
+
| 1 | 0.5383 | 0.1845 | 92.90% |
|
60 |
| 2 | 0.2254 | 0.1589 | 93.55% |
|
61 |
+
| 3 | 0.0520 | 0.1485 | 94.25% |
|
62 |
|
63 |
+
### Final Evaluation
|
64 |
+
- **Validation Loss:** 0.1485
|
65 |
+
- **Validation Accuracy:** 94.25%
|
66 |
+
- **Test Loss:** 0.1758
|
67 |
+
- **Test Accuracy:** 93.2%
|
68 |
|
69 |
### Performance Metrics
|
70 |
- **Training Speed:** ~212 samples/second
|
71 |
+
- **Evaluation Speed:** ~1144 samples/second
|
72 |
|
73 |
## Usage Example
|
74 |
|