puar commited on
Commit
c12b9cd
·
1 Parent(s): 15197ac

Initial upload with tar files and metadata

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -34,11 +34,11 @@ The `metadata.json` file provides comprehensive annotations of the full music sh
34
  Each QA file (e.g., train_qa_omr.json) is a list of QA entries like this:
35
  ```
36
  {
37
- "doc_id": "0000001",
38
- "question": "What is the title of the music sheet?",
39
- "answer": "Minuet in G Major",
40
- "encode_format": "beat"
41
- }
42
  ```
43
  • doc_id: corresponds to a sample in images/, midi/, and metadata.json
44
  • question: natural language query
 
34
  Each QA file (e.g., train_qa_omr.json) is a list of QA entries like this:
35
  ```
36
  {
37
+ "doc_id": "0086400",
38
+ "question": "Please extract the pitch and duration of all notes in the 2nd bar of the treble clef.",
39
+ "answer": "qB4~ sB4 e.E5~ sE5 sB4 eB4 e.E5 sG#4",
40
+ "encode_format": "beat"
41
+ },
42
  ```
43
  • doc_id: corresponds to a sample in images/, midi/, and metadata.json
44
  • question: natural language query