MrEzzat commited on
Commit
33260d2
·
verified ·
1 Parent(s): 4edf343

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .ipynb_checkpoints/script-checkpoint.py +30 -0
  2. test_audio/audio_000001_ds1_1.wav +3 -0
  3. test_audio/audio_000003.wav +3 -0
  4. test_audio/audio_000003_ds1_3.wav +3 -0
  5. test_audio/audio_000004.wav +3 -0
  6. test_audio/audio_000005.wav +3 -0
  7. test_audio/audio_000006_ds1_6.wav +3 -0
  8. test_audio/audio_000011_ds1_11.wav +3 -0
  9. test_audio/audio_000015.wav +3 -0
  10. test_audio/audio_000018_ds1_18.wav +3 -0
  11. test_audio/audio_000020.wav +3 -0
  12. test_audio/audio_000022_ds1_22.wav +3 -0
  13. test_audio/audio_000025_ds1_25.wav +3 -0
  14. test_audio/audio_000026.wav +3 -0
  15. test_audio/audio_000031.wav +3 -0
  16. test_audio/audio_000031_ds1_31.wav +3 -0
  17. test_audio/audio_000032_ds1_32.wav +3 -0
  18. test_audio/audio_000035.wav +3 -0
  19. test_audio/audio_000041.wav +3 -0
  20. test_audio/audio_000042_ds1_42.wav +3 -0
  21. test_audio/audio_000043_ds1_43.wav +3 -0
  22. test_audio/audio_000045_ds1_45.wav +3 -0
  23. test_audio/audio_000046_ds1_46.wav +3 -0
  24. test_audio/audio_000047_ds1_47.wav +3 -0
  25. test_audio/audio_000052_ds1_52.wav +3 -0
  26. test_audio/audio_000053_ds1_53.wav +3 -0
  27. test_audio/audio_000055_ds1_55.wav +3 -0
  28. test_audio/audio_000060_ds1_60.wav +3 -0
  29. test_audio/audio_000062.wav +3 -0
  30. test_audio/audio_000064_ds1_64.wav +3 -0
  31. test_audio/audio_000065.wav +3 -0
  32. test_audio/audio_000067_ds1_67.wav +3 -0
  33. test_audio/audio_000069.wav +3 -0
  34. test_audio/audio_000071.wav +3 -0
  35. test_audio/audio_000074.wav +3 -0
  36. test_audio/audio_000076.wav +3 -0
  37. test_audio/audio_000078.wav +3 -0
  38. test_audio/audio_000079_ds1_79.wav +3 -0
  39. test_audio/audio_000080.wav +3 -0
  40. test_audio/audio_000081_ds1_81.wav +3 -0
  41. test_audio/audio_000083_ds1_83.wav +3 -0
  42. test_audio/audio_000085.wav +3 -0
  43. test_audio/audio_000087.wav +3 -0
  44. test_audio/audio_000087_ds1_87.wav +3 -0
  45. test_audio/audio_000088.wav +3 -0
  46. test_audio/audio_000092.wav +3 -0
  47. test_audio/audio_000093_ds1_93.wav +3 -0
  48. test_audio/audio_000095.wav +3 -0
  49. test_audio/audio_000095_ds1_95.wav +3 -0
  50. test_audio/audio_000098_ds1_98.wav +3 -0
