-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
042dd3a
commit c08f9f8
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Usage | ||
|
||
This recipe downloads the OpenOrca dataset used for Llama2-70b inference submissions | ||
|
||
### Command Anatomy | ||
Only run the 2nd producer rule. | ||
|
||
```bash | ||
axs byquery downloaded,dataset_name=openorca, | ||
model_family=llama2, # The model family to use - Note more changes will need to be made for this to properly work with different model families. The reason for this is that the input column has llama2 specific tags, which must be converted. | ||
variant=7b, | ||
total_samples=24576 # The total number of samples to convert | ||
``` | ||
### Misc | ||
Make sure you've downloaded the relevant tokeniser first. |