upload VLA-UniT-3B-fulldata checkpoint
Browse files- VLA-UniT-3B-fulldata/.DS_Store +0 -0
- VLA-UniT-3B-fulldata/config.json +100 -0
- VLA-UniT-3B-fulldata/experiment_cfg/metadata.json +0 -0
- VLA-UniT-3B-fulldata/model-00001-of-00004.safetensors +3 -0
- VLA-UniT-3B-fulldata/model-00002-of-00004.safetensors +3 -0
- VLA-UniT-3B-fulldata/model-00003-of-00004.safetensors +3 -0
- VLA-UniT-3B-fulldata/model-00004-of-00004.safetensors +3 -0
- VLA-UniT-3B-fulldata/model.safetensors.index.json +0 -0
- VLA-UniT-3B-fulldata/tokenizer/config.json +189 -0
- VLA-UniT-3B-fulldata/tokenizer/experiment_cfg/metadata.json +0 -0
- VLA-UniT-3B-fulldata/tokenizer/model-00001-of-00002.safetensors +3 -0
- VLA-UniT-3B-fulldata/tokenizer/model-00002-of-00002.safetensors +3 -0
- VLA-UniT-3B-fulldata/tokenizer/model.safetensors.index.json +0 -0
VLA-UniT-3B-fulldata/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
VLA-UniT-3B-fulldata/config.json
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"action_dim": 128,
|
| 3 |
+
"action_head_cfg": {
|
| 4 |
+
"action_dim": 128,
|
| 5 |
+
"action_horizon": 16,
|
| 6 |
+
"add_pos_embed": true,
|
| 7 |
+
"backbone_embedding_dim": 2048,
|
| 8 |
+
"diffusion_model_cfg": {
|
| 9 |
+
"attention_head_dim": 48,
|
| 10 |
+
"cross_attention_dim": 2048,
|
| 11 |
+
"dropout": 0.2,
|
| 12 |
+
"final_dropout": true,
|
| 13 |
+
"interleave_self_attention": true,
|
| 14 |
+
"norm_type": "ada_norm",
|
| 15 |
+
"num_attention_heads": 32,
|
| 16 |
+
"num_layers": 16,
|
| 17 |
+
"output_dim": 1024,
|
| 18 |
+
"positional_embeddings": null
|
| 19 |
+
},
|
| 20 |
+
"hidden_size": 1024,
|
| 21 |
+
"input_embedding_dim": 1536,
|
| 22 |
+
"max_action_dim": 128,
|
| 23 |
+
"max_state_dim": 128,
|
| 24 |
+
"model_dtype": "float32",
|
| 25 |
+
"noise_beta_alpha": 1.5,
|
| 26 |
+
"noise_beta_beta": 1.0,
|
| 27 |
+
"noise_s": 0.999,
|
| 28 |
+
"num_inference_timesteps": 4,
|
| 29 |
+
"num_target_vision_tokens": 0,
|
| 30 |
+
"num_timestep_buckets": 1000,
|
| 31 |
+
"tune_diffusion_model": true,
|
| 32 |
+
"tune_projector": true,
|
| 33 |
+
"use_correct_attn_mask": true,
|
| 34 |
+
"use_vl_mask": true,
|
| 35 |
+
"use_vlln": true,
|
| 36 |
+
"vl_self_attention_cfg": {
|
| 37 |
+
"attention_head_dim": 64,
|
| 38 |
+
"dropout": 0.2,
|
| 39 |
+
"final_dropout": true,
|
| 40 |
+
"num_attention_heads": 32,
|
| 41 |
+
"num_layers": 4,
|
| 42 |
+
"positional_embeddings": null
|
| 43 |
+
}
|
| 44 |
+
},
|
| 45 |
+
"action_horizon": 16,
|
| 46 |
+
"architectures": [
|
| 47 |
+
"GR00T_N1_5_UniT"
|
| 48 |
+
],
|
| 49 |
+
"attn_implementation": null,
|
| 50 |
+
"backbone_cfg": {
|
| 51 |
+
"eagle_path": "Qwen/Qwen2.5-VL-3B-Instruct",
|
| 52 |
+
"load_bf16": false,
|
| 53 |
+
"project_to_dim": null,
|
| 54 |
+
"reproject_vision": false,
|
| 55 |
+
"select_layer": 36,
|
| 56 |
+
"tune_all_llm_embedding": false,
|
| 57 |
+
"tune_bridge_embedding": true,
|
| 58 |
+
"tune_llm": true,
|
| 59 |
+
"tune_visual": false,
|
| 60 |
+
"use_flash_attention": true
|
| 61 |
+
},
|
| 62 |
+
"compute_dtype": "bfloat16",
|
| 63 |
+
"hidden_size": 2048,
|
| 64 |
+
"ignore_lang_prefix": true,
|
| 65 |
+
"model_dtype": "float32",
|
| 66 |
+
"model_type": "gr00t_n1_5_unit",
|
| 67 |
+
"torch_dtype": "float32",
|
| 68 |
+
"transformers_version": "4.52.0",
|
| 69 |
+
"unit_cfg": {
|
| 70 |
+
"action_only_one_obs": false,
|
| 71 |
+
"bridge_loss_type": "ce",
|
| 72 |
+
"bridge_type": "vision_lang_obs",
|
| 73 |
+
"compute_bridge_loss": true,
|
| 74 |
+
"groot_tokenizer_path": "tokenizer",
|
| 75 |
+
"noise_tau": 0,
|
| 76 |
+
"num_bridge_tokens": 8,
|
| 77 |
+
"omit_image_type_embedding_for_goal": false,
|
| 78 |
+
"reweight_noise": false,
|
| 79 |
+
"tokenizer_cfg": {
|
| 80 |
+
"ce_loss_weights": [
|
| 81 |
+
1.0,
|
| 82 |
+
0.5
|
| 83 |
+
],
|
| 84 |
+
"codebook_dim": 32,
|
| 85 |
+
"codebook_size": 128,
|
| 86 |
+
"label_smoothing": 0.0,
|
| 87 |
+
"num_codebooks": 2,
|
| 88 |
+
"vis_freq": 100
|
| 89 |
+
},
|
| 90 |
+
"tokenizer_len": 151673,
|
| 91 |
+
"tune_bridge_visual": false,
|
| 92 |
+
"tune_image_type_embedding": true,
|
| 93 |
+
"unified_embodiment_id": null,
|
| 94 |
+
"use_bridge": true,
|
| 95 |
+
"use_image_type_embedding": true
|
| 96 |
+
},
|
| 97 |
+
"video_delta_indices": [
|
| 98 |
+
0
|
| 99 |
+
]
|
| 100 |
+
}
|
VLA-UniT-3B-fulldata/experiment_cfg/metadata.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
VLA-UniT-3B-fulldata/model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:832163366d74b012a6c3d763422ad18dbf2ad9a20487b3ed22e8e35799a80567
|
| 3 |
+
size 4972313928
|
VLA-UniT-3B-fulldata/model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ced52fe60d5a77b935101e892312d347bb3342dbba8ec5e992e267eda301944
|
| 3 |
+
size 4932955008
|
VLA-UniT-3B-fulldata/model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:202e7a5f34ea0cb2768caa3fe3d5e3b53cfe3077040db95af6420564d8596239
|
| 3 |
+
size 4932955096
|
VLA-UniT-3B-fulldata/model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e946f686f10c277ae800e65d8acc71ae0786436261485c6ba57824830fad9776
|
| 3 |
+
size 4531035752
|
VLA-UniT-3B-fulldata/model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
VLA-UniT-3B-fulldata/tokenizer/config.json
ADDED
|
@@ -0,0 +1,189 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_comment_action_decoder": "========== Action Decoder (ResNet-based Direct Reconstruction) ==========",
|
| 3 |
+
"_comment_action_encoder": "========== Action Encoder ==========",
|
| 4 |
+
"_comment_backbone": "========== Backbone Configuration (Vision Model Only) ==========",
|
| 5 |
+
"_comment_basic": "========== Basic Parameters ==========",
|
| 6 |
+
"_comment_debug": "========== Debug Configuration ==========",
|
| 7 |
+
"_comment_fusion": "========== Visual-Action Fusion ==========",
|
| 8 |
+
"_comment_lpips": "DINO mode: LPIPS disabled, using cosine similarity for vision reconstruction",
|
| 9 |
+
"_comment_modality": "========== Modality Presence Configuration ==========",
|
| 10 |
+
"_comment_trainable": "========== Default Trainable Flags ==========",
|
| 11 |
+
"_comment_training": "========== Training Configuration (DINO Mode) ==========",
|
| 12 |
+
"_comment_vision_branch": "========== Vision Branch Encoder ==========",
|
| 13 |
+
"_comment_vision_decoder": "========== Vision Decoder (DINO Hidden State Mode) ==========",
|
| 14 |
+
"_comment_visualization": "========== Visualization Configuration (Disabled for DINO) ==========",
|
| 15 |
+
"_comment_vq": "========== Vector Quantizer ==========",
|
| 16 |
+
"action_decoder_cfg": {
|
| 17 |
+
"_comment_decoder_type": "Decoder type: 'resnet' (direct reconstruction) or 'flow_matching' (diffusion)",
|
| 18 |
+
"_comment_embodiment": "Embodiment configuration",
|
| 19 |
+
"_comment_m_former": "M-Former configuration (symmetric to encoder)",
|
| 20 |
+
"_comment_resnet": "ResNet decoder configuration (symmetric to encoder)",
|
| 21 |
+
"action_dim": 128,
|
| 22 |
+
"action_horizon": 16,
|
| 23 |
+
"conv_kernel_size": 5,
|
| 24 |
+
"decoder_type": "resnet",
|
| 25 |
+
"dropout": 0.0,
|
| 26 |
+
"hidden_size": 1024,
|
| 27 |
+
"m_former_cfg": {
|
| 28 |
+
"attention_probs_dropout_prob": 0.0,
|
| 29 |
+
"hidden_dropout_prob": 0.0,
|
| 30 |
+
"hidden_size": 1024,
|
| 31 |
+
"input_hidden_size": 1024,
|
| 32 |
+
"intermediate_size": 3072,
|
| 33 |
+
"num_attention_heads": 16,
|
| 34 |
+
"num_hidden_layers": 8,
|
| 35 |
+
"query_num": 8
|
| 36 |
+
},
|
| 37 |
+
"max_num_embodiments": 30,
|
| 38 |
+
"num_conv_layers": 3,
|
| 39 |
+
"query_num": 8,
|
| 40 |
+
"upsample_stride": 2,
|
| 41 |
+
"use_dilation": false
|
| 42 |
+
},
|
| 43 |
+
"action_dim": 128,
|
| 44 |
+
"action_encoder_cfg": {
|
| 45 |
+
"action_dim": 128,
|
| 46 |
+
"action_horizon": 16,
|
| 47 |
+
"conv_encoder_type": "resnet",
|
| 48 |
+
"conv_kernel_size": 5,
|
| 49 |
+
"conv_stride": 2,
|
| 50 |
+
"downsample_target_len": null,
|
| 51 |
+
"dropout": 0.0,
|
| 52 |
+
"hidden_size": 1024,
|
| 53 |
+
"m_former_cfg": {
|
| 54 |
+
"attention_probs_dropout_prob": 0.0,
|
| 55 |
+
"hidden_dropout_prob": 0.0,
|
| 56 |
+
"hidden_size": 1024,
|
| 57 |
+
"input_hidden_size": 1024,
|
| 58 |
+
"intermediate_size": 3072,
|
| 59 |
+
"num_attention_heads": 16,
|
| 60 |
+
"num_hidden_layers": 4,
|
| 61 |
+
"query_num": 8
|
| 62 |
+
},
|
| 63 |
+
"max_num_embodiments": 30,
|
| 64 |
+
"num_conv_layers": 3,
|
| 65 |
+
"query_num": 8,
|
| 66 |
+
"state_dim": 128,
|
| 67 |
+
"use_dilation": true
|
| 68 |
+
},
|
| 69 |
+
"action_horizon": 16,
|
| 70 |
+
"architectures": [
|
| 71 |
+
"GR00T_Tokenizer"
|
| 72 |
+
],
|
| 73 |
+
"attn_implementation": null,
|
| 74 |
+
"backbone_cfg": {
|
| 75 |
+
"_comment_layer_index": "Layer index: -1=last layer, -2=second-to-last, 0-N=specific layer",
|
| 76 |
+
"dinov2_layer_index": -2,
|
| 77 |
+
"dinov2_path": "facebook/dinov2-large",
|
| 78 |
+
"eagle_path": "Qwen/Qwen2.5-VL-3B-Instruct",
|
| 79 |
+
"load_bf16": false,
|
| 80 |
+
"project_to_dim": null,
|
| 81 |
+
"reproject_vision": false,
|
| 82 |
+
"select_layer": 12,
|
| 83 |
+
"tune_bridge_embedding": false,
|
| 84 |
+
"tune_llm": false,
|
| 85 |
+
"tune_visual": false,
|
| 86 |
+
"use_flash_attention": true,
|
| 87 |
+
"use_torch_compile": false,
|
| 88 |
+
"vision_model_type": "dinov2"
|
| 89 |
+
},
|
| 90 |
+
"bridge_projector_mid_dim": 1024,
|
| 91 |
+
"compute_dtype": "bfloat16",
|
| 92 |
+
"default_pa": 1,
|
| 93 |
+
"default_pv": 1,
|
| 94 |
+
"enable_action_visualization": false,
|
| 95 |
+
"enable_dimension_debug": false,
|
| 96 |
+
"enable_visualization": false,
|
| 97 |
+
"fusion_cfg": {
|
| 98 |
+
"dropout": 0.0,
|
| 99 |
+
"hidden_size": 1024,
|
| 100 |
+
"num_attention_heads": 16,
|
| 101 |
+
"num_layers": 4,
|
| 102 |
+
"query_num": 8
|
| 103 |
+
},
|
| 104 |
+
"hidden_size": 1024,
|
| 105 |
+
"ignore_lang_prefix": false,
|
| 106 |
+
"model_type": "gr00t_tokenizer",
|
| 107 |
+
"query_num": 8,
|
| 108 |
+
"reconstruction_loss_weights": {
|
| 109 |
+
"action": 1.0,
|
| 110 |
+
"lpips": 0.0,
|
| 111 |
+
"vision": 1.0,
|
| 112 |
+
"vq_commitment": 1.0
|
| 113 |
+
},
|
| 114 |
+
"state_dim": 128,
|
| 115 |
+
"torch_dtype": "float32",
|
| 116 |
+
"transformers_version": "4.52.0",
|
| 117 |
+
"tune_action_decoder_diffusion": true,
|
| 118 |
+
"tune_action_decoder_projector": true,
|
| 119 |
+
"tune_action_encoder": true,
|
| 120 |
+
"tune_bridge_projector": true,
|
| 121 |
+
"tune_fusion": true,
|
| 122 |
+
"tune_image_type_embedding": true,
|
| 123 |
+
"tune_vision_decoder": true,
|
| 124 |
+
"tune_vision_m_former": true,
|
| 125 |
+
"tune_vision_model": false,
|
| 126 |
+
"tune_vq": true,
|
| 127 |
+
"unified_embodiment_id": null,
|
| 128 |
+
"use_image_type_embedding": true,
|
| 129 |
+
"use_lpips_loss": false,
|
| 130 |
+
"use_multi_scenario_training": true,
|
| 131 |
+
"video_delta_indices": [
|
| 132 |
+
0
|
| 133 |
+
],
|
| 134 |
+
"vision_branch_cfg": {
|
| 135 |
+
"hidden_size": 1024,
|
| 136 |
+
"m_former_cfg": {
|
| 137 |
+
"attention_probs_dropout_prob": 0.0,
|
| 138 |
+
"hidden_dropout_prob": 0.0,
|
| 139 |
+
"hidden_size": 1024,
|
| 140 |
+
"input_hidden_size": 1024,
|
| 141 |
+
"intermediate_size": 3072,
|
| 142 |
+
"max_seq_len": 1024,
|
| 143 |
+
"num_attention_heads": 16,
|
| 144 |
+
"num_hidden_layers": 4,
|
| 145 |
+
"query_num": 8
|
| 146 |
+
},
|
| 147 |
+
"query_num": 8
|
| 148 |
+
},
|
| 149 |
+
"vision_decoder_cfg": {
|
| 150 |
+
"_comment_dino": "DINO mode: input/output are hidden states, not images",
|
| 151 |
+
"attention_probs_dropout_prob": 0.0,
|
| 152 |
+
"encoder_stride": 14,
|
| 153 |
+
"hidden_dropout_prob": 0.0,
|
| 154 |
+
"hidden_size": 1024,
|
| 155 |
+
"image_size": 224,
|
| 156 |
+
"input_hidden_size": 1024,
|
| 157 |
+
"intermediate_size": 3072,
|
| 158 |
+
"is_io_hidden_states": true,
|
| 159 |
+
"latent_motion_dim": 1024,
|
| 160 |
+
"num_attention_heads": 16,
|
| 161 |
+
"num_channels": 3,
|
| 162 |
+
"num_hidden_layers": 12,
|
| 163 |
+
"num_patches": 256,
|
| 164 |
+
"patch_size": 14,
|
| 165 |
+
"query_num": 8
|
| 166 |
+
},
|
| 167 |
+
"visualization_freq": 1000,
|
| 168 |
+
"visualization_num_samples": 4,
|
| 169 |
+
"visualization_save_dir": "visualizations",
|
| 170 |
+
"vq_cfg": {
|
| 171 |
+
"beta": 0.25,
|
| 172 |
+
"e_dim": 32,
|
| 173 |
+
"n_e": 128,
|
| 174 |
+
"num_stages": 2,
|
| 175 |
+
"sane_index_shape": false,
|
| 176 |
+
"stages": [
|
| 177 |
+
{
|
| 178 |
+
"beta": 0.5,
|
| 179 |
+
"e_dim": 32,
|
| 180 |
+
"n_e": 128
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"beta": 0.1,
|
| 184 |
+
"e_dim": 32,
|
| 185 |
+
"n_e": 128
|
| 186 |
+
}
|
| 187 |
+
]
|
| 188 |
+
}
|
| 189 |
+
}
|
VLA-UniT-3B-fulldata/tokenizer/experiment_cfg/metadata.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
VLA-UniT-3B-fulldata/tokenizer/model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32d5c326f6c83d12185b6954d2a52511f66ad18b6fdf814aecc5726dd39c243c
|
| 3 |
+
size 4786382848
|
VLA-UniT-3B-fulldata/tokenizer/model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f8093a900330e5111b63e44dc1687b3212bec343e5b3832bf2e40f2bf18a768
|
| 3 |
+
size 708440360
|
VLA-UniT-3B-fulldata/tokenizer/model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|