jordiclive/flan-t5-3b-summarizer
Summarization • Updated • 20 • 37
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
A collection of Text summarization datasets geared towards training a multi-purpose text summarizer.
Each dataset is a parquet file with the following features.
text: a string feature. The source documentsummary: a string feature. The summary of the documentprovenance: a string feature. Information about the sub dataset.t5_text_token_count: a int64 feature. The number of tokens the text is encoded in.t5_summary_token_count : a int64 feature. The number of tokens the summary is encoded in.contriever_cos: a float64 feature. The Cosine Similarity of the Contriever text embedding and Contriever summary embedding.Information about the Contriever model can be found here: https://github.com/facebookresearch/contriever.