btyu commited on
Commit
c4ff880
·
1 Parent(s): fe43b47

update README and add more models

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -22,9 +22,13 @@ tags:
22
 
23
  **Code**: [https://github.com/OSU-NLP-Group/LlaSMol](https://github.com/OSU-NLP-Group/LlaSMol)
24
 
25
- **Models**: [https://huggingface.co/osunlp/LlaSMol](https://huggingface.co/osunlp/LlaSMol-Mistral-7B)
 
 
 
 
26
 
27
- LlaSMol-Mistral-7B is an LLM for chemistry. It is based on [Mistral](https://huggingface.co/mistralai/Mistral-7B-v0.1) and tuned on our [SMolInstruct](https://huggingface.co/datasets/osunlp/SMolInstruct) dataset with LoRA. This repo contains the weight of the low-rank adapter.
28
 
29
  ## ⚔️ Usage
30
 
 
22
 
23
  **Code**: [https://github.com/OSU-NLP-Group/LlaSMol](https://github.com/OSU-NLP-Group/LlaSMol)
24
 
25
+ **Models**:
26
+ - LlaSMol-Galactica-6.7B: [https://huggingface.co/osunlp/LlaSMol-Galactica-6.7B](https://huggingface.co/osunlp/LlaSMol-Galactica-6.7B)
27
+ - LlaSMol-Llama2-7B: [https://huggingface.co/osunlp/LlaSMol-Llama2-7B](https://huggingface.co/osunlp/LlaSMol-Llama2-7B)
28
+ - LlaSMol-CodeLlama-7B: [https://huggingface.co/osunlp/LlaSMol-CodeLlama-7B](https://huggingface.co/osunlp/LlaSMol-CodeLlama-7B)
29
+ - LlaSMol-Mistral-7B: [https://huggingface.co/osunlp/LlaSMol-Mistral-7B](https://huggingface.co/osunlp/LlaSMol-Mistral-7B)
30
 
31
+ LlaSMol-Mistral-7B is an LLM for chemistry. It is based on [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) and tuned on our [SMolInstruct](https://huggingface.co/datasets/osunlp/SMolInstruct) dataset with LoRA. This repo contains the weight of the low-rank adapter.
32
 
33
  ## ⚔️ Usage
34