arsaporta commited on
Commit
1155689
1 Parent(s): 3d2c7ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -279,6 +279,24 @@ dataset = load_dataset(
279
  )
280
  ```
281
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  ## Citation
283
 
284
  ```
 
279
  )
280
  ```
281
 
282
+ ## Working with Raw Data
283
+
284
+ To work directly with the source images (jpeg) and audio (mp3):
285
+
286
+ 1. Download the source data:
287
+ - **ImageNet:** Get the training data from [Kaggle's ImageNet Challenge](https://www.kaggle.com/c/imagenet-object-localization-challenge/data?select=ILSVRC)
288
+ - **Common Voice:** Download your needed languages from [Common Voice](https://commonvoice.mozilla.org/en/datasets):
289
+ * All languages use Common Voice v16.0, except English which uses v14.0
290
+ * Required languages vary by configuration:
291
+ - Symile-M3-2: English (`en`), Greek (`el`)
292
+ - Symile-M3-5: English, Greek, Hindi (`hi`), Japanese (`ja`), Ukrainian (`uk`)
293
+ - Symile-M3-10: All of the above plus Arabic (`ar`), Korean (`ko`), Telugu (`te`), Thai (`th`), Chinese (`zh-CN`)
294
+
295
+ 2. Access the dataset CSV files:
296
+ - Find them in the `.csv_files` directory, organized by configuration (e.g., `symile-m3-2-xs`, `symile-m3-10-l`)
297
+ - Each configuration contains `train.csv`, `val.csv`, and `test.csv`
298
+ - CSV paths match the default extraction paths of ImageNet (`ILSVRC/Data/CLS-LOC/train/...`) and Common Voice (`cv/{lang}/clips/...`)
299
+
300
  ## Citation
301
 
302
  ```