Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,20 @@ The model is provided in LoRA format.
|
|
18 |
|
19 |
## Usage
|
20 |
|
21 |
-
Here is example inference code, you will need to install requirements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
```
|
24 |
import time
|
|
|
18 |
|
19 |
## Usage
|
20 |
|
21 |
+
Here is example inference code, you will need to install those requirements:
|
22 |
+
|
23 |
+
```
|
24 |
+
bitsandbytes==0.39.0
|
25 |
+
transformers @ git+https://github.com/huggingface/transformers.git
|
26 |
+
peft @ git+https://github.com/huggingface/peft.git
|
27 |
+
accelerate @ git+https://github.com/huggingface/accelerate.git
|
28 |
+
einops==0.6.1
|
29 |
+
evaluate==0.4.0
|
30 |
+
scikit-learn==1.2.2
|
31 |
+
sentencepiece==0.1.99
|
32 |
+
wandb==0.15.3
|
33 |
+
```
|
34 |
+
|
35 |
|
36 |
```
|
37 |
import time
|