Update README.md
Browse files
README.md
CHANGED
@@ -107,16 +107,18 @@ Despite thorough testing, our model may still carry risks such as hallucination,
|
|
107 |
|
108 |
### Framework versions
|
109 |
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
-
|
|
|
|
|
120 |
|
121 |
## Citation
|
122 |
|
|
|
107 |
|
108 |
### Framework versions
|
109 |
|
110 |
+
```shell
|
111 |
+
accelerate==0.21.0
|
112 |
+
sentencepiece==0.1.99
|
113 |
+
transformers==4.36.2
|
114 |
+
peft==0.7.1
|
115 |
+
bitsandbytes==0.41.3.post2
|
116 |
+
wandb==0.16.1
|
117 |
+
numpy==1.26.2
|
118 |
+
datasets==2.15.0
|
119 |
+
python-dotenv==1.0.1
|
120 |
+
flash-attn==2.5.3
|
121 |
+
```
|
122 |
|
123 |
## Citation
|
124 |
|