Librarian Bot: Add base_model information to model

#1
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
- library_name: peft
3
  license: apache-2.0
 
4
  tags:
5
  - pytorch
6
  - llama-2
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.
 
1
  ---
 
2
  license: apache-2.0
3
+ library_name: peft
4
  tags:
5
  - pytorch
6
  - llama-2
7
  pipeline_tag: text-generation
8
+ base_model: meta-llama/Llama-2-7b-chat-hf
9
  ---
10
  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).
11
  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.