Spaces:
Runtime error
Runtime error
Commit
·
f5ff87d
1
Parent(s):
2f01b54
Update README.md
Browse files
README.md
CHANGED
@@ -214,7 +214,9 @@ Output:
|
|
214 |
```
|
215 |
|
216 |
## Evaluation
|
|
|
217 |
|
|
|
218 |
Since the test set is not available, we will evaluate the model based on a shared test set. This test set consists of 5% of the whole test (*= 5,000 records*),
|
219 |
and we will generate five recipes for each input(*= 25,000 records*).
|
220 |
The following table summarizes the scores obtained by the **Chef Transformer** and **RecipeNLG** as our baseline.
|
|
|
214 |
```
|
215 |
|
216 |
## Evaluation
|
217 |
+
...
|
218 |
|
219 |
+
### Result
|
220 |
Since the test set is not available, we will evaluate the model based on a shared test set. This test set consists of 5% of the whole test (*= 5,000 records*),
|
221 |
and we will generate five recipes for each input(*= 25,000 records*).
|
222 |
The following table summarizes the scores obtained by the **Chef Transformer** and **RecipeNLG** as our baseline.
|