Update README.md
Browse files
README.md
CHANGED
@@ -104,6 +104,17 @@ If you are using a HuggingFace generation script:
|
|
104 |
|
105 |
output_only = tokenizer.decode(outputs[0][start_of_output:],skip_special_tokens=True)
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
|
108 |
## Model Card Contact
|
109 |
|
|
|
104 |
|
105 |
output_only = tokenizer.decode(outputs[0][start_of_output:],skip_special_tokens=True)
|
106 |
|
107 |
+
## Citation [optional]
|
108 |
+
|
109 |
+
This BLING model was built on top of a "TinyLlama" model base - for more information about the "TinlyLlama" model, please see the paper referenced below:
|
110 |
+
|
111 |
+
@online{tinyllama,
|
112 |
+
author = {Peiyuan Zhang, Guangtao Zeng, Tianduo Wang and Wei Lu},
|
113 |
+
title = {TinyLlama},
|
114 |
+
url = {https://github.com/jzhang38/TinyLlama},
|
115 |
+
year = {2023},
|
116 |
+
month = {Sep}
|
117 |
+
}
|
118 |
|
119 |
## Model Card Contact
|
120 |
|