teruo6939 commited on
Commit
d5f5708
·
verified ·
1 Parent(s): 8567d11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -70,13 +70,14 @@ Japanese
70
  An example from custom category looks as follows:
71
  ```
72
  {
73
- "qid": "jamcqa_test_custom_00377",
74
- "question": "お墓に供えてはいけないとされている花はどれ?",
75
- "choice0": ""
76
- "choice1": "キンセンカ"
77
- "choice2": "カーネーション"
78
- "choice3": "バラ"
79
- "answer_index": 3,
 
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