Update app/src/content/chapters/folding/05-data-diversity.mdx

#6
app/src/content/chapters/folding/05-data-diversity.mdx CHANGED
@@ -6,7 +6,7 @@ import diversityGridImg from "../../assets/image/lerobot-data-collection_level12
6
 
7
  ## Data and Diversity
8
 
9
- Raw episodes are only the beginning. What you do with them before training determines whether your model learns to fold or learns to fumble.
10
 
11
  We collected two datasets: a larger dataset containing all episodes, and a curated high-quality dataset which is partly a subset of the larger one, with additional high-quality episodes.
12
 
 
6
 
7
  ## Data and Diversity
8
 
9
+ After obtaining raw episodes, they need to be processed before feeding them to the model. This step is crucial as it determines whether your model will learn to fold or to fumble.
10
 
11
  We collected two datasets: a larger dataset containing all episodes, and a curated high-quality dataset which is partly a subset of the larger one, with additional high-quality episodes.
12