Commit
·
e324e82
1
Parent(s):
97522d4
Update README.md
Browse files
README.md
CHANGED
|
@@ -66,7 +66,7 @@ The evaluation result of AlpaGasus2-QLoRA is as follows:
|
|
| 66 |
|
| 67 |
### How to use
|
| 68 |
To use "StudentLLM/Alpagasus-2-13b-QLoRA-merged", please follow the following code! The use of the 7B model is the same!
|
| 69 |
-
```
|
| 70 |
from peft import PeftModel, PeftConfig
|
| 71 |
from transformers import AutoModelForCausalLM
|
| 72 |
import torch
|
|
|
|
| 66 |
|
| 67 |
### How to use
|
| 68 |
To use "StudentLLM/Alpagasus-2-13b-QLoRA-merged", please follow the following code! The use of the 7B model is the same!
|
| 69 |
+
```python
|
| 70 |
from peft import PeftModel, PeftConfig
|
| 71 |
from transformers import AutoModelForCausalLM
|
| 72 |
import torch
|