update model card README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model is a fine-tuned version of [VuongQuoc/longformer_sciq](https://huggingface.co/VuongQuoc/longformer_sciq) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Loss: 0.
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -45,21 +45,21 @@ The following hyperparameters were used during training:
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
-
|
|
49 |
-
| 0.
|
50 |
-
| 1.
|
51 |
-
|
|
52 |
-
| 1.
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
- Transformers 4.30.2
|
63 |
-
- Pytorch 2.0.0
|
64 |
- Datasets 2.1.0
|
65 |
- Tokenizers 0.13.3
|
|
|
13 |
|
14 |
This model is a fine-tuned version of [VuongQuoc/longformer_sciq](https://huggingface.co/VuongQuoc/longformer_sciq) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Loss: 0.5326
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
45 |
|
46 |
| Training Loss | Epoch | Step | Validation Loss |
|
47 |
|:-------------:|:-----:|:----:|:---------------:|
|
48 |
+
| 1.1931 | 0.2 | 20 | 0.7457 |
|
49 |
+
| 0.7677 | 0.4 | 40 | 0.7063 |
|
50 |
+
| 1.0391 | 0.6 | 60 | 0.6745 |
|
51 |
+
| 1.2915 | 0.8 | 80 | 0.6316 |
|
52 |
+
| 1.1399 | 1.0 | 100 | 0.6652 |
|
53 |
+
| 0.9975 | 1.2 | 120 | 0.6134 |
|
54 |
+
| 0.9232 | 1.4 | 140 | 0.5561 |
|
55 |
+
| 0.8026 | 1.6 | 160 | 0.5422 |
|
56 |
+
| 0.7188 | 1.8 | 180 | 0.5370 |
|
57 |
+
| 0.7272 | 2.0 | 200 | 0.5326 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
- Transformers 4.30.2
|
63 |
+
- Pytorch 2.0.0+cpu
|
64 |
- Datasets 2.1.0
|
65 |
- Tokenizers 0.13.3
|