Vivek commited on
Commit
ea5077f
·
1 Parent(s): 9b0a205

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -75,5 +75,15 @@ Print(f"the predction of the dataset : {final_output}")
75
  ```
76
  The Correct answer:-Option1
77
  ```
 
 
 
 
 
 
 
 
 
 
78
 
79
 
 
75
  ```
76
  The Correct answer:-Option1
77
  ```
78
+
79
+ ## Evaluation
80
+
81
+ The following tables summarize the scores obtained by the **GPT2-CosmosQA**. Those marked as (*) are the baseline models.
82
+
83
+ | Model | Acc | WER | COSIM | ROUGE-2 |
84
+ |:---------------:|:-----:|:-----:|:-----:|:-------:|
85
+ | Recipe1M+ * | 0.844 | 0.786 | 0.589 | - |
86
+ | RecipeNLG * | 0.866 | 0.751 | 0.666 | - |
87
+ | ChefTransformer | 0.203 | 0.709 | 0.714 | 0.290 |
88
 
89