edwko commited on
Commit
841b905
1 Parent(s): bfb3a33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -11
README.md CHANGED
@@ -23,15 +23,12 @@ Let's look at real-world examples:
23
  <summary>Example 1</summary>
24
 
25
  ```
26
- Input:
27
  <s>user
28
  What is the capital of France?</s>
29
  <s>assistant
30
  The capital of France is Paris.</s>
31
  <s>user
32
  What is the capital of Spain?</s>
33
-
34
- Response:
35
  <s>assistant
36
  The capital of Spain is Madrid, which is known for its beautiful architecture and rich history.</s>
37
  ```
@@ -42,11 +39,8 @@ Let's look at real-world examples:
42
  <summary>Example 2</summary>
43
 
44
  ```
45
- Input:
46
  <s>user
47
  Who wrote the play "Romeo and Juliet"?</s>
48
-
49
- Response:
50
  <s>assistant
51
  The play "Romeo and Juliet" was written by William Shakespeare.</s>
52
  ```
@@ -57,13 +51,10 @@ Let's look at real-world examples:
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>
@@ -75,7 +66,7 @@ Let's look at real-world examples:
75
  <summary>Example 4 (RP)</summary>
76
 
77
  ```
78
- Input:
79
  <s>user
80
  Let's roleplay. I'll be a customer at a restaurant, and you be the waiter. Ready?</s>
81
  <s>assistant
@@ -87,7 +78,7 @@ Let's look at real-world examples:
87
  <s>user
88
  I'll have the salmon. What wines do you recommend to go with it?</s>
89
 
90
- Response:
91
  <s> assistant
92
  To go with your salmon, we suggest a pair of red-tailed or white-tailed jackfights. The grilled salmon is creamy and has a nice acidity. The lemon butter sauce is a great addition to this dish.</s>
93
  ```
 
23
  <summary>Example 1</summary>
24
 
25
  ```
 
26
  <s>user
27
  What is the capital of France?</s>
28
  <s>assistant
29
  The capital of France is Paris.</s>
30
  <s>user
31
  What is the capital of Spain?</s>
 
 
32
  <s>assistant
33
  The capital of Spain is Madrid, which is known for its beautiful architecture and rich history.</s>
34
  ```
 
39
  <summary>Example 2</summary>
40
 
41
  ```
 
42
  <s>user
43
  Who wrote the play "Romeo and Juliet"?</s>
 
 
44
  <s>assistant
45
  The play "Romeo and Juliet" was written by William Shakespeare.</s>
46
  ```
 
51
  <summary>Example 3</summary>
52
 
53
  ```
 
54
  <s>system
55
  You are a helpful assistant.</s>
56
  <s>user
57
  I'd like to learn about language models. Can you break down the concept for me?</s>
 
 
58
  <s>assistant
59
  Of course! Language models are computer programs designed to mimic human language, which is the way humans understand and interact with each other.
60
  They use algorithms to analyze data and generate responses that are similar to how humans do on their own.</s>
 
66
  <summary>Example 4 (RP)</summary>
67
 
68
  ```
69
+ [Input for the model]
70
  <s>user
71
  Let's roleplay. I'll be a customer at a restaurant, and you be the waiter. Ready?</s>
72
  <s>assistant
 
78
  <s>user
79
  I'll have the salmon. What wines do you recommend to go with it?</s>
80
 
81
+ [Model's response]
82
  <s> assistant
83
  To go with your salmon, we suggest a pair of red-tailed or white-tailed jackfights. The grilled salmon is creamy and has a nice acidity. The lemon butter sauce is a great addition to this dish.</s>
84
  ```