Update README.md
Browse files
README.md
CHANGED
|
@@ -19,6 +19,8 @@ Starting with transformers >= 4.43.0 onward, you can run conversational inferenc
|
|
| 19 |
|
| 20 |
Make sure to update your transformers installation via pip install --upgrade transformers.
|
| 21 |
|
|
|
|
|
|
|
| 22 |
You need to prepare prompt in alpaca format to generate properly:
|
| 23 |
```python
|
| 24 |
def format_test(x):
|
|
|
|
| 19 |
|
| 20 |
Make sure to update your transformers installation via pip install --upgrade transformers.
|
| 21 |
|
| 22 |
+
## Best use to test or prompt:
|
| 23 |
+
|
| 24 |
You need to prepare prompt in alpaca format to generate properly:
|
| 25 |
```python
|
| 26 |
def format_test(x):
|