Datasets:
Update README.md
Browse files
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 |
-
- `
|
| 51 |
-
- `
|
| 52 |
-
- `
|
| 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.
|
| 62 |
-
2.
|
| 63 |
-
3.
|
| 64 |
-
4.
|
| 65 |
-
5.
|
| 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 |
|