update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
@@ -16,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -52,21 +53,21 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
| No log | 0.99 | 56 | 1.
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
|
66 |
|
67 |
### Framework versions
|
68 |
|
69 |
-
- Transformers 4.
|
70 |
-
- Pytorch 1.
|
71 |
-
- Datasets
|
72 |
- Tokenizers 0.11.6
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- hf-course
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [ntu-spml/distilhubert](https://huggingface.co/ntu-spml/distilhubert) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6694
|
21 |
+
- Accuracy: 0.82
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| No log | 0.99 | 56 | 1.9426 | 0.5 |
|
57 |
+
| No log | 1.99 | 112 | 1.4157 | 0.63 |
|
58 |
+
| No log | 2.99 | 168 | 1.1351 | 0.69 |
|
59 |
+
| No log | 3.99 | 224 | 1.0285 | 0.72 |
|
60 |
+
| No log | 4.99 | 280 | 0.8538 | 0.79 |
|
61 |
+
| No log | 5.99 | 336 | 0.8015 | 0.74 |
|
62 |
+
| No log | 6.99 | 392 | 0.6694 | 0.82 |
|
63 |
+
| No log | 7.99 | 448 | 0.6779 | 0.79 |
|
64 |
+
| 1.0811 | 8.99 | 504 | 0.6414 | 0.81 |
|
65 |
+
| 1.0811 | 9.99 | 560 | 0.6443 | 0.82 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
69 |
|
70 |
+
- Transformers 4.24.0
|
71 |
+
- Pytorch 1.11.0
|
72 |
+
- Datasets 2.6.1
|
73 |
- Tokenizers 0.11.6
|