mohammed-aljafry commited on
Commit
b80f4a3
·
verified ·
1 Parent(s): d3282c1

Update config with auto_map

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -30,5 +30,8 @@
30
  "waypoints_pred_head": "gru",
31
  "with_center_sensor": true,
32
  "with_lidar": true,
33
- "with_right_left_sensors": true
34
- }
 
 
 
 
30
  "waypoints_pred_head": "gru",
31
  "with_center_sensor": true,
32
  "with_lidar": true,
33
+ "with_right_left_sensors": true,
34
+ "auto_map": {
35
+ "AutoModel": "modeling_interfuser.InterfuserForHuggingFace"
36
+ }
37
+ }