Update README.md
Browse files
README.md
CHANGED
|
@@ -70,13 +70,14 @@ Japanese
|
|
| 70 |
An example from custom category looks as follows:
|
| 71 |
```
|
| 72 |
{
|
| 73 |
-
"qid": "
|
| 74 |
-
"
|
| 75 |
-
"
|
| 76 |
-
"
|
| 77 |
-
"
|
| 78 |
-
"
|
| 79 |
-
"
|
|
|
|
| 80 |
}
|
| 81 |
```
|
| 82 |
|
|
|
|
| 70 |
An example from custom category looks as follows:
|
| 71 |
```
|
| 72 |
{
|
| 73 |
+
"qid": "jamcqa_test_culture_00001",
|
| 74 |
+
"category": '文化',
|
| 75 |
+
"question": "「狂った世で気が狂うなら気は確かだ」の名言を残した映画はどれ?",
|
| 76 |
+
"choice0": "乱",
|
| 77 |
+
"choice1": "羅生門",
|
| 78 |
+
"choice2": "隠し砦の三悪人",
|
| 79 |
+
"choice3": "影武者",
|
| 80 |
+
"answer_index": 0,
|
| 81 |
}
|
| 82 |
```
|
| 83 |
|