Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ tags:
|
|
13 |
---
|
14 |
|
15 |
# Mol-Llama-3.1-8B-Instruct
|
16 |
-
[[Project Page](https://mol-llama.github.io/)]
|
17 |
|
18 |
This repo contains the weights of Mol-LLaMA including the LoRA weights and projectors, based on [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct).
|
19 |
|
@@ -29,6 +29,10 @@ This repo contains the weights of Mol-LLaMA including the LoRA weights and proje
|
|
29 |
|
30 |
Mol-LLaMA is trained on [Mol-LLaMA-Instruct](https://huggingface.co/datasets/DongkiKim/Mol-LLaMA-Instruct), to learn the fundamental characteristics of molecules with the reasoning ability and explanbility.
|
31 |
|
|
|
|
|
|
|
|
|
32 |
## Citation
|
33 |
|
34 |
If you find our model useful, please consider citing our work.
|
|
|
13 |
---
|
14 |
|
15 |
# Mol-Llama-3.1-8B-Instruct
|
16 |
+
[[Project Page](https://mol-llama.github.io/)] [[Paper](https://arxiv.org/abs/2502.13449)] [[GitHub](https://github.com/DongkiKim95/Mol-LLaMA)]
|
17 |
|
18 |
This repo contains the weights of Mol-LLaMA including the LoRA weights and projectors, based on [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct).
|
19 |
|
|
|
29 |
|
30 |
Mol-LLaMA is trained on [Mol-LLaMA-Instruct](https://huggingface.co/datasets/DongkiKim/Mol-LLaMA-Instruct), to learn the fundamental characteristics of molecules with the reasoning ability and explanbility.
|
31 |
|
32 |
+
## How to Use
|
33 |
+
|
34 |
+
Please check out [the exemplar code for inference](https://github.com/DongkiKim95/Mol-LLaMA/blob/master/playground.py) in the Github repo.
|
35 |
+
|
36 |
## Citation
|
37 |
|
38 |
If you find our model useful, please consider citing our work.
|