5 lines
188 B
Bash
5 lines
188 B
Bash
#!/bin/bash
|
|
|
|
wget https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/ShareGPT_V3_unfiltered_cleaned_split.json
|
|
python3 data_preprocessing.py --parse $1
|