Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -113,12 +113,12 @@ Each example has the following format:
|
|
113 |
|
114 |
```
|
115 |
{
|
116 |
-
'eid':
|
117 |
-
'qid':
|
118 |
-
'cid':
|
119 |
'label': 1,
|
120 |
-
'question': '
|
121 |
-
'candidate': '
|
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 |
|