Shani-900 commited on
Commit
5d48d8b
1 Parent(s): a79a83c

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: transformers
3
  license: apache-2.0
4
- base_model: t5-small
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 [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.6040
22
- - Rouge1: 0.2178
23
- - Rouge2: 0.0939
24
- - Rougel: 0.1839
25
- - Rougelsum: 0.1838
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 | 431 | 1.6242 | 0.2172 | 0.0932 | 0.1826 | 0.1826 | 19.0 |
59
- | 1.9203 | 2.0 | 862 | 1.6074 | 0.2167 | 0.0933 | 0.1825 | 0.1826 | 19.0 |
60
- | 1.8221 | 3.0 | 1293 | 1.6040 | 0.2178 | 0.0939 | 0.1839 | 0.1838 | 19.0 |
61
 
62
 
63
  ### Framework versions
64
 
65
  - Transformers 4.44.2
66
  - Pytorch 2.4.1+cu121
67
- - Datasets 3.0.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