EdwardYu librarian-bot commited on
Commit
0453925
1 Parent(s): 5afc7e9

Librarian Bot: Add base_model information to model (#1)

Browse files

- Librarian Bot: Add base_model information to model (19033eb41863002828fb87c7c837aae7d00ab8db)


Co-authored-by: Librarian Bot (Bot) <[email protected]>

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.