smohammadi commited on
Commit
ee3da99
1 Parent(s): 5e18787

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -10
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
- ```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
 
31
- # Framework versions
 
 
 
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