mhenrichsen
commited on
change val size (#992)
Browse files
examples/mistral/qlora.yml
CHANGED
@@ -11,7 +11,7 @@ datasets:
|
|
11 |
- path: mhenrichsen/alpaca_2k_test
|
12 |
type: alpaca
|
13 |
dataset_prepared_path: last_run_prepared
|
14 |
-
val_set_size: 0.
|
15 |
output_dir: ./qlora-out
|
16 |
|
17 |
adapter: qlora
|
|
|
11 |
- path: mhenrichsen/alpaca_2k_test
|
12 |
type: alpaca
|
13 |
dataset_prepared_path: last_run_prepared
|
14 |
+
val_set_size: 0.1
|
15 |
output_dir: ./qlora-out
|
16 |
|
17 |
adapter: qlora
|