jmonas commited on
Commit
aaf6fb2
·
verified ·
1 Parent(s): ef3d289

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -6,8 +6,8 @@ size_categories:
6
  viewer: false
7
  ---
8
 
9
- # 1X World Model Challenge Dataset
10
- This repository hosts the dataset for the [1X World Model Challenge](https://github.com/1x-technologies/1xgpt).
11
 
12
  ```bash
13
  huggingface-cli download 1x-technologies/worldmodel --repo-type dataset --local-dir data
@@ -69,7 +69,7 @@ Each split is sharded:
69
 
70
  ## Test v2.0
71
 
72
- We now provide a **test_v2.0** subset for the Compression World Model Challenge with a similar structure (`video_{shard}.bin`, `states_{shard}.bin`). Use:
73
  - `unpack_data_test.py` to read the test set
74
  - `unpack_data_train_val.py` to read train/val
75
  ---
 
6
  viewer: false
7
  ---
8
 
9
+ # 1X World Model Compression Challenge Dataset
10
+ This repository hosts the dataset for the [1X World Model Compression Challenge](https://huggingface.co/spaces/1x-technologies/1X_World_Model_Challenge_Compression).
11
 
12
  ```bash
13
  huggingface-cli download 1x-technologies/worldmodel --repo-type dataset --local-dir data
 
69
 
70
  ## Test v2.0
71
 
72
+ We now provide a **test_v2.0** subset for the [World Model Compression Challenge](https://huggingface.co/spaces/1x-technologies/1X_World_Model_Challenge_Compression) with a similar structure (`video_{shard}.bin`, `states_{shard}.bin`). Use:
73
  - `unpack_data_test.py` to read the test set
74
  - `unpack_data_train_val.py` to read train/val
75
  ---