Update README.md
Browse files
README.md
CHANGED
@@ -141,18 +141,12 @@ print(response)
|
|
141 |
**Generation**:
|
142 |
|
143 |
```python
|
144 |
-
"""1
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
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.
|
166 |
|
167 |
## Training
|
168 |
|
169 |
-
It took ~
|
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 |
|