Update README.md
Browse files
README.md
CHANGED
@@ -71,9 +71,9 @@ print(gen("아이스아메리카노 톨사이즈 한잔 하고요. 딸기스무
|
|
71 |
|
72 |
## Training
|
73 |
|
74 |
-
Fine-tuning was
|
75 |
-
|
76 |
-
|
77 |
```bash
|
78 |
python qlora.py \
|
79 |
--cache_dir /Jupyter/huggingface/.cache \
|
|
|
71 |
|
72 |
## Training
|
73 |
|
74 |
+
Fine-tuning was conducted using https://github.com/artidoro/qlora on an RTX-4090 machine, and took approximately 9 hours.
|
75 |
+
The max_steps parameter was set to 5,000, which allowed nearly two complete scans of the entire dataset.
|
76 |
+
Below is my training script.
|
77 |
```bash
|
78 |
python qlora.py \
|
79 |
--cache_dir /Jupyter/huggingface/.cache \
|