Jack Monas
		
	commited on
		
		
					Commit 
							
							·
						
						308e1d3
	
1
								Parent(s):
							
							d606036
								
gif
Browse files
    	
        app.py
    CHANGED
    
    | @@ -202,7 +202,7 @@ def main(): | |
| 202 | 
             
                st.write(
         | 
| 203 | 
             
                    "We provide two datasets for the challenge:\n\n"
         | 
| 204 | 
             
                    "**Raw Data:** The [world_model_raw_data](https://huggingface.co/datasets/1x-technologies/world_model_raw_data) dataset "
         | 
| 205 | 
            -
                    "provides  | 
| 206 | 
             
                    "This dataset is split into 100 shards—each containing a 512x512 MP4 video, a segment index mapping, and state arrays—"
         | 
| 207 | 
             
                    "and is licensed under CC-BY-NC-SA 4.0.\n\n"
         | 
| 208 | 
             
                    "**Tokenized Data:** The [world_model_tokenized_data](https://huggingface.co/datasets/1x-technologies/world_model_tokenized_data) dataset "
         | 
|  | |
| 202 | 
             
                st.write(
         | 
| 203 | 
             
                    "We provide two datasets for the challenge:\n\n"
         | 
| 204 | 
             
                    "**Raw Data:** The [world_model_raw_data](https://huggingface.co/datasets/1x-technologies/world_model_raw_data) dataset "
         | 
| 205 | 
            +
                    "provides video logs and state sequences gathered from diverse real-world scenarios. "
         | 
| 206 | 
             
                    "This dataset is split into 100 shards—each containing a 512x512 MP4 video, a segment index mapping, and state arrays—"
         | 
| 207 | 
             
                    "and is licensed under CC-BY-NC-SA 4.0.\n\n"
         | 
| 208 | 
             
                    "**Tokenized Data:** The [world_model_tokenized_data](https://huggingface.co/datasets/1x-technologies/world_model_tokenized_data) dataset "
         |