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