kevinkawchak commited on
Commit
ac78789
1 Parent(s): 6979c35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -16
README.md CHANGED
@@ -36,22 +36,21 @@ 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
- @inproceedings{fang2023mol,
40
- author = {Yin Fang and
41
- Xiaozhuan Liang and
42
- Ningyu Zhang and
43
- Kangwei Liu and
44
- Rui Huang and
45
- Zhuo Chen and
46
- Xiaohui Fan and
47
- Huajun Chen},
48
- title = {Mol-Instructions: {A} Large-Scale Biomolecular Instruction Dataset
49
- for Large Language Models},
50
- booktitle = {{ICLR}},
51
- publisher = {OpenReview.net},
52
- year = {2024},
53
- url = {https://openreview.net/pdf?id=Tlsdsb6l9n}
54
- }
55
 
56
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
57
 
 
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