Commit 
							
							·
						
						60c1544
	
1
								Parent(s):
							
							56b9fcb
								
Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -17,9 +17,9 @@ This repo contains a low-rank adapter for Llama-7b finetuned on the Cleaned Alpa | |
| 17 | 
             
            This version was finetuned using:
         | 
| 18 | 
             
            ```shell
         | 
| 19 | 
             
            python finetune.py \
         | 
| 20 | 
            -
                --base_model ' | 
| 21 | 
             
                --data_path 'yahma/alpaca-cleaned' \
         | 
| 22 | 
            -
                --output_dir ' | 
| 23 | 
             
                --batch_size 128 \
         | 
| 24 | 
             
                --micro_batch_size 4 \
         | 
| 25 | 
             
                --num_epochs 10 \
         | 
|  | |
| 17 | 
             
            This version was finetuned using:
         | 
| 18 | 
             
            ```shell
         | 
| 19 | 
             
            python finetune.py \
         | 
| 20 | 
            +
                --base_model 'llama_7b_hf' \
         | 
| 21 | 
             
                --data_path 'yahma/alpaca-cleaned' \
         | 
| 22 | 
            +
                --output_dir 'ashwinram472/lora-alpaca-cleaned' \
         | 
| 23 | 
             
                --batch_size 128 \
         | 
| 24 | 
             
                --micro_batch_size 4 \
         | 
| 25 | 
             
                --num_epochs 10 \
         |