jangmin commited on
Commit
88ead7d
1 Parent(s): 2ed5b79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -71,9 +71,9 @@ print(gen("아이스아메리카노 톨사이즈 한잔 하고요. 딸기스무
71
 
72
  ## Training
73
 
74
- Fine-tuning was performed using https://github.com/artidoro/qlora on a RTX-4090 machine for almost 9 hours.
75
- `max_steps` is set to 5,000 to scan nearly two times the entire dataset.
76
- Here is my training script.
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 \