adhisetiawan
commited on
Commit
·
f755977
1
Parent(s):
72bcc1a
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ tags:
|
|
12 |
AlpaRA 7B, a model for medical dialogue understanding. Fine-tuned using the Alpaca configuration on a curated 5,000-instruction dataset capturing nuances in patient-doctor conversations. Use Parameter Efficient Fine Tuning (PEFT) and Low Rank Adaptation (LoRA), make this model efficient on consumer-grade GPUs.
|
13 |
|
14 |
## How to Use :
|
15 |
-
## Load the
|
16 |
|
17 |
```python
|
18 |
from peft import PeftModel
|
|
|
12 |
AlpaRA 7B, a model for medical dialogue understanding. Fine-tuned using the Alpaca configuration on a curated 5,000-instruction dataset capturing nuances in patient-doctor conversations. Use Parameter Efficient Fine Tuning (PEFT) and Low Rank Adaptation (LoRA), make this model efficient on consumer-grade GPUs.
|
13 |
|
14 |
## How to Use :
|
15 |
+
## Load the AlpaRA model
|
16 |
|
17 |
```python
|
18 |
from peft import PeftModel
|