Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- variants/256x8/4x4x4/README.md +24 -0
- variants/256x8/4x4x4/config.json +1 -0
- variants/256x8/4x4x4/fingerprint.pb +3 -0
- variants/256x8/4x4x4/keras_metadata.pb +0 -0
- variants/256x8/4x4x4/model.png +0 -0
- variants/256x8/4x4x4/saved_model.pb +3 -0
- variants/256x8/4x4x4/variables/variables.data-00000-of-00001 +3 -0
- variants/256x8/4x4x4/variables/variables.index +0 -0
.gitattributes
CHANGED
@@ -40,3 +40,4 @@ variants/16x4/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=
|
|
40 |
variants/4x4x4/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
41 |
variants/256x8/4x16/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
42 |
variants/256x8/4x4/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
40 |
variants/4x4x4/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
41 |
variants/256x8/4x16/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
42 |
variants/256x8/4x4/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
43 |
+
variants/256x8/4x4x4/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
variants/256x8/4x4x4/README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: keras
|
3 |
+
---
|
4 |
+
|
5 |
+
## Model description
|
6 |
+
|
7 |
+
More information needed
|
8 |
+
|
9 |
+
## Intended uses & limitations
|
10 |
+
|
11 |
+
More information needed
|
12 |
+
|
13 |
+
## Training and evaluation data
|
14 |
+
|
15 |
+
More information needed
|
16 |
+
|
17 |
+
## Model Plot
|
18 |
+
|
19 |
+
<details>
|
20 |
+
<summary>View Model Plot</summary>
|
21 |
+
|
22 |
+

|
23 |
+
|
24 |
+
</details>
|
variants/256x8/4x4x4/config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"name": "model_2", "trainable": true, "layers": [{"module": "keras.layers", "class_name": "InputLayer", "config": {"batch_input_shape": [null, 32768], "dtype": "int32", "sparse": false, "ragged": false, "name": "input_3"}, "registered_name": null, "name": "input_3", "inbound_nodes": []}, {"module": "tokun.model", "class_name": "Encoder", "config": {"token_dim": [4, 4, 4], "encoding_dim": 256, "embedding_dim": 256, "sequence_axis": 1, "feature_axis": -1, "activation": "gelu"}, "registered_name": "models>Encoder", "build_config": {"input_shape": [null, 1024]}, "name": "encoder_2", "inbound_nodes": [[["input_3", 0, 0, {}]]]}, {"module": "tokun.model", "class_name": "Decoder", "config": {"token_dim": [4, 4, 4], "encoding_dim": 8, "embedding_dim": 256, "sequence_axis": 1, "feature_axis": -1, "activation": "gelu", "output": "binary"}, "registered_name": "models>Decoder", "build_config": {"input_shape": [null, 16, 256]}, "name": "decoder_2", "inbound_nodes": [[["encoder_2", 0, 0, {}]]]}], "input_layers": [["input_3", 0, 0]], "output_layers": [["decoder_2", 0, 0]]}
|
variants/256x8/4x4x4/fingerprint.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01e6d166bf5700bce25d56e6492cf9fc1a822f0ffd425e56d152f4203a9abeaa
|
3 |
+
size 55
|
variants/256x8/4x4x4/keras_metadata.pb
ADDED
File without changes
|
variants/256x8/4x4x4/model.png
ADDED
![]() |
variants/256x8/4x4x4/saved_model.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:807799f657e42ae5ab0c6386d31e51d0b33af4c880191d23e1d215f614fb1452
|
3 |
+
size 767706
|
variants/256x8/4x4x4/variables/variables.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63f733f641b420227292b52d8b5165656f76884ec71a58350cfa20a2bab812f7
|
3 |
+
size 6612018
|
variants/256x8/4x4x4/variables/variables.index
ADDED
Binary file (1.64 kB). View file
|
|