Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`meta-llama/Llama-2-7b-hf`](https://huggingface.co/meta-llama/Llama-2-7b-hf) as a `base_model` field, situated in the `YAML` block of your model's `README.md`.
How did we find this information? We extracted this infromation from the `adapter_config.json` file of your model.
**Why add this?** Enhancing your model's metadata in this way:
- **Boosts Discoverability** - It becomes straightforward to trace the relationships between various models on the Hugging Face Hub.
- **Highlights Impact** - It showcases the contributions and influences different models have within the community.
For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).
This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien).
If you want to automatically add `base_model` metadata to more of your modes you can use the [Librarian Bot](https://huggingface.co/librarian-bot) [Metadata Request Service](https://huggingface.co/spaces/librarian-bots/metadata_request_service)!
@@ -1,23 +1,24 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- autotrain
|
4 |
- meta-llama
|
5 |
- meta-llama/Llama-2-7b-hf
|
6 |
inference: false
|
7 |
widget:
|
8 |
-
- text:
|
9 |
-
|
10 |
-
on the patient's description."
|
11 |
|
12 |
-
input: "Hi, I had a subarachnoid bleed and coiling of brain aneurysm last
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
past few weeks."
|
17 |
|
18 |
-
response: ''
|
19 |
-
|
|
|
20 |
pipeline_tag: text-generation
|
|
|
21 |
---
|
22 |
llama-2-7b-hf model finetuned for medical consultation. Works on T4 GPU (16GB VRAM), as well as CPU (32GB RAM)
|
23 |
|
|
|
1 |
---
|
2 |
+
library_name: peft
|
3 |
tags:
|
4 |
- autotrain
|
5 |
- meta-llama
|
6 |
- meta-llama/Llama-2-7b-hf
|
7 |
inference: false
|
8 |
widget:
|
9 |
+
- text: 'instruction: "If you are a doctor, please answer the medical questions based
|
10 |
+
on the patient''s description."
|
|
|
11 |
|
12 |
+
input: "Hi, I had a subarachnoid bleed and coiling of brain aneurysm last year.
|
13 |
+
I am having some major bilateral temple pain along with numbness that comes and
|
14 |
+
goes in my left arm/hand/fingers. I have had headaches since the aneurysm, but
|
15 |
+
this is different. Also, my moods have been horrible for the past few weeks."
|
|
|
16 |
|
17 |
+
response: ''''
|
18 |
+
|
19 |
+
'
|
20 |
pipeline_tag: text-generation
|
21 |
+
base_model: meta-llama/Llama-2-7b-hf
|
22 |
---
|
23 |
llama-2-7b-hf model finetuned for medical consultation. Works on T4 GPU (16GB VRAM), as well as CPU (32GB RAM)
|
24 |
|