Update README.md
Browse files
README.md
CHANGED
@@ -134,7 +134,7 @@ but whereas `lora_A` looks at the ***input*** to the transformation for "additiv
|
|
134 |
```toml
|
135 |
# Paths
|
136 |
model = '/mnt/data/c4ai-command-r-v01'
|
137 |
-
output_dir = '/mnt/data/creative-writer-v0.1-
|
138 |
|
139 |
# Lora configuration
|
140 |
lora_rank = 64
|
@@ -179,7 +179,7 @@ weight_decay = 0.01
|
|
179 |
[[datasets]]
|
180 |
name = 'books'
|
181 |
dataset_type = 'textfile'
|
182 |
-
dataset_path = '/mnt/data/
|
183 |
sequence_len = 8192
|
184 |
eval_size = 0.01
|
185 |
```
|
|
|
134 |
```toml
|
135 |
# Paths
|
136 |
model = '/mnt/data/c4ai-command-r-v01'
|
137 |
+
output_dir = '/mnt/data/creative-writer-v0.1-35b'
|
138 |
|
139 |
# Lora configuration
|
140 |
lora_rank = 64
|
|
|
179 |
[[datasets]]
|
180 |
name = 'books'
|
181 |
dataset_type = 'textfile'
|
182 |
+
dataset_path = '/mnt/data/books/*.txt'
|
183 |
sequence_len = 8192
|
184 |
eval_size = 0.01
|
185 |
```
|