Text Generation
PEFT
Safetensors
mistral
conversational
Eval Results
dfurman commited on
Commit
5444cca
1 Parent(s): 6371280

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -14
README.md CHANGED
@@ -141,18 +141,12 @@ print(response)
141
  **Generation**:
142
 
143
  ```python
144
- """1. Combine the following ingredients in a cocktail shaker:
145
- 2 oz light rum (or white rum)
146
- 1 oz dark rum
147
- 0.5 oz orange curacao or triple sec
148
- 0.75 oz lime juice, freshly squeezed
149
- 0.5 tbsp simple syrup (optional; if you like your drinks sweet)
150
- Few drops of bitters (Angostura is traditional but any will do)
151
- Ice cubes to fill the shaker
152
-
153
- 2. Shake vigorously until well-chilled and combined.
154
- 3. Strain into an ice-filled glass.
155
- 4. Garnish with a slice of lime or an orange wedge, if desired."""
156
  ```
157
 
158
  </details>
@@ -162,11 +156,11 @@ Ice cubes to fill the shaker
162
 
163
  | runtime / 50 tokens (sec) | GPU | dtype | VRAM (GB) |
164
  |:-----------------------------:|:---------------------:|:-------------:|:-----------------------:|
165
- | 3.21 | 1x A100 (40 GB SXM) | torch.bfloat16 | 16 |
166
 
167
  ## Training
168
 
169
- It took ~7 hours to train 3 epochs on 1x A100 (40 GB SXM).
170
 
171
  ### Prompt Format
172
 
 
141
  **Generation**:
142
 
143
  ```python
144
+ """1 ounce orange curaçao
145
+ 4 ounces dark rum (I recommend using Myers's)
146
+ 2 ounces light rum (Myers's is also good here)
147
+ 3 ounces freshly squeezed lime juice
148
+ 6 to 8 ice cubes
149
+ Shake all ingredients except the ice in a cocktail shaker until chilled, about 5 seconds. Add the ice and shake again until frosty, about another 5 seconds. Strain into an old-fashioned or double rocks glass filled with crushed ice. Garnish with an orange slice and a cherry speared on a skewer."""
 
 
 
 
 
 
150
  ```
151
 
152
  </details>
 
156
 
157
  | runtime / 50 tokens (sec) | GPU | dtype | VRAM (GB) |
158
  |:-----------------------------:|:---------------------:|:-------------:|:-----------------------:|
159
+ | 3.99 | 1x A100 (40 GB SXM) | torch.bfloat16 | 30 |
160
 
161
  ## Training
162
 
163
+ It took ~8 hours to train 3 epochs on 1x A100 (40 GB SXM).
164
 
165
  ### Prompt Format
166