georgesung
commited on
Commit
·
d872320
1
Parent(s):
c349e33
Update README.md
Browse files
README.md
CHANGED
@@ -33,5 +33,5 @@ To reproduce the results:
|
|
33 |
git clone https://github.com/georgesung/llm_qlora
|
34 |
cd llm_qlora
|
35 |
pip install -r requirements.txt
|
36 |
-
python train.
|
37 |
```
|
|
|
33 |
git clone https://github.com/georgesung/llm_qlora
|
34 |
cd llm_qlora
|
35 |
pip install -r requirements.txt
|
36 |
+
python train.py configs/llama2_7b_chat_uncensored.yaml
|
37 |
```
|