ShojiMoriya commited on
Commit
40706ff
1 Parent(s): 151476e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ YANSのハッカソン内での利用目的で公開しており、その他の
20
  ## データセットの各カラム説明
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 | 写真で一句 | お題の内容。本データでは全て"写真で一句"という文字列が格納されている |
 
20
  ## データセットの各カラム説明
21
  | カラム名 | 型 | 例 | 概要 |
22
  | --- | --- | --- | --- |
23
+ | odai_id | str | senryu-shashin-76 | お題のID |
24
  | file_name | str | 185066.jpg | 対応するお題の画像ファイル。 |
25
  | type | str | image_to_text | 入出力の形式。本データでは全て"image_to_text"という文字列が格納されている |
26
  | odai | str | 写真で一句 | お題の内容。本データでは全て"写真で一句"という文字列が格納されている |