.ipynb_checkpoints/script-checkpoint.py ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from huggingface_hub import HfApi
2
+
3
+ def upload_huge_dataset(dataset_root, repo_id):
4
+ api = HfApi()
5
+
6
+ print(f"🚀 Starting Resilient Upload for {repo_id}...")
7
+ print("This will automatically split your 16k+ files into multiple commits.")
8
+
9
+ try:
10
+ api.upload_large_folder(
11
+ folder_path=dataset_root,
12
+ repo_id=repo_id,
13
+ repo_type="dataset",
14
+ # Optional: Ignore hidden files or cache
15
+ ignore_patterns=[".git", ".cache", "**/.ipynb_checkpoints"],
16
+ # num_workers=4 can speed it up, but be careful with bandwidth
17
+ num_workers=4
18
+ )
19
+ print("✅ Upload Complete! Check your repo.")
20
+
21
+ except Exception as e:
22
+ print(f"❌ Error: {e}")
23
+ print("💡 If it failed halfway, just run this script again. It will resume where it left off!")
24
+
25
+ # --- CONFIG ---
26
+ # Point this to your "atc_dataset" folder where 'train_audio', 'test_audio' are.
27
+ local_folder = "."
28
+ repo = "MrEzzat/atc-dataset"
29
+
30
+ upload_huge_dataset(local_folder, repo)
test_audio/audio_000001_ds1_1.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8044ed34a3087a0b67aa1b01789117c79f0919dab31cec1a95b164e61575a4bf
3
+ size 160044
test_audio/audio_000003.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:899ace52ca87a8f7dfa5dbdd676cde6bc3a47bbb31cda53a8e5742aa30a82b64
3
+ size 33004
test_audio/audio_000003_ds1_3.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c80b42595ed389c8e67111b2223a1b2a1d21a3f2159e8e2ace6f0e7558ae3ff2
3
+ size 128044
test_audio/audio_000004.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c75e899e6047e6b622f72ba7364ac58800c8bd2bab2535a359b8f7d08fa7fb87
3
+ size 37804
test_audio/audio_000005.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a30b3961282de94c29ac24ca573faefbbed426f9d6a419c6a273812aef403b8b
3
+ size 216108
test_audio/audio_000006_ds1_6.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbce55d8ed9bbe40e0bba49169f953e23139eeb83f06261693a759dd5bf2a46b
3
+ size 96044
test_audio/audio_000011_ds1_11.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6861c65824737e393831420db372376295b6e2208be29b3c73cf9000924c77a0
3
+ size 64044
test_audio/audio_000015.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46958442e145398574690c93d6a9c3f5af56c453f1848d13b3e649870e9ccaab
3
+ size 111084
test_audio/audio_000018_ds1_18.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0d49bf2b29018bdfff98f56773d4fd64025a40f920956ee4f0f0fcdcd27aa83
3
+ size 224044
test_audio/audio_000020.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2c94dcd64031c9e424d57e7b6dee1921179fd688e94c0b19e3ae43e2e11420c
3
+ size 111084
test_audio/audio_000022_ds1_22.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e323835fadf1dbb3116b8dd7226f3adf8b5afb93582ffb2031dc6348b809c8f1
3
+ size 64044
test_audio/audio_000025_ds1_25.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e36437e6c8cb8f28d2e7df2df20244ae58d2850311b9b9f94a68fa40c33ac230
3
+ size 96044
test_audio/audio_000026.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6bfed90ee48445f6dcf3efe3e90c8ed6e1d49e237abef4e0f81eea25bf089d8
3
+ size 125804
test_audio/audio_000031.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8dddc985e7724845a4fd3f23799141922e3d45c21b3c4320aa1fa51ef291b59
3
+ size 125164
test_audio/audio_000031_ds1_31.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e4027960ccc43eed6e50c25f781332928a57c1005e13b3a1aaf494ebbe72e83
3
+ size 96044
test_audio/audio_000032_ds1_32.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa43b1fb560c6e247afca09f3a92bbbdfb6eddc8773687abdc734bc6704ad98f
3
+ size 192044
test_audio/audio_000035.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f099def8798fbc68a6358ae5f6309f822b74ea57aac733554e12c3872f36f0
3
+ size 112364
test_audio/audio_000041.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af475c0afa3850d8ad7405c9e20f9ae1ae500cb18b72d8e42f4579d2bc7d2a7f
3
+ size 36844
test_audio/audio_000042_ds1_42.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c48fc11675e17d017b26188b1d03c2cabe7fad056d85dddb587fe0008eec74d
3
+ size 128044
test_audio/audio_000043_ds1_43.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2dae3fa11b9a2833707c2cbd3bd46c82de86d2a941f1882490ccc2ff435179a
3
+ size 160044
test_audio/audio_000045_ds1_45.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2209d4605ec4d86b744c49e3566921d69de2739a50e7a2fbb013652e85c2544
3
+ size 160044
test_audio/audio_000046_ds1_46.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:201dab78f5b4a753a994f8ff99f73dc68f75a905c830db682b7f518086051103
3
+ size 64044
test_audio/audio_000047_ds1_47.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20eaebffe1816e0ffa6f7f854f5ef4ea80d5349faaf0ce1fec1b713e7fde58fa
3
+ size 64044
test_audio/audio_000052_ds1_52.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:378b79cd40dd5b818264f084185cb34d7a703a5e47e29281290976880b56cd83
3
+ size 32044
test_audio/audio_000053_ds1_53.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a1fe7e9ed087cf5be903b13707ad926e73eb778e847e24fc719655b2dfc3a18
3
+ size 128044
test_audio/audio_000055_ds1_55.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd7c7763cd45cc820ca90f72645bbe475c33be78f7029dc3ca2cd27689000849
3
+ size 32044
test_audio/audio_000060_ds1_60.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f67aeb17b68ed0b6c4bc4fb4d79efd5b7f50f51fff0ea304e23b0854e3437dfa
3
+ size 96044
test_audio/audio_000062.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95120c929be24d1064c5f47dfd9b039ce2c4bc57de457f593a86782c8a172019
3
+ size 70444
test_audio/audio_000064_ds1_64.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:665c46e9ee67c7bf32c7ad4df866f9275f4e71da87be8fb0dae9f34f22e23dbc
3
+ size 32044
test_audio/audio_000065.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dde63eaf495e65207a7a35aa77b07b536f9b0f965bb9cb8732a95055b4967191
3
+ size 127404
test_audio/audio_000067_ds1_67.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:992ecd1cea70a8ce62fc25309b7048665921a25876dea1cf215f31614841206c
3
+ size 64044
test_audio/audio_000069.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a6db6635295a9c7d7b5d4866e4889775e753dc43cb3d728fef669fbb7348764
3
+ size 69804
test_audio/audio_000071.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:719583b74e788548a5a01fc04c8065f7082a051bc5178101610fcdba7927b63c
3
+ size 80044
test_audio/audio_000074.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a81ded6c129640eafb1c230f18746f4920de8649b67a94b5c38a5bb122355001
3
+ size 119724
test_audio/audio_000076.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f8a438d01a8fe4d5fd7c27c57779d82ad932cfdedfb84b2d218d2b18047359
3
+ size 54764
test_audio/audio_000078.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06f2f420bdba579233364ddb627f29709bcd9a28b4e4a2fbcaf1045f4086ec8c
3
+ size 88044
test_audio/audio_000079_ds1_79.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0de45e39960bd16dede30486018db97a16655878cdb11030e835eafe1368e6bb
3
+ size 96044
test_audio/audio_000080.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3ef6b3bd1b5a1540cb3a136b36aee250e1da35394defa7eb0ce943d29f8012d
3
+ size 234924
test_audio/audio_000081_ds1_81.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bbddee4510ff97ccd8599c61c80f5dad7e2aa4ad61235c2f1f802eb6b2e379a
3
+ size 32044
test_audio/audio_000083_ds1_83.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:897af120390e7817660f8344b3970d78df0ac955d92208a8bdc46e1b3efbcba6
3
+ size 128044
test_audio/audio_000085.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0e668322ee5e258a074eccc013b68bb97f3acf36c358915f2680bf89e31119a
3
+ size 122284
test_audio/audio_000087.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8547c8eb4a06a1801bff6e0aaf7bef5415326d2363c3644096c0529160f507e1
3
+ size 250284
test_audio/audio_000087_ds1_87.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0a3acfa43407bb74c09c91458fbe0a8645de5c38b214cc2cf1b7f9142a5ba6e
3
+ size 288044
test_audio/audio_000088.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeca028f77573ad1c2e1c37641a34e8f17d050cf5314b329925dd5f28ed81005
3
+ size 123564
test_audio/audio_000092.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f2b67f5e60c1f592041b9b0af5517976db40fa639e6988a337c612fb93b0923
3
+ size 100524
test_audio/audio_000093_ds1_93.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:786a5a304835a880ff32d7d0617546529ae5d507c360be01928b60b98c899042
3
+ size 160044
test_audio/audio_000095.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e734e4c9e4421b697eed36e29df11cf2e2a603598b9fc9262ebc7a370192381
3
+ size 44204
test_audio/audio_000095_ds1_95.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:642fb06d7271927b9abfcf3642f88237707b6d89d5f4ea7a4f8890766c1eae05
3
+ size 32044
test_audio/audio_000098_ds1_98.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55c6b5f9eaa3589a521532a1c6d3050f43bf2e67265f58b1b65a0566a6b04fd3
3
+ size 128044