antonkurylo commited on
Commit
62d2af8
1 Parent(s): 4128596

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # t5-base-news_headlines
17
 
18
- This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.9975
21
  - Rouge1: 53.7064
@@ -50,7 +50,6 @@ The following hyperparameters were used during training:
50
  - num_epochs: 7
51
  - max_text_length: 512
52
  - max_target_length: 16
53
- - dataset_name: valurank/News_headlines
54
 
55
  ### Training results
56
 
 
15
 
16
  # t5-base-news_headlines
17
 
18
+ This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an valurank/News_headlines dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.9975
21
  - Rouge1: 53.7064
 
50
  - num_epochs: 7
51
  - max_text_length: 512
52
  - max_target_length: 16
 
53
 
54
  ### Training results
55