CoolFace
Modelpublic

sanchit-gandhi/tiny-random-MistralForCausalLM-1-layer

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes170downloads
run_initialization.sh10 linesDownload Raw Back to root
1#!/usr/bin/env bash2 3python run_initialization.py \4  --model_name_or_path "HuggingFaceM4/tiny-random-MistralForCausalLM" \5  --num_hidden_layers "1" \6  --output_dir "./" \7  --push_to_hub \8  --hub_model_id "sanchit-gandhi/tiny-random-MistralForCausalLM-1-layer"9 10