ryo0634 commited on
Commit
b759e7f
·
1 Parent(s): f813170

update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
README.md CHANGED
@@ -28,6 +28,3 @@ dataset = load_dataset("YANS-official/ogiri-debug", split="test")
28
  | file_path | str | "dummy.png" | 画像のファイル名 |
29
  | type | str | "text_to_text" | "text_to_text", "image_to_text", "image_text_to_text"のどれかが入っている。 |
30
  | odai | str | "この学会、なんだか疲れるなぁ…どんなの?" | "text_to_text"の場合はお題。"image_to_text"の場合は"画像で一言"という文字列が格納されている。"image_text_to_text"は画像をOCRした結果に"[空欄]"が入ったもの。 |
31
- | responses | list | [{}] | お題に対する回答集。 |
32
- | responses.response_id | int | 1 | お題に対する回答の番号。 |
33
- | responses.text | str | "フルリモート" | そのお題に対する回答 |
 
28
  | file_path | str | "dummy.png" | 画像のファイル名 |
29
  | type | str | "text_to_text" | "text_to_text", "image_to_text", "image_text_to_text"のどれかが入っている。 |
30
  | odai | str | "この学会、なんだか疲れるなぁ…どんなの?" | "text_to_text"の場合はお題。"image_to_text"の場合は"画像で一言"という文字列が格納されている。"image_text_to_text"は画像をOCRした結果に"[空欄]"が入ったもの。 |