nihalnayak
commited on
Commit
•
23004da
1
Parent(s):
b5ac7a2
Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,8 @@ Zero-Shot Task Adaptation](https://arxiv.org/abs/2402.18334)
|
|
51 |
To easily generate synthetic instruction tuning datasets, we recommend using the [bonito](https://github.com/BatsResearch/bonito) package built using the `transformers` and the `vllm` libraries.
|
52 |
|
53 |
```python
|
54 |
-
from bonito import Bonito
|
|
|
55 |
from datasets import load_dataset
|
56 |
|
57 |
# Initialize the Bonito model
|
|
|
51 |
To easily generate synthetic instruction tuning datasets, we recommend using the [bonito](https://github.com/BatsResearch/bonito) package built using the `transformers` and the `vllm` libraries.
|
52 |
|
53 |
```python
|
54 |
+
from bonito import Bonito
|
55 |
+
from vllm import SamplingParams
|
56 |
from datasets import load_dataset
|
57 |
|
58 |
# Initialize the Bonito model
|