Update README.md
Browse files
README.md
CHANGED
|
@@ -18,20 +18,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [chargoddard/Yi-34B-Llama](https://huggingface.co/chargoddard/Yi-34B-Llama) on the oncc_medqa_instruct dataset.
|
| 20 |
|
| 21 |
-
## Model description
|
| 22 |
-
|
| 23 |
-
More information needed
|
| 24 |
-
|
| 25 |
-
## Intended uses & limitations
|
| 26 |
-
|
| 27 |
-
More information needed
|
| 28 |
-
|
| 29 |
-
## Training and evaluation data
|
| 30 |
-
|
| 31 |
-
More information needed
|
| 32 |
-
|
| 33 |
## Training procedure
|
| 34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
### Training hyperparameters
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [chargoddard/Yi-34B-Llama](https://huggingface.co/chargoddard/Yi-34B-Llama) on the oncc_medqa_instruct dataset.
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
## Training procedure
|
| 22 |
|
| 23 |
+
```
|
| 24 |
+
git clone https://github.com/chenhaodev/LLaMA-Factory; cd LLaMA-Factory/; pip install -r requirements.txt; python create_pods.py 'chargoddard/Yi-34B-Llama' 'NVIDIA A100 80GB PCIe' 1 xxx xxx xxx "--per_device_train_batch_size 4 --gradient_accumulation_steps 4 --lora_target q_proj,v_proj --template llama2 --dataset oncc_medqa_instruct" 902i850eaw
|
| 25 |
+
```
|
| 26 |
+
|
| 27 |
### Training hyperparameters
|
| 28 |
|
| 29 |
The following hyperparameters were used during training:
|