update model card README.md
Browse files
README.md
CHANGED
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# Task1a_class
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,11 +49,11 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 1.0 | 18 | 0.
|
53 |
-
| No log | 2.0 | 36 | 0.
|
54 |
-
| No log | 3.0 | 54 | 0.
|
55 |
-
| No log | 4.0 | 72 | 0.
|
56 |
-
| No log | 5.0 | 90 | 0.
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
15 |
|
16 |
# Task1a_class
|
17 |
|
18 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7193
|
21 |
+
- Accuracy: 0.6857
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 18 | 0.7991 | 0.4857 |
|
53 |
+
| No log | 2.0 | 36 | 0.6316 | 0.7143 |
|
54 |
+
| No log | 3.0 | 54 | 0.7638 | 0.6 |
|
55 |
+
| No log | 4.0 | 72 | 0.7218 | 0.6571 |
|
56 |
+
| No log | 5.0 | 90 | 0.7193 | 0.6857 |
|
57 |
|
58 |
|
59 |
### Framework versions
|