Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,8 @@ widget:
|
|
11 |
This model is randomly initialized, using the config from [THUDM/glm-4-9b-chat](https://huggingface.co/THUDM/glm-4-9b-chat) but with smaller size.
|
12 |
|
13 |
Codes:
|
14 |
-
|
|
|
15 |
import transformers
|
16 |
import torch
|
17 |
import os
|
|
|
11 |
This model is randomly initialized, using the config from [THUDM/glm-4-9b-chat](https://huggingface.co/THUDM/glm-4-9b-chat) but with smaller size.
|
12 |
|
13 |
Codes:
|
14 |
+
|
15 |
+
```python
|
16 |
import transformers
|
17 |
import torch
|
18 |
import os
|