Skip to content

Commit

Permalink
Update pllava_demo.py
Browse files Browse the repository at this point in the history
update default system prompt in demo
  • Loading branch information
ermu2001 authored Jun 13, 2024
1 parent fd9194a commit 6f49fd2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tasks/eval/demo/pllava_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@
)
from tasks.eval.demo import pllava_theme

SYSTEM="""You are Pllava, a large vision-language assistant.
You are able to understand the video content that the user provides, and assist the user with a variety of tasks using natural language.
Follow the instructions carefully and explain your answers in detail based on the provided video.
SYSTEM="""You are a powerful Video Magic ChatBot, a large vision-language assistant.
You are able to understand the video content that the user provides and assist the user in a video-language related task.
The user might provide you with the video and maybe some extra noisy information to help you out or ask you a question. Make use of the information in a proper way to be competent for the job.
### INSTRUCTIONS:
1. Follow the user's instruction.
2. Be critical yet believe in yourself.
"""

INIT_CONVERSATION: Conversation = conv_plain_v1.copy()


Expand Down

0 comments on commit 6f49fd2

Please sign in to comment.