huihanl commited on
Commit
bc41c90
·
verified ·
1 Parent(s): 1e7de3f

Upload folder using huggingface_hub

Browse files
Files changed (24) hide show
  1. .gitattributes +20 -24
  2. README.md +3 -0
  3. git_add.sh +36 -0
  4. git_add1.sh +20 -0
  5. round01/RW2_put_the_blue_cup_in_the_basket_demo.hdf5 +3 -0
  6. round01/RW2_put_the_red_bowl_in_the_basket_demo.hdf5 +3 -0
  7. round01/RW4_pull_out_the_tray_of_the_oven_and_put_the_bowl_with_hot_dogs_on_the_tray_demo.hdf5 +3 -0
  8. round01/RW4_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5 +3 -0
  9. round01/RW5_put_the_blue_mug_on_the_oven_tray_demo.hdf5 +3 -0
  10. round01/RW5_put_the_bread_on_the_white_plate_demo.hdf5 +3 -0
  11. round01/RW6_put_the_bowl_with_hot_dogs_on_the_white_plate_demo.hdf5 +3 -0
  12. round01/RW6_put_the_pink_mug_on_the_white_plate_demo.hdf5 +3 -0
  13. round01/RW7_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5 +3 -0
  14. round01/RW7_put_the_red_cup_in_the_front_compartment_of_the_caddy_demo.hdf5 +3 -0
  15. round012/RW2_put_the_blue_cup_in_the_basket_demo.hdf5 +3 -0
  16. round012/RW2_put_the_red_bowl_in_the_basket_demo.hdf5 +3 -0
  17. round012/RW4_pull_out_the_tray_of_the_oven_and_put_the_bowl_with_hot_dogs_on_the_tray_demo.hdf5 +3 -0
  18. round012/RW4_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5 +3 -0
  19. round012/RW5_put_the_blue_mug_on_the_oven_tray_demo.hdf5 +3 -0
  20. round012/RW5_put_the_bread_on_the_white_plate_demo.hdf5 +3 -0
  21. round012/RW6_put_the_bowl_with_hot_dogs_on_the_white_plate_demo.hdf5 +3 -0
  22. round012/RW6_put_the_pink_mug_on_the_white_plate_demo.hdf5 +3 -0
  23. round012/RW7_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5 +3 -0
  24. round012/RW7_put_the_red_cup_in_the_front_compartment_of_the_caddy_demo.hdf5 +3 -0
.gitattributes CHANGED
@@ -8,8 +8,6 @@
8
  *.h5 filter=lfs diff=lfs merge=lfs -text
9
  *.joblib filter=lfs diff=lfs merge=lfs -text
10
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.lz4 filter=lfs diff=lfs merge=lfs -text
12
- *.mds filter=lfs diff=lfs merge=lfs -text
13
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
  *.model filter=lfs diff=lfs merge=lfs -text
15
  *.msgpack filter=lfs diff=lfs merge=lfs -text
@@ -35,25 +33,23 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
35
  *.zip filter=lfs diff=lfs merge=lfs -text
36
  *.zst filter=lfs diff=lfs merge=lfs -text
37
  *tfevents* filter=lfs diff=lfs merge=lfs -text
38
- # Audio files - uncompressed
39
- *.pcm filter=lfs diff=lfs merge=lfs -text
40
- *.sam filter=lfs diff=lfs merge=lfs -text
41
- *.raw filter=lfs diff=lfs merge=lfs -text
42
- # Audio files - compressed
43
- *.aac filter=lfs diff=lfs merge=lfs -text
44
- *.flac filter=lfs diff=lfs merge=lfs -text
45
- *.mp3 filter=lfs diff=lfs merge=lfs -text
46
- *.ogg filter=lfs diff=lfs merge=lfs -text
47
- *.wav filter=lfs diff=lfs merge=lfs -text
48
- # Image files - uncompressed
49
- *.bmp filter=lfs diff=lfs merge=lfs -text
50
- *.gif filter=lfs diff=lfs merge=lfs -text
51
- *.png filter=lfs diff=lfs merge=lfs -text
52
- *.tiff filter=lfs diff=lfs merge=lfs -text
53
- # Image files - compressed
54
- *.jpg filter=lfs diff=lfs merge=lfs -text
55
- *.jpeg filter=lfs diff=lfs merge=lfs -text
56
- *.webp filter=lfs diff=lfs merge=lfs -text
57
- # Video files - compressed
58
- *.mp4 filter=lfs diff=lfs merge=lfs -text
59
- *.webm filter=lfs diff=lfs merge=lfs -text
 
8
  *.h5 filter=lfs diff=lfs merge=lfs -text
