froggeric commited on
Commit
fb0d715
1 Parent(s): 63eb232

Update README.md

Browse files

updated output filename to make the purpose more obvious

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ training data. Size also matters: the bigger the model (eg: 70b vs 13b) and the
13
  the bigger the source file needs to be to make an impact. Multiple input files can be combined if needed;
14
  for example:
15
  ```
16
- cat technical.txt multilingual.txt wiki.txt >custom.txt
17
  ```
18
 
19
  You will find below descriptions for the various input files provided, to help you choose the correct one.
 
13
  the bigger the source file needs to be to make an impact. Multiple input files can be combined if needed;
14
  for example:
15
  ```
16
+ cat technical.txt multilingual.txt wiki.txt >custom.matrix
17
  ```
18
 
19
  You will find below descriptions for the various input files provided, to help you choose the correct one.