kevinkawchak commited on
Commit
8b75eca
1 Parent(s): d2d07c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -36,6 +36,22 @@ References:
36
  4) hugging face: https://huggingface.co/kevinkawchak/Meta-Llama-3-8B-Instruct-LoRA-Mol16
37
  5) hugging face: https://huggingface.co/kevinkawchak/Meta-Llama-3-8B-Instruct-LoRA-Mol04
38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
40
 
41
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
36
  4) hugging face: https://huggingface.co/kevinkawchak/Meta-Llama-3-8B-Instruct-LoRA-Mol16
37
  5) hugging face: https://huggingface.co/kevinkawchak/Meta-Llama-3-8B-Instruct-LoRA-Mol04
38
 
39
+ @inproceedings{fang2023mol, <br>
40
+ author = {Yin Fang and<br>
41
+ Xiaozhuan Liang and<br>
42
+ Ningyu Zhang and<br>
43
+ Kangwei Liu and<br>
44
+ Rui Huang and<br>
45
+ Zhuo Chen and<br>
46
+ Xiaohui Fan and<br>
47
+ Huajun Chen},<br>
48
+ title = {Mol-Instructions: {A} Large-Scale Biomolecular Instruction Dataset<br>
49
+ for Large Language Models},<br>
50
+ booktitle = {{ICLR}},<br>
51
+ publisher = {OpenReview.net},<br>
52
+ year = {2024},<br>
53
+ url = {https://openreview.net/pdf?id=Tlsdsb6l9n}}<br>
54
+
55
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
56
 
57
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)