Update README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
-
|
20 |
-
- Accuracy: 0.3071
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -44,13 +43,6 @@ The following hyperparameters were used during training:
|
|
44 |
- lr_scheduler_type: linear
|
45 |
- num_epochs: 2
|
46 |
|
47 |
-
### Training results
|
48 |
-
|
49 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
-
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
51 |
-
| 1.3628 | 1.0 | 6207 | 1.3631 | 0.3056 |
|
52 |
-
| 1.3512 | 2.0 | 12414 | 1.3652 | 0.3071 |
|
53 |
-
|
54 |
|
55 |
### Framework versions
|
56 |
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Accuracy: 28.96%
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
43 |
- lr_scheduler_type: linear
|
44 |
- num_epochs: 2
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
### Framework versions
|
48 |
|