ZJU-Fangyin commited on
Commit
b3b50ae
1 Parent(s): 54a53da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -103,9 +103,9 @@ As illustrated in [our repository](https://github.com/zjunlp/Mol-Instructions/tr
103
  --lora_weights $FINETUNED_MODEL_PATH \
104
  ```
105
 
106
- Please download [llama-7b-hf](https://huggingface.co/decapoda-research/llama-7b-hf/tree/main) to obtain the pre-training weights of LLaMA-7B, refine the `--base_model` to point towards the location where the model weights are saved.
107
 
108
- For model fine-tuned on **molecule-oriented** instructions, set `$FINETUNED_MODEL_PATH` to `'zjunlp/llama-molinst-molecule-7b'`.
109
 
110
 
111
 
 
103
  --lora_weights $FINETUNED_MODEL_PATH \
104
  ```
105
 
106
+ Please download [Llama-2-7b-chat](https://huggingface.co/meta-llama/Llama-2-7b-chat) to obtain the pre-training weights of LlamA-2-7b-chat, refine the `--base_model` to point towards the location where the model weights are saved.
107
 
108
+ For model fine-tuned on **molecule-oriented** instructions, set `$FINETUNED_MODEL_PATH` to `'zjunlp/llama2-molinst-molecule-7b'`.
109
 
110
 
111