nihalnayak
commited on
Commit
•
82698e0
1
Parent(s):
ab56130
Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ Bonito is an open-source model for conditional task generation: the task of conv
|
|
25 |
<!-- Provide a longer summary of what this model is. -->
|
26 |
|
27 |
Bonito can be used to create synthetic instruction tuning datasets to adapt large language models on users' specialized, private data.
|
28 |
-
In our [paper](https://
|
29 |
|
30 |
- **Developed by:** Nihal V. Nayak, Yiyang Nan, Avi Trost, and Stephen H. Bach
|
31 |
- **Model type:** MistralForCausalLM
|
@@ -38,7 +38,8 @@ In our [paper](https://github.com/BatsResearch/bonito), we show that Bonito can
|
|
38 |
<!-- Provide the basic links for the model. -->
|
39 |
|
40 |
- **Repository:** [https://github.com/BatsResearch/bonito](https://github.com/BatsResearch/bonito)
|
41 |
-
- **Paper:**
|
|
|
42 |
|
43 |
## Uses
|
44 |
|
|
|
25 |
<!-- Provide a longer summary of what this model is. -->
|
26 |
|
27 |
Bonito can be used to create synthetic instruction tuning datasets to adapt large language models on users' specialized, private data.
|
28 |
+
In our [paper](https://arxiv.org/abs/2402.18334), we show that Bonito can be used to adapt both pretrained and instruction tuned models to tasks without any annotations.
|
29 |
|
30 |
- **Developed by:** Nihal V. Nayak, Yiyang Nan, Avi Trost, and Stephen H. Bach
|
31 |
- **Model type:** MistralForCausalLM
|
|
|
38 |
<!-- Provide the basic links for the model. -->
|
39 |
|
40 |
- **Repository:** [https://github.com/BatsResearch/bonito](https://github.com/BatsResearch/bonito)
|
41 |
+
- **Paper:** [Learning to Generate Instruction Tuning Datasets for
|
42 |
+
Zero-Shot Task Adaptation](https://arxiv.org/abs/2402.18334)
|
43 |
|
44 |
## Uses
|
45 |
|