Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +38 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- pytorch_model_hub_mixin
|
4 |
+
- model_hub_mixin
|
5 |
+
---
|
6 |
+
|
7 |
+
This model has been pushed to the Hub using ****:
|
8 |
+
- Repo: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"audio_drop_path": 0.1,
|
3 |
+
"audio_embed_dim": 768,
|
4 |
+
"audio_kernel_size": 16,
|
5 |
+
"audio_num_blocks": 12,
|
6 |
+
"audio_num_heads": 12,
|
7 |
+
"audio_num_mel_bins": 128,
|
8 |
+
"audio_stride": 10,
|
9 |
+
"audio_target_len": 204,
|
10 |
+
"depth_drop_path": 0.0,
|
11 |
+
"depth_embed_dim": 384,
|
12 |
+
"depth_kernel_size": 16,
|
13 |
+
"depth_num_blocks": 12,
|
14 |
+
"depth_num_heads": 8,
|
15 |
+
"imu_drop_path": 0.7,
|
16 |
+
"imu_embed_dim": 512,
|
17 |
+
"imu_kernel_size": 8,
|
18 |
+
"imu_num_blocks": 6,
|
19 |
+
"imu_num_heads": 8,
|
20 |
+
"kernel_size": [
|
21 |
+
2,
|
22 |
+
14,
|
23 |
+
14
|
24 |
+
],
|
25 |
+
"out_embed_dim": 1024,
|
26 |
+
"text_embed_dim": 1024,
|
27 |
+
"text_num_blocks": 24,
|
28 |
+
"text_num_heads": 16,
|
29 |
+
"thermal_drop_path": 0.0,
|
30 |
+
"thermal_embed_dim": 768,
|
31 |
+
"thermal_kernel_size": 16,
|
32 |
+
"thermal_num_blocks": 12,
|
33 |
+
"thermal_num_heads": 12,
|
34 |
+
"video_frames": 2,
|
35 |
+
"vision_embed_dim": 1280,
|
36 |
+
"vision_num_blocks": 32,
|
37 |
+
"vision_num_heads": 16
|
38 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1adc0a50b93c320f95f8632fd18490386e034f652f9bd290db0144dd42aaf35
|
3 |
+
size 4803304272
|