Text Generation
PEFT
Safetensors
Eval Results
dfurman commited on
Commit
a4e33fb
1 Parent(s): ac771b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -43,7 +43,12 @@ To prompt the chat model, use the following format:
43
 
44
  **Falcon-40b-chat-oasst1**:
45
  ```
46
- [Coming]
 
 
 
 
 
47
  ```
48
 
49
  ### Example Dialogue 2
@@ -56,7 +61,17 @@ To prompt the chat model, use the following format:
56
 
57
  **Falcon-40b-chat-oasst1**:
58
  ```
59
- [Coming]
 
 
 
 
 
 
 
 
 
 
60
  ```
61
 
62
  ### Direct Use
@@ -123,7 +138,7 @@ model = PeftModel.from_pretrained(model, peft_model_id)
123
 
124
  ```python
125
  # run the model
126
- prompt = """<human>: My name is Daniel. Write a long 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.
127
  <bot>:"""
128
 
129
  batch = tokenizer(
 
43
 
44
  **Falcon-40b-chat-oasst1**:
45
  ```
46
+ Dear Friends,
47
+
48
+ I'm excited to invite you to a dinner party at my home on Friday, [date]. I will be making the food, but please bring your own beverages. I'm looking forward to seeing you and catching up!
49
+
50
+ Sincerely,
51
+ Daniel
52
  ```
53
 
54
  ### Example Dialogue 2
 
61
 
62
  **Falcon-40b-chat-oasst1**:
63
  ```
64
+ Here are four things to do in San Francisco:
65
+
66
+ 1. Visit the Golden Gate Bridge: The Golden Gate Bridge is one of the most iconic landmarks in San Francisco and a must-see for any visitor. You can walk or bike across the bridge, or take a ferry to get a closer look.
67
+
68
+ 2. Explore the Fisherman's Wharf: The Fisherman's Wharf is a popular tourist destination with a variety of restaurants, shops, and attractions. You can try some fresh seafood, take a boat tour, or visit the Aquarium of the Bay.
69
+
70
+ 3. Visit the Alcatraz Island: Alcatraz Island is a former federal prison that is now a national park and a popular tourist destination. You can take a ferry to the island and explore the prison, learn about its history, and enjoy the beautiful views of the city.
71
+
72
+ 4. Take a cable car ride: San Francisco's cable cars are a unique and fun way to get around the city. You can ride the cable cars up and down the city's steep hills and enjoy the views along the way.
73
+
74
+ These are just a few of the many things to do in San Francisco. There are also museums, parks, and other attractions to explore.
75
  ```
76
 
77
  ### Direct Use
 
138
 
139
  ```python
140
  # run the model
141
+ prompt = """<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.
142
  <bot>:"""
143
 
144
  batch = tokenizer(