ShojiMoriya commited on
Commit
11c4264
1 Parent(s): b4fe8fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ YANSのハッカソン内での利用目的で公開しており、その他の
21
  | カラム名 | 型 | 例 | 概要 |
22
  | --- | --- | --- | --- |
23
  | odai_id | int | 76 | お題のID |
24
- | image | int | 185066 | 画像のID。それぞれ"{image}.jpg"という画像に対応している |
25
  | type | str | image_to_text | 入出力の形式。本データでは全て"image_to_text"という文字列が格納されている |
26
  | odai | str | 写真で一句 | お題の内容。本データでは全て"写真で一句"という文字列が格納されている |
27
  | responses | list | [{}] | お題に対する回答集 |
 
21
  | カラム名 | 型 | 例 | 概要 |
22
  | --- | --- | --- | --- |
23
  | odai_id | int | 76 | お題のID |
24
+ | file_name | str | 185066.jpg | 対応するお題の画像ファイル。 |
25
  | type | str | image_to_text | 入出力の形式。本データでは全て"image_to_text"という文字列が格納されている |
26
  | odai | str | 写真で一句 | お題の内容。本データでは全て"写真で一句"という文字列が格納されている |
27
  | responses | list | [{}] | お題に対する回答集 |