mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 14:52:20 +00:00
10 lines
286 B
Makefile
10 lines
286 B
Makefile
|
|
||
|
ShareGPT_V3_unfiltered_cleaned_split.json:
|
||
|
wget https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/ShareGPT_V3_unfiltered_cleaned_split.json
|
||
|
|
||
|
prepare_share: ShareGPT_V3_unfiltered_cleaned_split.json
|
||
|
python filter.py
|
||
|
|
||
|
prepare_orca:
|
||
|
python orca.py
|