Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ This is the SFT (Supervised Fine-Tuning) base model for **RexDrug**, a chain-of-
|
|
| 23 |
|
| 24 |
## Usage
|
| 25 |
|
| 26 |
-
This model is intended to be used with the [RexDrug-adapter](https://huggingface.co/
|
| 27 |
|
| 28 |
```python
|
| 29 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
|
| 23 |
|
| 24 |
## Usage
|
| 25 |
|
| 26 |
+
This model is intended to be used with the [RexDrug-adapter](https://huggingface.co/DUTIR-BioNLP/RexDrug-adapter) (LoRA adapter trained via GRPO). See the adapter repository for the full quick start guide.
|
| 27 |
|
| 28 |
```python
|
| 29 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|