update model card README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
datasets:
|
@@ -28,7 +29,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
28 |
|
29 |
This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the glue dataset.
|
30 |
It achieves the following results on the evaluation set:
|
31 |
-
- Loss:
|
32 |
- Accuracy: 0.7545
|
33 |
|
34 |
## Model description
|
@@ -60,11 +61,11 @@ The following hyperparameters were used during training:
|
|
60 |
|
61 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
62 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
63 |
-
| No log | 1.0 | 249 | 0.
|
64 |
-
| No log | 2.0 | 498 | 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
|
|
29 |
|
30 |
This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the glue dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.9921
|
33 |
- Accuracy: 0.7545
|
34 |
|
35 |
## Model description
|
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
64 |
+
| No log | 1.0 | 249 | 0.6481 | 0.6715 |
|
65 |
+
| No log | 2.0 | 498 | 0.6358 | 0.7220 |
|
66 |
+
| 0.5882 | 3.0 | 747 | 0.6455 | 0.7509 |
|
67 |
+
| 0.5882 | 4.0 | 996 | 0.9921 | 0.7545 |
|
68 |
+
| 0.2871 | 5.0 | 1245 | 1.2464 | 0.7437 |
|
69 |
|
70 |
|
71 |
### Framework versions
|