KevinZonda commited on
Commit
a02004e
·
verified ·
1 Parent(s): 125fd2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -20,3 +20,18 @@ MedSPO is a model family which fine-tuned Qwen2.5-Instruct model specifically de
20
  | :-------: | :--------: | :-----------------: | ----------- |
21
  | MedSPO-7B | 7B | Qwen2.5-7B-Instruct | [KevinZonda/MedSPO-7B](https://huggingface.co/KevinZonda/MedSPO-7B) |
22
  | MedSPO-3B | 3B | Qwen2.5-3B-Instruct | [KevinZonda/MedSPO-3B](https://huggingface.co/KevinZonda/MedSPO-3B) |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  | :-------: | :--------: | :-----------------: | ----------- |
21
  | MedSPO-7B | 7B | Qwen2.5-7B-Instruct | [KevinZonda/MedSPO-7B](https://huggingface.co/KevinZonda/MedSPO-7B) |
22
  | MedSPO-3B | 3B | Qwen2.5-3B-Instruct | [KevinZonda/MedSPO-3B](https://huggingface.co/KevinZonda/MedSPO-3B) |
23
+
24
+ ## Magic Prompt
25
+
26
+ System Prompt:
27
+ ```plain
28
+ You are a biomedical specialist. You are given one paper (title, abstract, conclusion). Extract all biomedical-related Subject-Predicate-Object (SPO) Triple in valid JSON format wrapped in <output> tag.
29
+ ```
30
+ User Prompt:
31
+ ```xml
32
+ <input>
33
+ <title></title>
34
+ <abstract></abstract>
35
+ <conclusion></conclusion>
36
+ </input>
37
+ ```