sadrasabouri commited on
Commit
d757b00
1 Parent(s): 81b6e57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -7
README.md CHANGED
@@ -1,9 +1,37 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # ShahNegar (A Plotted version of The Shahnameh)
6
- To be completed soon ...
 
 
 
 
 
 
 
7
 
8
  ## Table of Contents
9
  - [Table of Contents](#table-of-contents)
@@ -32,15 +60,12 @@ To be completed soon ...
32
 
33
  ## Dataset Description
34
 
35
- - **Homepage:**
36
- - **Repository:**
37
  - **Paper:**
38
- - **Leaderboard:**
39
- - **Point of Contact:**
40
 
41
  ### Dataset Summary
42
 
43
- [More Information Needed]
44
 
45
  ### Supported Tasks and Leaderboards
46
 
 
1
  ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language_creators:
5
+ - expert-generated
6
+ language:
7
+ - en
8
+ license:
9
+ - mit
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 10K<n<100K
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - image-to-text
18
+ - image
19
+ - image-captioning
20
+ - text-to-image
21
+ task_ids:
22
+ - image-captioning
23
+ pretty_name: ShahNegar
24
  ---
25
 
26
  # ShahNegar (A Plotted version of The Shahnameh)
27
+
28
+ This dataset is a plotted version of Ferdousi's Shahnameh generated using DALL-E mini (aka [craiyon](https://www.craiyon.com/)). You can use this dataset using the code below:
29
+
30
+ ```python
31
+ from datasets import load_dataset
32
+
33
+ dataset = load_dataset("sadrasabouri/ShahNegar")
34
+ ```
35
 
36
  ## Table of Contents
37
  - [Table of Contents](#table-of-contents)
 
60
 
61
  ## Dataset Description
62
 
 
 
63
  - **Paper:**
64
+ - **Point of Contact:** [Sadra Sabouri](mailto:[email protected])
 
65
 
66
  ### Dataset Summary
67
 
68
+ This dataset contains more than 30K images with their corresponding text from the Shahnameh. For each Shahnameh paragraph, we generated at most 9 images. Images corresponding to the same paragraphs have the same `id` field.
69
 
70
  ### Supported Tasks and Leaderboards
71