jukofyork commited on
Commit
c53588e
1 Parent(s): 7f6ca85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-alfa-35b'
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/datasets/ebooks/*.txt'
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
  ```