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/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 |
|