chenhugging
commited on
Commit
•
a8f8a09
1
Parent(s):
ea729a8
Update README.md
Browse files
README.md
CHANGED
@@ -18,20 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [CausalLM/34b-beta](https://huggingface.co/CausalLM/34b-beta) 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 [CausalLM/34b-beta](https://huggingface.co/CausalLM/34b-beta) 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;
|
25 |
+
python create_pods.py 'CausalLM/34b-beta' '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
|
26 |
+
```
|
27 |
+
|
28 |
### Training hyperparameters
|
29 |
|
30 |
The following hyperparameters were used during training:
|