Update weight config metadata
Browse files
weights/vlm/config.json
CHANGED
|
@@ -1,7 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"ResepForCausalLM"
|
| 4 |
-
],
|
| 5 |
"bos_token_id": 1,
|
| 6 |
"eos_token_id": 2,
|
| 7 |
"freeze_mm_mlp_adapter": true,
|
|
@@ -32,7 +29,6 @@
|
|
| 32 |
"tie_word_embeddings": false,
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
"train_mask_decoder": true,
|
| 35 |
-
"transformers_version": "4.31.0",
|
| 36 |
"tune_mm_mlp_adapter": false,
|
| 37 |
"use_cache": false,
|
| 38 |
"use_mm_proj": true,
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
| 2 |
"bos_token_id": 1,
|
| 3 |
"eos_token_id": 2,
|
| 4 |
"freeze_mm_mlp_adapter": true,
|
|
|
|
| 29 |
"tie_word_embeddings": false,
|
| 30 |
"torch_dtype": "float32",
|
| 31 |
"train_mask_decoder": true,
|
|
|
|
| 32 |
"tune_mm_mlp_adapter": false,
|
| 33 |
"use_cache": false,
|
| 34 |
"use_mm_proj": true,
|
weights/vlm/generation_config.json
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
"bos_token_id": 0,
|
| 4 |
"eos_token_id": 1,
|
| 5 |
-
"pad_token_id": 0
|
| 6 |
-
"transformers_version": "4.31.0"
|
| 7 |
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"bos_token_id": 0,
|
| 3 |
"eos_token_id": 1,
|
| 4 |
+
"pad_token_id": 0
|
|
|
|
| 5 |
}
|
weights/yolos/config.json
CHANGED
|
@@ -1,8 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "hustvl/yolos-small",
|
| 3 |
-
"architectures": [
|
| 4 |
-
"YolosForObjectDetection"
|
| 5 |
-
],
|
| 6 |
"attention_probs_dropout_prob": 0.0,
|
| 7 |
"auxiliary_loss": false,
|
| 8 |
"bbox_cost": 5,
|
|
@@ -85,6 +81,5 @@
|
|
| 85 |
"patch_size": 16,
|
| 86 |
"qkv_bias": true,
|
| 87 |
"torch_dtype": "float32",
|
| 88 |
-
"transformers_version": "4.31.0",
|
| 89 |
"use_mid_position_embeddings": true
|
| 90 |
}
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"attention_probs_dropout_prob": 0.0,
|
| 3 |
"auxiliary_loss": false,
|
| 4 |
"bbox_cost": 5,
|
|
|
|
| 81 |
"patch_size": 16,
|
| 82 |
"qkv_bias": true,
|
| 83 |
"torch_dtype": "float32",
|
|
|
|
| 84 |
"use_mid_position_embeddings": true
|
| 85 |
}
|