Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model:
|
| 4 |
+
- THUDM/GLM-4.1V-9B-Base
|
| 5 |
+
---
|
| 6 |
+
The missing GLM 4.1 base model, obtained by pulling out the text model from 4.1V and shuffling around the weights a bit to line up with the 4.1 architecture.
|