yujiepan commited on
Commit
69e4d62
·
verified ·
1 Parent(s): 6676432

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/tiiuae/falcon-7b] but with smaller size.
12
  Note the model is in float16.
13
 
14
  Codes:
@@ -19,7 +19,7 @@ import torch
19
  import os
20
  from huggingface_hub import create_repo, upload_folder
21
 
22
- source_model_id = 'tiiuae/falcon-7b'
23
  save_path = '/tmp/yujiepan/falcon-tiny-random'
24
  repo_id = 'yujiepan/falcon-tiny-random'
25
 
 
8
  library_name: transformers
9
  ---
10
 
11
+ This model is randomly initialized, using the config from [https://huggingface.co/tiiuae/falcon-7b-instruct] but with smaller size.
12
  Note the model is in float16.
13
 
14
  Codes:
 
19
  import os
20
  from huggingface_hub import create_repo, upload_folder
21
 
22
+ source_model_id = 'tiiuae/falcon-7b-instruct'
23
  save_path = '/tmp/yujiepan/falcon-tiny-random'
24
  repo_id = 'yujiepan/falcon-tiny-random'
25