update model card README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -45,11 +45,11 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
-
| No log | 1.0 | 65 | 2.
|
49 |
-
| No log | 2.0 | 130 |
|
50 |
-
| No log | 3.0 | 195 | 0.
|
51 |
-
| No log | 4.0 | 260 | 0.
|
52 |
-
| No log | 5.0 | 325 | 0.
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.3726
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| No log | 1.0 | 65 | 2.6898 |
|
49 |
+
| No log | 2.0 | 130 | 0.8892 |
|
50 |
+
| No log | 3.0 | 195 | 0.5896 |
|
51 |
+
| No log | 4.0 | 260 | 0.4507 |
|
52 |
+
| No log | 5.0 | 325 | 0.3726 |
|
53 |
|
54 |
|
55 |
### Framework versions
|