matteogabburo commited on
Commit
119880f
·
verified ·
1 Parent(s): 92eb337

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -113,12 +113,12 @@ Each example has the following format:
113
 
114
  ```
115
  {
116
- 'eid': 1214,
117
- 'qid': 141,
118
- 'cid': 0,
119
  'label': 1,
120
- 'question': 'Was bedeutet Karma im Buddhismus?',
121
- 'candidate': 'Karma (Sanskrit, auch karman, Pali: Kamma) bedeutet "Handlung" oder "Tun"; was auch immer man tut, sagt oder denkt, ist ein Karma.'
122
  }
123
  ```
124
 
 
113
 
114
  ```
115
  {
116
+ 'eid': 25,
117
+ 'qid': 0,
118
+ 'cid': 18,
119
  'label': 1,
120
+ 'question': 'what is the use of fn key in mac',
121
+ 'candidate': 'While it is most common for the Fn key processing to happen directly in the keyboard micro-controller , offering no knowledge to the main computer of whether the Fn key was pressed , some manufacturers , like Lenovo , perform this mapping in BIOS running on the main CPU , allowing remapping the Fn key by modifying the BIOS interrupt handler ; and Apple , in which the Fn key is mappable and serves other uses too , as triggering the Dictation function by pressing the Fn key twice .'
122
  }
123
  ```
124