9
  *.joblib filter=lfs diff=lfs merge=lfs -text
10
  *.lfs.* filter=lfs diff=lfs merge=lfs -text
 
 
11
  *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
  *.model filter=lfs diff=lfs merge=lfs -text
13
  *.msgpack filter=lfs diff=lfs merge=lfs -text
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ round01/RW2_put_the_blue_cup_in_the_basket_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
37
+ round01/RW2_put_the_red_bowl_in_the_basket_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
38
+ round01/RW4_pull_out_the_tray_of_the_oven_and_put_the_bowl_with_hot_dogs_on_the_tray_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
39
+ round01/RW4_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
40
+ round01/RW5_put_the_blue_mug_on_the_oven_tray_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
41
+ round01/RW5_put_the_bread_on_the_white_plate_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
42
+ round01/RW6_put_the_bowl_with_hot_dogs_on_the_white_plate_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
43
+ round01/RW6_put_the_pink_mug_on_the_white_plate_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
44
+ round01/RW7_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
45
+ round01/RW7_put_the_red_cup_in_the_front_compartment_of_the_caddy_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
46
+ round012/RW2_put_the_blue_cup_in_the_basket_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
47
+ round012/RW2_put_the_red_bowl_in_the_basket_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
48
+ round012/RW4_pull_out_the_tray_of_the_oven_and_put_the_bowl_with_hot_dogs_on_the_tray_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
49
+ round012/RW4_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
50
+ round012/RW5_put_the_blue_mug_on_the_oven_tray_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
51
+ round012/RW5_put_the_bread_on_the_white_plate_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
52
+ round012/RW6_put_the_bowl_with_hot_dogs_on_the_white_plate_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
53
+ round012/RW6_put_the_pink_mug_on_the_white_plate_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
54
+ round012/RW7_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
55
+ round012/RW7_put_the_red_cup_in_the_front_compartment_of_the_caddy_demo.hdf5 filter=lfs diff=lfs merge=lfs -text
 
 
README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
git_add.sh ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Set the directory of the repository (modify this if needed)
4
+ REPO_DIR="."
5
+
6
+ # Move to the repository
7
+ cd "$REPO_DIR" || exit
8
+
9
+ # Get a list of changed files (staged, modified, or untracked)
10
+ FILES=$(git status --short | awk '{print $2}')
11
+
12
+ # Define batch size (number of files per git add)
13
+ BATCH_SIZE=50
14
+
15
+ # Convert FILES into an array
16
+ FILES_ARRAY=($FILES)
17
+
18
+ # Get the total number of files
19
+ TOTAL_FILES=${#FILES_ARRAY[@]}
20
+
21
+ echo "Total files to add: $TOTAL_FILES"
22
+ echo "Adding files in batches of $BATCH_SIZE..."
23
+
24
+ # Loop through the files in batches
25
+ for ((i = 0; i < TOTAL_FILES; i += BATCH_SIZE)); do
26
+ BATCH=("${FILES_ARRAY[@]:i:BATCH_SIZE}")
27
+ git add "${BATCH[@]}"
28
+ echo "Added ${#BATCH[@]} files..."
29
+ done
30
+
31
+ echo "All files added in batches."
32
+
33
+ # Optional: Commit the changes
34
+ # git commit -m "Batch added files"
35
+
36
+
git_add1.sh ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ git add round012/RW2_put_the_blue_cup_in_the_basket_demo.hdf5
2
+ git add round012/RW2_put_the_red_bowl_in_the_basket_demo.hdf5
3
+ git add round012/RW4_pull_out_the_tray_of_the_oven_and_put_the_bowl_with_hot_dogs_on_the_tray_demo.hdf5
4
+ git add round012/RW4_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5
5
+ git add round012/RW5_put_the_blue_mug_on_the_oven_tray_demo.hdf5
6
+ git add round012/RW5_put_the_bread_on_the_white_plate_demo.hdf5
7
+ git add round012/RW6_put_the_bowl_with_hot_dogs_on_the_white_plate_demo.hdf5
8
+ git add round012/RW6_put_the_pink_mug_on_the_white_plate_demo.hdf5
9
+ git add round012/RW7_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5
10
+ git add round012/RW7_put_the_red_cup_in_the_front_compartment_of_the_caddy_demo.hdf5
11
+ git add round01/RW2_put_the_blue_cup_in_the_basket_demo.hdf5
12
+ git add round01/RW2_put_the_red_bowl_in_the_basket_demo.hdf5
13
+ git add round01/RW4_pull_out_the_tray_of_the_oven_and_put_the_bowl_with_hot_dogs_on_the_tray_demo.hdf5
14
+ git add round01/RW4_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5
15
+ git add round01/RW5_put_the_blue_mug_on_the_oven_tray_demo.hdf5
16
+ git add round01/RW5_put_the_bread_on_the_white_plate_demo.hdf5
17
+ git add round01/RW6_put_the_bowl_with_hot_dogs_on_the_white_plate_demo.hdf5
18
+ git add round01/RW6_put_the_pink_mug_on_the_white_plate_demo.hdf5
19
+ git add round01/RW7_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5
20
+ git add round01/RW7_put_the_red_cup_in_the_front_compartment_of_the_caddy_demo.hdf5
round01/RW2_put_the_blue_cup_in_the_basket_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0dd7b5311d299f65e6316f3b4b97159725e41bb804312849d79d528518f576c
3
+ size 1666069958
round01/RW2_put_the_red_bowl_in_the_basket_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a139a1da06e5d29731dae23cf776c4de1e4cdc6f9668cec64d55433926dc12b
3
+ size 1485385518
round01/RW4_pull_out_the_tray_of_the_oven_and_put_the_bowl_with_hot_dogs_on_the_tray_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc1fd09b6361602e2b5624037c545a20c049e98b3370334a23135a3c80e48475
3
+ size 4126600334
round01/RW4_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c705e3b524ad374ee247ae07cc7147e47e74083e40b34ed5222bb31ba481b586
3
+ size 1604204454
round01/RW5_put_the_blue_mug_on_the_oven_tray_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dcf119f293bd27d09987cbcbf192562e6a1799025b19f380e81de5239b986df
3
+ size 1536964066
round01/RW5_put_the_bread_on_the_white_plate_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9723886f210318b4f864b7e4400e624aa6c5444dcee4bff296549e6984930537
3
+ size 1591572730
round01/RW6_put_the_bowl_with_hot_dogs_on_the_white_plate_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1771ca03fe53597a93de646504182add8243e876d0d3f2e817ef4840e999685
3
+ size 1472175854
round01/RW6_put_the_pink_mug_on_the_white_plate_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c0779dcde62bb60021bf088993f29934ee764132633747cd945a948e9c7721a
3
+ size 1514977218
round01/RW7_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:416bde58ea87d68f8cba28374a7a62346d97555113f99aa0fae4c6ee12951f84
3
+ size 1619450942
round01/RW7_put_the_red_cup_in_the_front_compartment_of_the_caddy_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6655f41ed94143d9ee4448d79965a338d53951deaf4e34774dd2508d2b15eb6
3
+ size 1675575812
round012/RW2_put_the_blue_cup_in_the_basket_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6709ce6bfb310ec0ecc5afd78ea50050ec67fd71555e12d26193e27319dfd6ea
3
+ size 3128312532
round012/RW2_put_the_red_bowl_in_the_basket_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8cfb81f8263648d50e9b4123efb7c47553e4345f131e0c4deb81c6b15af285c
3
+ size 2740815632
round012/RW4_pull_out_the_tray_of_the_oven_and_put_the_bowl_with_hot_dogs_on_the_tray_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:464c91289f595dd23fc2c78300bb0f88ba381c4286903b217c47ca3dce7c7bdc
3
+ size 7553175770
round012/RW4_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90c8eec262eed7b76d73541aff178cbed9040d6cc99fd0609e46d227d2f85c49
3
+ size 2857919968
round012/RW5_put_the_blue_mug_on_the_oven_tray_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75eb6aeb8b8d5e7839d35b2d42b70c35d29e7fb6c3942bb3167b9ba1b2e95449
3
+ size 2739728156
round012/RW5_put_the_bread_on_the_white_plate_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8e302dc62fd4cf212cfbdbaf18f7d00fd986ae67d1de685f8244601499e4397
3
+ size 2940386496
round012/RW6_put_the_bowl_with_hot_dogs_on_the_white_plate_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ea56c427ed209df5f3968b70ccfcaf3d888e056de5b11e3435ffeeab6e65a04
3
+ size 2877920532
round012/RW6_put_the_pink_mug_on_the_white_plate_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb60c643be5980df01db97216c7d420b80737c9986d955c7970ceeeec515ca52
3
+ size 2763666680
round012/RW7_put_the_book_in_the_back_compartment_of_the_caddy_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0059c6ff75874c0b12d5c551ef8212352282a264849723a1274d64ffff6882fc
3
+ size 2974019296
round012/RW7_put_the_red_cup_in_the_front_compartment_of_the_caddy_demo.hdf5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d897003580a9926a8809c3cf4ab9b0e681cf731f66b6072326da96fc7c4730d
3
+ size 2994712008