afmck commited on
Commit
50c6aa9
1 Parent(s): 5bbc733

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -40,11 +40,13 @@ There are `77,457` panels extracted from `17,816` comic strips.
40
  The dataset size is approximately `4.4G`.
41
 
42
  Each row in the dataset contains the following fields:
43
- - `file_name`: path to extracted comic panel
 
44
  - `characters`: `tuple[str, ...]` of characters included in the comic strip the panel is part of.
45
  - `themes`: `tuple[str, ...]` of theme in the comic strip the panel is part of.
46
  - `grayscale`: `bool` indicating whether the panel is grayscale or not.
47
  - `caption`: [BLIP-2_OPT_6.7B](https://huggingface.co/docs/transformers/main/model_doc/blip-2) generated caption from the panel.
 
48
 
49
  Character and theme information was extracted from [Peanuts Wiki (Fandom)](https://peanuts.fandom.com/wiki/Peanuts_Wiki) using [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/).
50
  Images were extracted from [Peanuts Search](https://peanuts-search.com/).
 
40
  The dataset size is approximately `4.4G`.
41
 
42
  Each row in the dataset contains the following fields:
43
+ - `image`: `PIL.Image` containing the extracted panel.
44
+ - `panel_name`: unique identifier for the row.
45
  - `characters`: `tuple[str, ...]` of characters included in the comic strip the panel is part of.
46
  - `themes`: `tuple[str, ...]` of theme in the comic strip the panel is part of.
47
  - `grayscale`: `bool` indicating whether the panel is grayscale or not.
48
  - `caption`: [BLIP-2_OPT_6.7B](https://huggingface.co/docs/transformers/main/model_doc/blip-2) generated caption from the panel.
49
+ - `year`: `int` storing the year the specific panel was released.
50
 
51
  Character and theme information was extracted from [Peanuts Wiki (Fandom)](https://peanuts.fandom.com/wiki/Peanuts_Wiki) using [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/).
52
  Images were extracted from [Peanuts Search](https://peanuts-search.com/).