g41 commited on
Commit
8c80982
·
1 Parent(s): 6344866
README.md CHANGED
@@ -193,6 +193,7 @@ To regenerate dataset-card samples from core folders:
193
  python for_hf/scripts/build_dataset_card_samples.py \
194
  --hf-repo hf_repo \
195
  --out-dir hf_repo/card_samples \
 
196
  --questions-per-type 100
197
  ```
198
 
 
193
  python for_hf/scripts/build_dataset_card_samples.py \
194
  --hf-repo hf_repo \
195
  --out-dir hf_repo/card_samples \
196
+ --images-limit 100 \
197
  --questions-per-type 100
198
  ```
199
 
card_samples/images_metadata.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
card_samples/summary.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "images_metadata_rows": 1210,
3
  "question_example_rows_total": 1400,
4
  "question_example_rows_per_type": {
5
  "CC": 100,
@@ -17,6 +17,7 @@
17
  "TTI": 100,
18
  "VA": 100
19
  },
 
20
  "questions_per_type": 100,
21
  "out_dir": "hf_repo\\card_samples"
22
  }
 
1
  {
2
+ "images_metadata_rows": 100,
3
  "question_example_rows_total": 1400,
4
  "question_example_rows_per_type": {
5
  "CC": 100,
 
17
  "TTI": 100,
18
  "VA": 100
19
  },
20
+ "images_limit": 100,
21
  "questions_per_type": 100,
22
  "out_dir": "hf_repo\\card_samples"
23
  }