edwko commited on
Commit
bfb3a33
1 Parent(s): f468afa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -53,18 +53,20 @@ Let's look at real-world examples:
53
 
54
  </details>
55
 
56
-
57
  <details>
58
  <summary>Example 3</summary>
59
 
60
  ```
61
  Input:
 
 
62
  <s>user
63
- Tell me a joke</s>
64
 
65
  Response:
66
  <s>assistant
67
- Why did the chicken cross the playground? Because it wanted to see who could get the ball!</s>
 
68
  ```
69
 
70
  </details>
 
53
 
54
  </details>
55
 
 
56
  <details>
57
  <summary>Example 3</summary>
58
 
59
  ```
60
  Input:
61
+ <s>system
62
+ You are a helpful assistant.</s>
63
  <s>user
64
+ I'd like to learn about language models. Can you break down the concept for me?</s>
65
 
66
  Response:
67
  <s>assistant
68
+ Of course! Language models are computer programs designed to mimic human language, which is the way humans understand and interact with each other.
69
+ They use algorithms to analyze data and generate responses that are similar to how humans do on their own.</s>
70
  ```
71
 
72
  </details>