Sundararajan commited on
Commit
8b21491
1 Parent(s): 8d0a96b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,4 +4,4 @@ ToTTo is an open-domain English Table-to-Text dataset with over 120,000 training
4
 
5
  **Model**
6
 
7
- The pre-trained Text-to-Text "t5-base" model is fine-tuned with the Table-to-Text ToTTo dataset(downstream task) for the complete train dataset split of around 120,761 examples. During the fine-tuning process for this downstream task, it has been evaluated with bert-score metric for few examples from validation split.
 
4
 
5
  **Model**
6
 
7
+ The pre-trained Text-to-Text "t5-base" model is fine-tuned with the Table-to-Text ToTTo dataset(downstream task) for the complete train dataset split of around 120,761 examples. During the fine-tuning process for this downstream task, BertScore metric was used as an evaluation metric instead of the standard BLEU metric.