Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- variants/256x1024x8/4x4x16/README.md +15 -0
- variants/256x1024x8/4x4x16/config.json +1 -0
- variants/256x1024x8/4x4x16/fingerprint.pb +3 -0
- variants/256x1024x8/4x4x16/keras_metadata.pb +0 -0
- variants/256x1024x8/4x4x16/saved_model.pb +3 -0
- variants/256x1024x8/4x4x16/variables/variables.data-00000-of-00001 +3 -0
- variants/256x1024x8/4x4x16/variables/variables.index +0 -0
.gitattributes
CHANGED
@@ -41,3 +41,4 @@ variants/4x4x4/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge
|
|
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
|
|
|
|
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
|
44 |
+
variants/256x1024x8/4x4x16/variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
variants/256x1024x8/4x4x16/README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
variants/256x1024x8/4x4x16/config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"name": "model", "trainable": true, "layers": [{"module": "keras.layers", "class_name": "InputLayer", "config": {"batch_input_shape": [null, 131072], "dtype": "int32", "sparse": false, "ragged": false, "name": "input_1"}, "registered_name": null, "name": "input_1", "inbound_nodes": []}, {"module": "tokun.model", "class_name": "Encoder", "config": {"token_dim": [4, 4, 16], "encoding_dim": 256, "embedding_dim": 1024, "sequence_axis": 1, "feature_axis": -1, "activation": "gelu"}, "registered_name": "models>Encoder", "build_config": {"input_shape": [16, 1024]}, "name": "encoder", "inbound_nodes": [[["input_1", 0, 0, {}]]]}, {"module": "tokun.model", "class_name": "Decoder", "config": {"token_dim": [16, 4, 4], "encoding_dim": 8, "embedding_dim": 1024, "sequence_axis": 1, "feature_axis": -1, "activation": "gelu", "output": "binary"}, "registered_name": "models>Decoder", "build_config": {"input_shape": [16, 4, 1024]}, "name": "decoder", "inbound_nodes": [[["encoder", 0, 0, {}]]]}], "input_layers": [["input_1", 0, 0]], "output_layers": [["decoder", 0, 0]]}
|
variants/256x1024x8/4x4x16/fingerprint.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:397ca7b83266582ba053a65e4c5fee9e7e8ddf624923b78a00e258d61913db52
|
3 |
+
size 57
|
variants/256x1024x8/4x4x16/keras_metadata.pb
ADDED
File without changes
|
variants/256x1024x8/4x4x16/saved_model.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fba65d42ba2943b35e45163f38142826f6e61bddc74e2725af7f8c3052e0b32f
|
3 |
+
size 527673
|
variants/256x1024x8/4x4x16/variables/variables.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f63deeceefc234b8ae961766447e8bb958a454cf8dc543ea65d859bf7dc5246d
|
3 |
+
size 202588560
|
variants/256x1024x8/4x4x16/variables/variables.index
ADDED
Binary file (1.66 kB). View file
|
|