maximedb commited on
Commit
7e21418
1 Parent(s): e5cee20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -43,14 +43,13 @@ task_ids:
43
  MFAQ is a multilingual corpus of *Frequently Asked Questions* parsed from the [Common Crawl](https://commoncrawl.org/).
44
  ```
45
  load_dataset("clips/mfaq", "en")
46
- print(d["validation"][-1])
47
  {
48
  "qa_pairs": [
49
  {
50
  "question": "Do I need a rental Car in Cork?",
51
  "answer": "If you plan on travelling outside of Cork City, for instance to Kinsale [...]"
52
  },
53
- ... # 5 additional pairs not shown
54
  ]
55
  }
56
  ```
 
43
  MFAQ is a multilingual corpus of *Frequently Asked Questions* parsed from the [Common Crawl](https://commoncrawl.org/).
44
  ```
45
  load_dataset("clips/mfaq", "en")
 
46
  {
47
  "qa_pairs": [
48
  {
49
  "question": "Do I need a rental Car in Cork?",
50
  "answer": "If you plan on travelling outside of Cork City, for instance to Kinsale [...]"
51
  },
52
+ ...
53
  ]
54
  }
55
  ```