nihalnayak commited on
Commit
ab56130
1 Parent(s): d6a43c6

Update bibtex

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -30,7 +30,7 @@ In our [paper](https://github.com/BatsResearch/bonito), we show that Bonito can
30
  - **Developed by:** Nihal V. Nayak, Yiyang Nan, Avi Trost, and Stephen H. Bach
31
  - **Model type:** MistralForCausalLM
32
  - **Language(s) (NLP):** English
33
- - **License:** TBD
34
  - **Finetuned from model:** `mistralai/Mistral-7B-v0.1`
35
 
36
  ### Model Sources
@@ -142,5 +142,9 @@ We use the following hyperparameters:
142
 
143
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
144
  ```
145
- TBD
 
 
 
 
146
  ```
 
30
  - **Developed by:** Nihal V. Nayak, Yiyang Nan, Avi Trost, and Stephen H. Bach
31
  - **Model type:** MistralForCausalLM
32
  - **Language(s) (NLP):** English
33
+ - **License:** Apache 2.0
34
  - **Finetuned from model:** `mistralai/Mistral-7B-v0.1`
35
 
36
  ### Model Sources
 
142
 
143
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
144
  ```
145
+ @article{bonito:arxiv24,
146
+ Author = {Nihal V. Nayak and Yiyang Nan and Avi Trost and Stephen H. Bach},
147
+ Title = {Learning to Generate Instruction Tuning Datasets for Zero-Shot Task Adaptation},
148
+ Volume = {arXiv:2402.18334 [cs.CL]},
149
+ Year = {2024}}
150
  ```