yujiepan commited on
Commit
648e72a
·
verified ·
1 Parent(s): 744513a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,7 +8,7 @@ widget:
8
  library_name: transformers
9
  ---
10
 
11
- This model is randomly initialized, using the config from [https://huggingface.co/google/gemma-7b] but with smaller size.
12
  Note the model is in float16.
13
 
14
  Codes:
@@ -19,7 +19,7 @@ import torch
19
  import transformers
20
  import os
21
 
22
- model_id = 'google/gemma-7b'
23
  save_path = '/tmp/yujiepan/gemma-tiny-random'
24
  repo_id = 'yujiepan/gemma-tiny-random'
25
 
 
8
  library_name: transformers
9
  ---
10
 
11
+ This model is randomly initialized, using the config from [https://huggingface.co/google/gemma-7b-it] but with smaller size.
12
  Note the model is in float16.
13
 
14
  Codes:
 
19
  import transformers
20
  import os
21
 
22
+ model_id = 'google/gemma-7b-it'
23
  save_path = '/tmp/yujiepan/gemma-tiny-random'
24
  repo_id = 'yujiepan/gemma-tiny-random'
25