Add library name, dataset link
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
base_model:
|
| 4 |
- Qwen/Qwen2-7B-Instruct
|
| 5 |
tags:
|
| 6 |
- medical
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Diabetica-7B
|
|
@@ -90,5 +94,4 @@ print(response)
|
|
| 90 |
journal={arXiv preprint arXiv:2409.13191},
|
| 91 |
year={2024}
|
| 92 |
}
|
| 93 |
-
```
|
| 94 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
license: mit
|
| 5 |
base_model:
|
| 6 |
- Qwen/Qwen2-7B-Instruct
|
| 7 |
tags:
|
| 8 |
- medical
|
| 9 |
+
datasets:
|
| 10 |
+
- WaltonFuture/Diabetica-SFT
|
| 11 |
---
|
| 12 |
|
| 13 |
# Diabetica-7B
|
|
|
|
| 94 |
journal={arXiv preprint arXiv:2409.13191},
|
| 95 |
year={2024}
|
| 96 |
}
|
| 97 |
+
```
|
|
|