Text Generation
PEFT
Safetensors
Eval Results
dfurman commited on
Commit
99443cd
1 Parent(s): 8c13c67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -11
README.md CHANGED
@@ -32,27 +32,31 @@ To prompt the chat model, use the following format:
32
  <bot>:
33
  ```
34
 
35
- ### Example Dialogue
36
 
37
  **Prompter**:
38
-
39
  ```
40
  """<human>: My name is Daniel. Write a short email to my closest friends inviting them to come to my home on Friday for a dinner party, I will make the food but tell them to BYOB.
41
  <bot>:"""
42
  ```
43
 
44
  **Falcon-40b-chat-oasst1**:
 
 
 
45
 
46
- >Coming
47
 
48
  **Prompter**:
49
  ```
50
- <human>: Create a list of things to do in San Francisco.\n
51
  <bot>:
52
  ```
53
 
54
  **Falcon-40b-chat-oasst1**:
55
- >Coming
 
 
56
 
57
  ### Direct Use
58
 
@@ -157,9 +161,9 @@ print('\n\n', tokenizer.decode(output_tokens[0], skip_special_tokens=True))
157
 
158
  ### Package Versions Employed
159
 
160
- - `torch`==2.0.1+cu118
161
- - `transformers`==4.30.0.dev0
162
- - `peft`==0.4.0.dev0
163
- - `accelerate`==0.19.0
164
- - `bitsandbytes`==0.39.0
165
- - `einops`==0.6.1
 
32
  <bot>:
33
  ```
34
 
35
+ ### Example Dialogue 1
36
 
37
  **Prompter**:
 
38
  ```
39
  """<human>: My name is Daniel. Write a short email to my closest friends inviting them to come to my home on Friday for a dinner party, I will make the food but tell them to BYOB.
40
  <bot>:"""
41
  ```
42
 
43
  **Falcon-40b-chat-oasst1**:
44
+ ```
45
+ [Coming]
46
+ ```
47
 
48
+ ### Example Dialogue 2
49
 
50
  **Prompter**:
51
  ```
52
+ <human>: Create a list of five things to do in San Francisco.\n
53
  <bot>:
54
  ```
55
 
56
  **Falcon-40b-chat-oasst1**:
57
+ ```
58
+ [Coming]
59
+ ```
60
 
61
  ### Direct Use
62
 
 
161
 
162
  ### Package Versions Employed
163
 
164
+ - `torch`: 2.0.1+cu118
165
+ - `transformers`: 4.30.0.dev0
166
+ - `peft`: 0.4.0.dev0
167
+ - `accelerate`: 0.19.0
168
+ - `bitsandbytes`: 0.39.0
169
+ - `einops`: 0.6.1