Update README.md
Browse files
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 |
|