Text Generation
PEFT
Safetensors
dfurman commited on
Commit
a1ad655
1 Parent(s): 1a8b424

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -10
README.md CHANGED
@@ -35,14 +35,12 @@ To prompt the chat model, use the following format:
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-7b-chat-oasst1**:
45
-
46
  ```
47
  Dear friends,
48
 
@@ -56,12 +54,25 @@ Daniel
56
 
57
  **Prompter**:
58
  ```
59
- <human>: Create a list of things to do in San Francisco.\n
60
  <bot>:
61
  ```
62
 
63
  **Falcon-7b-chat-oasst1**:
64
- >Coming
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
  ### Direct Use
67
 
@@ -159,9 +170,9 @@ print('\n\n', tokenizer.decode(output_tokens[0], skip_special_tokens=True))
159
 
160
  ### Package Versions Employed
161
 
162
- - `torch`==2.0.1+cu118
163
- - `transformers`==4.30.0.dev0
164
- - `peft`==0.4.0.dev0
165
- - `accelerate`==0.19.0
166
- - `bitsandbytes`==0.39.0
167
- - `einops`==0.6.1
 
35
  ### Example Dialogue
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-7b-chat-oasst1**:
 
44
  ```
45
  Dear friends,
46
 
 
54
 
55
  **Prompter**:
56
  ```
57
+ <human>: Create a list of five things to do in San Francisco.\n
58
  <bot>:
59
  ```
60
 
61
  **Falcon-7b-chat-oasst1**:
62
+ ```
63
+ Here are four things to do in San Francisco:
64
+
65
+ 1. Visit the Golden Gate Bridge: The Golden Gate Bridge is one of the most iconic landmarks in the world and is a must-see for any visitor to San Francisco. The bridge spans 1.7 miles and offers stunning views of the city and the Pacific Ocean.
66
+
67
+ 2. Explore Chinatown: San Francisco's Chinatown is one of the largest Chinatowns in the world and is a great place to experience the culture and history of the Chinese community in the city. The area is full of shops, restaurants, and cultural attractions.
68
+
69
+ 3. Visit Alcatraz Island: Alcatraz Island is a former prison and now a national park. The island is home to a variety of wildlife and offers stunning views of the San Francisco Bay.
70
+
71
+ 4. Take a cable car ride: San Francisco's cable cars are a classic way to get around the city and offer a unique experience. The cars run on a cable system that was first installed in 1873 and is still in use today.
72
+
73
+ These are just a few of the many things to do in San Francisco. For more ideas, check out the official tourism website for the city.
74
+ ```
75
+
76
 
77
  ### Direct Use
78
 
 
170
 
171
  ### Package Versions Employed
172
 
173
+ - `torch`: 2.0.1+cu118
174
+ - `transformers`: 4.30.0.dev0
175
+ - `peft`: 0.4.0.dev0
176
+ - `accelerate`: 0.19.0
177
+ - `bitsandbytes`: 0.39.0
178
+ - `einops`: 0.6.1