OmarSamir commited on
Commit
b285a67
·
verified ·
1 Parent(s): 7e6946e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ DriveFusion-V0.2 extends the Qwen2.5-VL architecture with a modular "Driving Int
65
  - **Vision Encoder**: 32-layer ViT with configurable patch sizes.
66
  - **Driving MLPs**:
67
  - `TrajectoryMLP`: Generates batch × 20 × 2 coordinates.
68
- - `TargetSpeedMLP`: Generates batch × 10 × 1 velocity values.
69
  - **Context Window**: 128k tokens.
70
 
71
  ---
 
65
  - **Vision Encoder**: 32-layer ViT with configurable patch sizes.
66
  - **Driving MLPs**:
67
  - `TrajectoryMLP`: Generates batch × 20 × 2 coordinates.
68
+ - `TargetSpeedMLP`: Generates batch × 10 × 2 velocity values.
69
  - **Context Window**: 128k tokens.
70
 
71
  ---