pretraining_experiments / clone_convert_upload.txt
AjayP13's picture
Create clone_convert_upload.txt
4956738 verified
raw
history blame
541 Bytes
huggingface-cli download fineinstructions/pretraining_experiments --repo-type=model --local-dir fineinstructions_pretraining_experiments --max-workers 64
cd fineinstructions_pretraining_experiments/
pip3 install torch
pip3 install transformers
python3 convert_llama_weights_to_hf.py --input_dir ./nemotron_fineinstructions_1T_judged_exp_chat_7B_pf1024/ --num_shards 1 --llama_version 3
huggingface-cli upload fineinstructions/pretraining_experiments ./nemotron_fineinstructions_1T_judged_exp_chat_7B_pf1024/ --repo-type=dataset --include "*"