Commit
·
6924a13
1
Parent(s):
40f8074
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ Training args:\
|
|
| 16 |
|
| 17 |
{"generation_kwargs": {"do_sample": true, "max_new_tokens": 100, "min_length": 50}
|
| 18 |
|
| 19 |
-
|
| 20 |
Post-processing to consider only first three sentences as the summary.
|
| 21 |
|
| 22 |
Test split metrics:
|
|
|
|
| 16 |
|
| 17 |
{"generation_kwargs": {"do_sample": true, "max_new_tokens": 100, "min_length": 50}
|
| 18 |
|
| 19 |
+
Pre-processing to truncate the article to contain only 500 tokens.
|
| 20 |
Post-processing to consider only first three sentences as the summary.
|
| 21 |
|
| 22 |
Test split metrics:
|