Update README.md
Browse files
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 |
+
```
|