Commit ·
c062128
1
Parent(s): 5a1cdf2
fix typo
Browse files- __pycache__/__init__.cpython-312.pyc +0 -0
- __pycache__/attn.cpython-312.pyc +0 -0
- __pycache__/configuration_ministu.cpython-312.pyc +0 -0
- __pycache__/convolve.cpython-312.pyc +0 -0
- __pycache__/filters.cpython-312.pyc +0 -0
- __pycache__/layers.cpython-312.pyc +0 -0
- __pycache__/mlp.cpython-312.pyc +0 -0
- __pycache__/modeling_ministu.cpython-312.pyc +0 -0
- __pycache__/modules.cpython-312.pyc +0 -0
- __pycache__/stu.cpython-312.pyc +0 -0
- __pycache__/utils.cpython-312.pyc +0 -0
- config.json +1 -1
__pycache__/__init__.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/__init__.cpython-312.pyc and b/__pycache__/__init__.cpython-312.pyc differ
|
|
|
__pycache__/attn.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/attn.cpython-312.pyc and b/__pycache__/attn.cpython-312.pyc differ
|
|
|
__pycache__/configuration_ministu.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/configuration_ministu.cpython-312.pyc and b/__pycache__/configuration_ministu.cpython-312.pyc differ
|
|
|
__pycache__/convolve.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/convolve.cpython-312.pyc and b/__pycache__/convolve.cpython-312.pyc differ
|
|
|
__pycache__/filters.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/filters.cpython-312.pyc and b/__pycache__/filters.cpython-312.pyc differ
|
|
|
__pycache__/layers.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/layers.cpython-312.pyc and b/__pycache__/layers.cpython-312.pyc differ
|
|
|
__pycache__/mlp.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/mlp.cpython-312.pyc and b/__pycache__/mlp.cpython-312.pyc differ
|
|
|
__pycache__/modeling_ministu.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/modeling_ministu.cpython-312.pyc and b/__pycache__/modeling_ministu.cpython-312.pyc differ
|
|
|
__pycache__/modules.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/modules.cpython-312.pyc and b/__pycache__/modules.cpython-312.pyc differ
|
|
|
__pycache__/stu.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/stu.cpython-312.pyc and b/__pycache__/stu.cpython-312.pyc differ
|
|
|
__pycache__/utils.cpython-312.pyc
CHANGED
|
Binary files a/__pycache__/utils.cpython-312.pyc and b/__pycache__/utils.cpython-312.pyc differ
|
|
|
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"model_type": "ministu",
|
| 3 |
-
"_name_or_path": "
|
| 4 |
"architectures": ["MiniSTU"],
|
| 5 |
"n_embd": 768,
|
| 6 |
"n_heads": 8,
|
|
|
|
| 1 |
{
|
| 2 |
"model_type": "ministu",
|
| 3 |
+
"_name_or_path": "STU_500M",
|
| 4 |
"architectures": ["MiniSTU"],
|
| 5 |
"n_embd": 768,
|
| 6 |
"n_heads": 8,
|