ausboss commited on
Commit
4de44e5
1 Parent(s): 5d7fb6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
  Lora fine tune trained on this [dataset](https://huggingface.co/datasets/ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered)
2
 
3
 
 
4
  Below is an instruction that describes a task. Write a response that appropriately completes the request.
5
 
6
  ### Instruction:
@@ -8,7 +9,7 @@ Below is an instruction that describes a task. Write a response that appropriate
8
 
9
  ### Response:
10
  {data_point["output"]}
11
-
12
 
13
  CUDA_VISIBLE_DEVICES=0
14
  python llama.py model c4 --wbits 4 --true-sequential --groupsize 128 --save_safetensors 4bit-128g.safetensors
 
1
  Lora fine tune trained on this [dataset](https://huggingface.co/datasets/ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered)
2
 
3
 
4
+ ```python
5
  Below is an instruction that describes a task. Write a response that appropriately completes the request.
6
 
7
  ### Instruction:
 
9
 
10
  ### Response:
11
  {data_point["output"]}
12
+ ```
13
 
14
  CUDA_VISIBLE_DEVICES=0
15
  python llama.py model c4 --wbits 4 --true-sequential --groupsize 128 --save_safetensors 4bit-128g.safetensors