Commit
·
5015082
1
Parent(s):
a88ada6
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,15 @@ Each dataset is a parquet file with the following features.
|
|
| 11 |
- `t5_summary_token_count `: a `int64` feature. The number of tokens the summary is encoded in.
|
| 12 |
- `contriever_cos`: a `float64` feature. The Cosine Similarity of the Contriever text embedding and Contriever summary embedding.
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
Information about the Contriever model can be found here: https://github.com/facebookresearch/contriever.
|
|
|
|
| 11 |
- `t5_summary_token_count `: a `int64` feature. The number of tokens the summary is encoded in.
|
| 12 |
- `contriever_cos`: a `float64` feature. The Cosine Similarity of the Contriever text embedding and Contriever summary embedding.
|
| 13 |
|
| 14 |
+
### Sub-datasets
|
| 15 |
+
- billsum
|
| 16 |
+
- cnn_dailymail/3.0.0
|
| 17 |
+
- multixscience
|
| 18 |
+
- newsroom
|
| 19 |
+
- samsum
|
| 20 |
+
- scitldr/AIC
|
| 21 |
+
- tldr-challenge
|
| 22 |
+
- wikihow
|
| 23 |
+
- xsum
|
| 24 |
+
|
| 25 |
Information about the Contriever model can be found here: https://github.com/facebookresearch/contriever.
|