End of training
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
@@ -16,13 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# cnn_news_summary_model_trained_on_reduced_data
|
18 |
|
19 |
-
This model is a fine-tuned version of [
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Rouge1: 0.
|
23 |
-
- Rouge2: 0.
|
24 |
-
- Rougel: 0.
|
25 |
-
- Rougelsum: 0.
|
26 |
- Generated Length: 19.0
|
27 |
|
28 |
## Model description
|
@@ -55,14 +55,14 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Generated Length |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:----------------:|
|
58 |
-
| No log | 1.0 |
|
59 |
-
|
|
60 |
-
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.44.2
|
66 |
- Pytorch 2.4.1+cu121
|
67 |
-
- Datasets 3.0.
|
68 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: Falconsai/text_summarization
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
|
|
16 |
|
17 |
# cnn_news_summary_model_trained_on_reduced_data
|
18 |
|
19 |
+
This model is a fine-tuned version of [Falconsai/text_summarization](https://huggingface.co/Falconsai/text_summarization) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.7748
|
22 |
+
- Rouge1: 0.1505
|
23 |
+
- Rouge2: 0.1077
|
24 |
+
- Rougel: 0.1447
|
25 |
+
- Rougelsum: 0.1447
|
26 |
- Generated Length: 19.0
|
27 |
|
28 |
## Model description
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Generated Length |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|:----------------:|
|
58 |
+
| No log | 1.0 | 1 | 0.7866 | 0.1505 | 0.1077 | 0.1447 | 0.1447 | 19.0 |
|
59 |
+
| No log | 2.0 | 2 | 0.7787 | 0.1505 | 0.1077 | 0.1447 | 0.1447 | 19.0 |
|
60 |
+
| No log | 3.0 | 3 | 0.7748 | 0.1505 | 0.1077 | 0.1447 | 0.1447 | 19.0 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.44.2
|
66 |
- Pytorch 2.4.1+cu121
|
67 |
+
- Datasets 3.0.1
|
68 |
- Tokenizers 0.19.1
|