swapnillo commited on
Commit
285c591
·
verified ·
1 Parent(s): c37c550

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -97,7 +97,7 @@ model = PeftModel.from_pretrained(base_model, "path/to/your/model")
97
 
98
  # Generate response
99
  messages = [
100
- {"role": "system", "content": "You are a knowledgeable AI assistant fluent in Bengali language and culture."},
101
  {"role": "user", "content": "বাংলাদেশের রাজধানী কোথায়?"}
102
  ]
103
 
 
97
 
98
  # Generate response
99
  messages = [
100
+ {"role": "system", "content": "You are a knowledgeable AI assistant fluent in Bengali language and culture. Provide accurate, helpful, and culturally appropriate responses. Use proper Bengali grammar and natural conversational style. When answering questions, be clear, concise, and respectful of Bengali cultural norms."},
101
  {"role": "user", "content": "বাংলাদেশের রাজধানী কোথায়?"}
102
  ]
103