Sundararajan commited on
Commit
aa9517b
·
1 Parent(s): 551a8c4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ *Dataset*
2
+ ToTTo is an open-domain English Table-to-Text dataset with over 120,000 training examples that proposes a controlled generation task: given a Wikipedia table, a set of highlighted table cells, page title and section title as inputs, it produces a one-sentence description summarising the key details from the inputs. This dataset can be taken from hugging face (https://huggingface.co/datasets/totto).
3
+
4
+ *Model*
5
+ This model is pre-trained on the Text-to-Text "t5-base" model with the complete train dataset split (Around 120,761 examples).