Vijayendra commited on
Commit
83cc8cd
·
verified ·
1 Parent(s): 14617a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -4,6 +4,10 @@ language:
4
  - en
5
  base_model:
6
  - google-t5/t5-base
 
 
 
 
7
  ---
8
 
9
 
@@ -45,5 +49,4 @@ summary = tokenizer.decode(summary_ids[0], skip_special_tokens=True)
45
  print("Summary:")
46
  print(summary)
47
 
48
- [More Information Needed]
49
-
 
4
  - en
5
  base_model:
6
  - google-t5/t5-base
7
+ datasets:
8
+ - abisee/cnn_dailymail
9
+ metrics:
10
+ - rouge
11
  ---
12
 
13
 
 
49
  print("Summary:")
50
  print(summary)
51
 
52
+ [More Information Needed]