Vijayendra
commited on
Update README.md
Browse files
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]
|
|