bleugreen commited on
Commit
4022f1d
·
1 Parent(s): 90588fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,7 +1,19 @@
1
  ---
2
  library_name: peft
3
  ---
4
- ## Training procedure
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  ### Framework versions
7
 
 
1
  ---
2
  library_name: peft
3
  ---
4
+ ## Prompt
5
+ ```
6
+ [INST] Choose the link that is most relevant to the provided company name and topic.
7
+ Consider a link relevant if it is either from the company and relates to the topic, or if it is from a reputable source discussing both the company and the topic.
8
+ Respond with either 'A' or 'B', representing the more relevant link.
9
+
10
+ Name = {name}
11
+ Topic = {topic}
12
+
13
+ A = {link1.url}
14
+ B = {link2.url}
15
+ [/INST]
16
+ ```
17
 
18
  ### Framework versions
19