shivi commited on
Commit
1beaa8a
1 Parent(s): 179bec5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -243,8 +243,8 @@ An example of the `Aya Evaluation Suite` looks as follows:
243
  ```json
244
  {
245
  "id": 42,
246
- "prompt": "What day is known as Star Wars Day?",
247
- "completion": "May 4th (May the 4th be with you!)",
248
  "language": "eng",
249
  "script": "Latn",
250
  }
 
243
  ```json
244
  {
245
  "id": 42,
246
+ "inputs": "What day is known as Star Wars Day?",
247
+ "targets": "May 4th (May the 4th be with you!)",
248
  "language": "eng",
249
  "script": "Latn",
250
  }