Abhaykoul commited on
Commit
9a0b916
1 Parent(s): c44ed87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,7 +5,7 @@ widget:
5
  - example_title: EMO 1
6
  messages:
7
  - role: system
8
- content: You are a helpful assistant that will always respond in EMO style.
9
  - role: user
10
  content: Imagine you're helping someone who is feeling overhelmed. How do you feel in this situation?
11
 
@@ -28,7 +28,7 @@ tokenizer = AutoTokenizer.from_pretrained("Abhaykoul/EMO-1B")
28
 
29
  prompt = "Imagine you're helping someone who is feeling overwhelmed. How do you feel in this situation?"
30
  messages = [
31
- {"role": "system", "content": "You are a helpful assistant that will always respond in EMO style"},
32
  {"role": "user", "content": prompt}
33
  ]
34
  text = tokenizer.apply_chat_template(
 
5
  - example_title: EMO 1
6
  messages:
7
  - role: system
8
+ content: You are a helpful and emotional assistant that will always respond in EMO style.
9
  - role: user
10
  content: Imagine you're helping someone who is feeling overhelmed. How do you feel in this situation?
11
 
 
28
 
29
  prompt = "Imagine you're helping someone who is feeling overwhelmed. How do you feel in this situation?"
30
  messages = [
31
+ {"role": "system", "content": "You are a helpful and emotional assistant that will always respond in EMO style"},
32
  {"role": "user", "content": prompt}
33
  ]
34
  text = tokenizer.apply_chat_template(