smohammadi
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -20,19 +20,17 @@ More information needed
|
|
20 |
|
21 |
This model was trained using the [torchtune](https://github.com/pytorch/torchtune) library using the following command:
|
22 |
|
23 |
-
|
24 |
-
|
25 |
device=mps \
|
26 |
epochs=1 \
|
27 |
max_steps_per_epoch=10
|
|
|
28 |
|
29 |
-
|
30 |
|
31 |
-
|
|
|
|
|
|
|
32 |
|
33 |
-
- torchtune 0.0.0
|
34 |
-
- torchao 0.5.0
|
35 |
-
- datasets 2.20.0
|
36 |
-
- sentencepiece 0.2.0
|
37 |
-
|
38 |
-
|
|
|
20 |
|
21 |
This model was trained using the [torchtune](https://github.com/pytorch/torchtune) library using the following command:
|
22 |
|
23 |
+
```bash
|
24 |
+
/Users/salmanmohammadi/projects/torchtune/recipes/lora_finetune_single_device.py --config /Users/salmanmohammadi/projects/torchtune/recipes/configs/gemma/2B_lora_single_device.yaml \
|
25 |
device=mps \
|
26 |
epochs=1 \
|
27 |
max_steps_per_epoch=10
|
28 |
+
```
|
29 |
|
30 |
+
# Framework versions
|
31 |
|
32 |
+
- torchtune 0.0.0
|
33 |
+
- torchao 0.5.0
|
34 |
+
- datasets 2.20.0
|
35 |
+
- sentencepiece 0.2.0
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|