raptorkwok
commited on
Commit
•
c91ccb9
1
Parent(s):
349f161
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 |
This model is a fine-tuned version of [fnlp/bart-base-chinese](https://huggingface.co/fnlp/bart-base-chinese) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 0.
|
19 |
-
- Bleu:
|
20 |
-
- Chrf:
|
21 |
-
- Gen Len: 12.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -50,17 +50,18 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Chrf | Gen Len |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
- Transformers 4.28.1
|
64 |
-
- Pytorch 2.0
|
65 |
-
- Datasets 2.14.
|
66 |
- Tokenizers 0.13.3
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [fnlp/bart-base-chinese](https://huggingface.co/fnlp/bart-base-chinese) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.2349
|
19 |
+
- Bleu: 60.8976
|
20 |
+
- Chrf: 59.0374
|
21 |
+
- Gen Len: 12.9296
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Chrf | Gen Len |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|
|
53 |
+
| 0.3535 | 0.48 | 1000 | 0.2530 | 60.3526 | 58.5789 | 12.8843 |
|
54 |
+
| 0.3069 | 0.96 | 2000 | 0.2452 | 60.6498 | 58.8383 | 12.9006 |
|
55 |
+
| 0.2299 | 1.44 | 3000 | 0.2389 | 60.6464 | 58.9253 | 12.8851 |
|
56 |
+
| 0.2203 | 1.92 | 4000 | 0.2349 | 60.8976 | 59.0374 | 12.9296 |
|
57 |
+
| 0.1745 | 2.39 | 5000 | 0.2407 | 60.7308 | 58.8719 | 12.9298 |
|
58 |
+
| 0.1658 | 2.87 | 6000 | 0.2373 | 60.3476 | 58.6283 | 12.8618 |
|
59 |
+
| 0.1351 | 3.35 | 7000 | 0.2589 | 60.7838 | 58.8847 | 12.9313 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
63 |
|
64 |
- Transformers 4.28.1
|
65 |
+
- Pytorch 2.1.0+cu121
|
66 |
+
- Datasets 2.14.6
|
67 |
- Tokenizers 0.13.3
|