Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- meta-llama/Llama-3.2-3B-Instruct
|
| 7 |
+
---
|
| 8 |
+
PVminerLLM: Structured Extraction of Patient Voice from Patient-Generated Text using Large Language Models
|
| 9 |
+
|
| 10 |
+
https://arxiv.org/abs/2603.05776
|
| 11 |
+
|
| 12 |
+
https://github.com/SarielMa/PVminerLLM
|