kevinkawchak
commited on
Commit
•
d2d07c5
1
Parent(s):
010046c
Update README.md
Browse files
README.md
CHANGED
@@ -17,13 +17,13 @@ datasets:
|
|
17 |
# Uploaded model
|
18 |
|
19 |
- **Developed by:** kevinkawchak
|
20 |
-
- **License:**
|
21 |
- **Finetuned from model :** unsloth/llama-3-8b-Instruct-bnb-4bit
|
22 |
- **Finetuned using dataset :** zjunlp/Mol-Instructions
|
23 |
- **Dataset identification:** Molecule-oriented Instructions
|
24 |
- **Dataset function:** Description guided molecule design
|
25 |
|
26 |
-
[Cover Image](https://drive.google.com/file/d/1J-spZMzLlPxkqfMrPxvtMZiD2_hfcGyr/view?usp=sharing) <br>
|
27 |
|
28 |
A 4-bit quantization of Meta-Llama-3-8B-Instruct was used to reduce training memory requirements when fine-tuning on the zjunlp/Mol-Instructions dataset. (1-2) In addition, the minimum LoRA rank value was utilized to reduce the overall size of created models. In specific, the molecule-oriented instructions description guided molecule design was implemented to answer general questions and general biochemistry questions. General questions were answered with high accuracy, while biochemistry related questions returned 'SELFIES' structures but with limited accuracy.
|
29 |
|
|
|
17 |
# Uploaded model
|
18 |
|
19 |
- **Developed by:** kevinkawchak
|
20 |
+
- **License:** llama3
|
21 |
- **Finetuned from model :** unsloth/llama-3-8b-Instruct-bnb-4bit
|
22 |
- **Finetuned using dataset :** zjunlp/Mol-Instructions
|
23 |
- **Dataset identification:** Molecule-oriented Instructions
|
24 |
- **Dataset function:** Description guided molecule design
|
25 |
|
26 |
+
[Cover Image](https://drive.google.com/file/d/1J-spZMzLlPxkqfMrPxvtMZiD2_hfcGyr/view?usp=sharing). [META LLAMA 3 COMMUNITY LICENSE AGREEMENT](https://llama.meta.com/llama3/license/). Built with Meta Llama 3. <br>
|
27 |
|
28 |
A 4-bit quantization of Meta-Llama-3-8B-Instruct was used to reduce training memory requirements when fine-tuning on the zjunlp/Mol-Instructions dataset. (1-2) In addition, the minimum LoRA rank value was utilized to reduce the overall size of created models. In specific, the molecule-oriented instructions description guided molecule design was implemented to answer general questions and general biochemistry questions. General questions were answered with high accuracy, while biochemistry related questions returned 'SELFIES' structures but with limited accuracy.
|
29 |
|