Commit
•
9ca08c9
1
Parent(s):
1ebde70
Update README.md
Browse files
README.md
CHANGED
@@ -5,12 +5,13 @@ tags:
|
|
5 |
---
|
6 |
|
7 |
|
8 |
-
This repo illustrates how you can use the hf_hub_prompts library to load prompts from YAML files in open-weight model repositories.
|
9 |
Several open-weight models have been tuned on specific tasks with specific prompts.
|
10 |
For example, the InternVL2 vision language models are one of the very few VLMs that have been trained for zeroshot bounding box prediction for any object.
|
11 |
To elicit this capability, users need to use this special prompt: `Please provide the bounding box coordinate of the region this sentence describes: <ref>{region_to_detect}</ref>'`
|
12 |
|
13 |
These these kinds of task-specific special prompts are currently unsystematically reported in model cards, github repos, .txt files etc.
|
|
|
14 |
The hf_hub_prompts library standardises the sharing of prompts in YAML files.
|
15 |
|
16 |
|
|
|
5 |
---
|
6 |
|
7 |
|
8 |
+
This repo illustrates how you can use the `hf_hub_prompts` library to load prompts from YAML files in open-weight model repositories.
|
9 |
Several open-weight models have been tuned on specific tasks with specific prompts.
|
10 |
For example, the InternVL2 vision language models are one of the very few VLMs that have been trained for zeroshot bounding box prediction for any object.
|
11 |
To elicit this capability, users need to use this special prompt: `Please provide the bounding box coordinate of the region this sentence describes: <ref>{region_to_detect}</ref>'`
|
12 |
|
13 |
These these kinds of task-specific special prompts are currently unsystematically reported in model cards, github repos, .txt files etc.
|
14 |
+
|
15 |
The hf_hub_prompts library standardises the sharing of prompts in YAML files.
|
16 |
|
17 |
|