bgaurav7 commited on
Commit
9feed8c
·
verified ·
1 Parent(s): 1097a58

Add README

Browse files
Files changed (1) hide show
  1. README.md +51 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: cc-by-4.0
3
  language:
4
  - en
5
  task_categories:
@@ -98,4 +98,53 @@ re-run the scorer.
98
 
99
  ## License
100
 
101
- CC BY 4.0 free to use with attribution.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
  language:
4
  - en
5
  task_categories:
 
98
 
99
  ## License
100
 
101
+ The majority of this dataset is **CC BY 4.0**. A small subset of image files
102
+ comes from [Unsplash](https://unsplash.com/) and is governed by the
103
+ **[Unsplash License](https://unsplash.com/license)** instead.
104
+
105
+ ### CC BY 4.0 (metadata, text tasks, original media, tooling, and most images)
106
+
107
+ The following are licensed under **Creative Commons Attribution 4.0**
108
+ ([CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)):
109
+
110
+ - `data/test/metadata.jsonl` (prompts, references, labels, structure).
111
+ - All **text**, **multi-turn**, **combination**, **structured output**, and
112
+ **tool call** samples.
113
+ - **Audio** clips produced from project `samples/` recordings (see
114
+ `scripts/collect_all_audio.sh`).
115
+ - **Images** generated in-repo by `scripts/collect_all_images.py` using PIL—
116
+ synthetic shapes, UI mockups, charts, QR patterns, blank canvases, sequential
117
+ frames, and all derived images (blur, crop, rotation, collage, meme, watermark,
118
+ overexposed) whose source is a PIL-generated file rather than an Unsplash photo.
119
+ This covers `IMG-001`–`IMG-005`, `IMG-007`–`IMG-009`, `IMG-015`–`IMG-017`,
120
+ `IMG-021`–`IMG-024`, `IMG-026`–`IMG-033`.
121
+ - `IMG-020` (built from `samples/v2/real-receipt.webp`, author-provided).
122
+ - Scripts and scorer logic (`scripts/`, `upload.py`).
123
+
124
+ Reuse requires **attribution** to **EdgeMMEval** and a link to this dataset or
125
+ source repository.
126
+
127
+ ### Unsplash License (specific image files)
128
+
129
+ The following files under `data/test/images/` are photographs downloaded from
130
+ [Unsplash](https://unsplash.com/) (URLs in `scripts/collect_all_images.py`)
131
+ and remain under the **[Unsplash License](https://unsplash.com/license)**:
132
+
133
+ **Direct downloads:** `IMG-006.jpg` (4K mountain; if the download failed and
134
+ the script used its generated fallback, that copy is CC BY 4.0 instead),
135
+ `IMG-010.jpg`, `IMG-011.jpg`, `IMG-012.jpg`, `IMG-013.jpg`, `IMG-014.jpg`,
136
+ `IMG-025.jpg`, `IMG-034.jpg`.
137
+
138
+ **Derivatives of those photos:** `IMG-018.jpg` (180° rotation of `IMG-010`),
139
+ `IMG-019.jpg` (JPEG-compressed from `IMG-010`).
140
+
141
+ The Unsplash License permits free use and modification; you may not sell
142
+ unmodified copies or build a competing image-service from the content—see the
143
+ [full license text](https://unsplash.com/license) for details.
144
+
145
+ ### Summary
146
+
147
+ | Part | License |
148
+ |------|---------|
149
+ | Metadata, text tasks, scripts, audio, PIL-generated images, receipt | **CC BY 4.0** |
150
+ | Unsplash photos and two derivatives listed above | **[Unsplash License](https://unsplash.com/license)** |