Attila1011 commited on
Commit
3f2160a
·
verified ·
1 Parent(s): 6a31739

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -47,10 +47,9 @@ English captions were translated into Hungarian using a large-scale automated tr
47
  ## Dataset Structure
48
 
49
  Each sample contains:
50
- - `image`: RGB image (JPEG)
51
- - `caption_en`: English caption
52
- - `caption_hu`: Hungarian caption
53
- - `source`: Original dataset identifier
54
 
55
  Data is stored in **Parquet format**, sharded into ~1M-sample files for efficient streaming.
56
 
@@ -58,12 +57,11 @@ Data is stored in **Parquet format**, sharded into ~1M-sample files for efficien
58
 
59
  ## Dataset Creation Pipeline
60
 
61
- 1. Caption normalization and cleaning
62
- 2. Automated English → Hungarian translation
63
- 3. Parallel image downloading
64
- 4. Image validation and filtering
65
- 5. Post-processing and shard merging
66
- 6. Upload to Hugging Face Hub
67
 
68
  The pipeline is fully automated and distributed across parallel workers.
69
 
 
47
  ## Dataset Structure
48
 
49
  Each sample contains:
50
+ - `img`: RGB image (JPEG)
51
+ - `en_cap`: English caption
52
+ - `hu_cap`: Hungarian caption
 
53
 
54
  Data is stored in **Parquet format**, sharded into ~1M-sample files for efficient streaming.
55
 
 
57
 
58
  ## Dataset Creation Pipeline
59
 
60
+ 1. Automated English Hungarian translation
61
+ 2. Parallel image downloading
62
+ 3. Image validation and filtering
63
+ 4. Post-processing and shard merging
64
+ 5. Upload to Hugging Face Hub
 
65
 
66
  The pipeline is fully automated and distributed across parallel workers.
67