Upload 7 files
Browse files- SpiderPortal-Base-v5/config.json +45 -0
- SpiderPortal-Base-v5/merges.txt +0 -0
- SpiderPortal-Base-v5/model.safetensors +3 -0
- SpiderPortal-Base-v5/special_tokens_map.json +4 -0
- SpiderPortal-Base-v5/tokenizer.json +0 -0
- SpiderPortal-Base-v5/tokenizer_config.json +1 -0
- SpiderPortal-Base-v5/vocab.json +0 -0
SpiderPortal-Base-v5/config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"SpiderPortalForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "spiderportal",
|
| 6 |
+
"vocab_size": 50278,
|
| 7 |
+
"hidden_size": 384,
|
| 8 |
+
"num_hidden_layers": 8,
|
| 9 |
+
"num_attention_heads": 8,
|
| 10 |
+
"num_key_value_heads": 2,
|
| 11 |
+
"intermediate_size": 1024,
|
| 12 |
+
"hidden_act": "silu",
|
| 13 |
+
"max_position_embeddings": 131072,
|
| 14 |
+
"rope_theta": 10000000.0,
|
| 15 |
+
"rope_scaling": {
|
| 16 |
+
"type": "yarn",
|
| 17 |
+
"factor": 4.0,
|
| 18 |
+
"original_max_position_embeddings": 32768
|
| 19 |
+
},
|
| 20 |
+
"sliding_window": 4096,
|
| 21 |
+
"rms_norm_eps": 1e-06,
|
| 22 |
+
"initializer_range": 0.02,
|
| 23 |
+
"tie_word_embeddings": true,
|
| 24 |
+
"torch_dtype": "bfloat16",
|
| 25 |
+
"num_experts": 64,
|
| 26 |
+
"num_experts_per_tok": 1,
|
| 27 |
+
"num_shared_experts": 1,
|
| 28 |
+
"router_aux_loss_coef": 0.05,
|
| 29 |
+
"max_loop_iters": 4,
|
| 30 |
+
"act_threshold": 0.5,
|
| 31 |
+
"prelude_layers": 2,
|
| 32 |
+
"coda_layers": 2,
|
| 33 |
+
"lora_rank": 32,
|
| 34 |
+
"enable_talker": true,
|
| 35 |
+
"vision_encoder_type": "eupe_vit_s",
|
| 36 |
+
"vision_encoder_path": "facebook/EUPE-ViT-S",
|
| 37 |
+
"vision_hidden_size": 384,
|
| 38 |
+
"audio_encoder_type": "moonshine_base",
|
| 39 |
+
"audio_encoder_path": "UsefulSensors/moonshine-base",
|
| 40 |
+
"audio_hidden_size": 512,
|
| 41 |
+
"vision_num_frames": 60,
|
| 42 |
+
"vision_tokens_per_frame": 256,
|
| 43 |
+
"vision_temporal_tokens": 64,
|
| 44 |
+
"vision_temporal_layers": 2
|
| 45 |
+
}
|
SpiderPortal-Base-v5/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
SpiderPortal-Base-v5/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:256d05574c2c2ffe38f5c3b5eb7badfc614e35ac7898452a4e43e922cc41d19c
|
| 3 |
+
size 1288358204
|
SpiderPortal-Base-v5/special_tokens_map.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"pad_token": "<|endoftext|>",
|
| 3 |
+
"eos_token": "<|im_end|>"
|
| 4 |
+
}
|
SpiderPortal-Base-v5/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
SpiderPortal-Base-v5/tokenizer_config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"model_max_length": 1024}
|
SpiderPortal-Base-v5/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|