tim-lawson
commited on
Commit
•
491eb97
1
Parent(s):
bbfd5da
Push model using huggingface_hub.
Browse files- README.md +12 -0
- config.json +18 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
library_name: mlsae
|
4 |
+
license: mit
|
5 |
+
tags:
|
6 |
+
- model_hub_mixin
|
7 |
+
- pytorch_model_hub_mixin
|
8 |
+
---
|
9 |
+
|
10 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
11 |
+
- Library: https://github.com/tim-lawson/mlsae
|
12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auxk": 256,
|
3 |
+
"dead_steps_threshold": 76,
|
4 |
+
"dead_threshold": 0.001,
|
5 |
+
"k": 32,
|
6 |
+
"layers": [
|
7 |
+
0,
|
8 |
+
1,
|
9 |
+
2,
|
10 |
+
3,
|
11 |
+
4,
|
12 |
+
5
|
13 |
+
],
|
14 |
+
"lens": true,
|
15 |
+
"n_inputs": 512,
|
16 |
+
"n_latents": 32768,
|
17 |
+
"standardize": false
|
18 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2afee4c40056e7e177705108b3a524ecf065d5587b0ef813ecbd706c6704dcd9
|
3 |
+
size 146804088
|