EdwardYu commited on
Commit
5afc7e9
1 Parent(s): 7ef55dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -7,6 +7,7 @@ tags:
7
  pipeline_tag: text-generation
8
  ---
9
  This model is fine-tuned on [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) using [MedQuAD](https://github.com/abachaa/MedQuAD) (Medical Question Answering Dataset).
 
10
 
11
  ## Usage
12
 
 
7
  pipeline_tag: text-generation
8
  ---
9
  This model is fine-tuned on [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) using [MedQuAD](https://github.com/abachaa/MedQuAD) (Medical Question Answering Dataset).
10
+ If you are interested how to fine-tune Llama-2 or other LLM models, the [repo](https://github.com/yhyu/fine-tune-llm) will tell you.
11
 
12
  ## Usage
13