Create clone_convert_upload.txt
Browse files- clone_convert_upload.txt +6 -0
clone_convert_upload.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface-cli download fineinstructions/pretraining_experiments --repo-type=model --local-dir fineinstructions_pretraining_experiments --max-workers 64
|
| 2 |
+
cd fineinstructions_pretraining_experiments/
|
| 3 |
+
pip3 install torch
|
| 4 |
+
pip3 install transformers
|
| 5 |
+
python3 convert_llama_weights_to_hf.py --input_dir ./nemotron_fineinstructions_1T_judged_exp_chat_7B_pf1024/ --num_shards 1 --llama_version 3
|
| 6 |
+
huggingface-cli upload fineinstructions/pretraining_experiments ./nemotron_fineinstructions_1T_judged_exp_chat_7B_pf1024/ --repo-type=dataset --include "*"
|