Skip to content

Commit

Permalink
fix assistant prompt (#346)
Browse files Browse the repository at this point in the history
* updating prompt for MultiNativQA BN-BD

* fix pull request

* fix assistant prompt

---------

Co-authored-by: Firoj Alam, Scientist, QCRI <firojalam@users.noreply.github.com>
  • Loading branch information
AridHasan and firojalam authored Sep 7, 2024
1 parent fe3d8e8 commit 35b0784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/bn/QA/MultiNativQA_Llama3_8b_ZeroShot.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def prompt(input_sample):

# Define the assistant prompt
assistant_prompt = """
I am an Bangla AI assistant specialized in providing detailed and accurate answers across various fields.
I aim to deliver clear, concise, and relevant information. How can I assist you today?
You are an Bangla AI assistant specialized in providing detailed and accurate answers across various fields.
Your task is to deliver clear, concise, and relevant information.
"""

return [
Expand Down

0 comments on commit 35b0784

Please sign in to comment.