Update README.md
Browse files
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
|