Text Generation
Transformers
PyTorch
Safetensors
English
llama
text-generation-inference
Inference Endpoints
chansurgeplus commited on
Commit
4797f25
1 Parent(s): 4d32c7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -25,8 +25,8 @@ OpenBezoar-HH-RLHF-SFT is an LLM that is built upon the OpenLLaMA 3B v2 architec
25
 
26
  ### Model Sources
27
 
28
- - **Repository:** [More Information Needed]
29
- - **Paper :** [More Information Needed]
30
 
31
  ## Instruction Format
32
 
@@ -93,7 +93,14 @@ Refer to our self-reported evaluations in our paper (Section 4).
93
  If you find our work useful, please cite our paper as follows:
94
 
95
  ```
96
- [More Information Needed]
 
 
 
 
 
 
 
97
  ```
98
 
99
  ## Model Authors
 
25
 
26
  ### Model Sources
27
 
28
+ - **Repository:** [Bitbucket Project](https://bitbucket.org/paladinanalytics/workspace/projects/OP)
29
+ - **Paper :** [Pre-Print](https://arxiv.org/abs/2404.12195)
30
 
31
  ## Instruction Format
32
 
 
93
  If you find our work useful, please cite our paper as follows:
94
 
95
  ```
96
+ @misc{dissanayake2024openbezoar,
97
+ title={OpenBezoar: Small, Cost-Effective and Open Models Trained on Mixes of Instruction Data},
98
+ author={Chandeepa Dissanayake and Lahiru Lowe and Sachith Gunasekara and Yasiru Ratnayake},
99
+ year={2024},
100
+ eprint={2404.12195},
101
+ archivePrefix={arXiv},
102
+ primaryClass={cs.CL}
103
+ }
104
  ```
105
 
106
  ## Model Authors