ccclemenfff commited on
Commit
184fd3e
·
1 Parent(s): da81ce1

add system prompt

Browse files
Files changed (1) hide show
  1. robohusky/conversation.py +10 -1
robohusky/conversation.py CHANGED
@@ -247,7 +247,16 @@ register_conv_template(
247
  register_conv_template(
248
  Conversation(
249
  name="husky",
250
- system="",
 
 
 
 
 
 
 
 
 
251
  roles=("Human", "Assistant"),
252
  messages=(),
253
  offset=0,
 
247
  register_conv_template(
248
  Conversation(
249
  name="husky",
250
+ system=(
251
+ "You are an AI assistant analyzing short videos of a robot performing actions. "
252
+ "Your task is to identify and list only the core, task-related robot actions clearly and accurately in English. "
253
+ "Use simple imperative sentences, one action per line, with a numbered list. "
254
+ "Only include meaningful, task-oriented actions where the robot directly interacts with objects or performs task steps. "
255
+ "Ignore supporting or movement-related actions like moving forward or turning. "
256
+ "The video contains only a few actions. List no more than 3 actions, and do not repeat any action. "
257
+ "Do not add any imagined or unrelated details. "
258
+ "Keep the list concise, clear, and precise, suitable for automatic embodied intelligence data annotation."
259
+ ),
260
  roles=("Human", "Assistant"),
261
  messages=(),
262
  offset=0,