Jack Monas commited on
Commit
86065a1
·
1 Parent(s): 40ddbbb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -320,7 +320,7 @@ def main():
320
 
321
  with st.expander("What preprocessing steps are applied to the raw data, and can we apply our own?"):
322
  st.write(
323
- "The raw data in the `world_model_raw_data` dataset includes unprocessed 512x512 MP4 video logs as collected from the EVE Android. No additional preprocessing (e.g., normalization, augmentation) is applied. You are free to apply your own preprocessing techniques—such as frame resizing, color normalization, etc."
324
  )
325
 
326
  with st.expander("How is the Cosmos tokenizer used in the Tokenized Data dataset, and can we use a different tokenizer?"):
 
320
 
321
  with st.expander("What preprocessing steps are applied to the raw data, and can we apply our own?"):
322
  st.write(
323
+ "The raw data in the `world_model_raw_data` dataset includes unprocessed 512x512 MP4 video logs as collected from the EVE Android. You are free to apply your own preprocessing techniques—such as frame resizing, color normalization, etc."
324
  )
325
 
326
  with st.expander("How is the Cosmos tokenizer used in the Tokenized Data dataset, and can we use a different tokenizer?"):