arad1367 commited on
Commit
335e474
1 Parent(s): 73411fc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -3
config.json CHANGED
@@ -15,7 +15,6 @@
15
  "pad_token_id": 0,
16
  "projection_dim": 768,
17
  "text_config": {
18
- "_name_or_path": "",
19
  "activation_dropout": 0.1,
20
  "activation_function": "gelu",
21
  "add_bias_logits": false,
@@ -54,7 +53,6 @@
54
  "torch_dtype": "float32",
55
  "transformers_version": "4.46.0.dev0",
56
  "vision_config": {
57
- "_name_or_path": "microsoft/Florence-2-base-ft",
58
  "add_cross_attention": false,
59
  "depths": [
60
  1,
@@ -77,7 +75,7 @@
77
  "max_pos_embeddings": 50,
78
  "type": "learned_abs_2d"
79
  },
80
- "model_type": "davit", // Updated to ensure it's DaViT architecture
81
  "num_groups": [
82
  4,
83
  8,
 
15
  "pad_token_id": 0,
16
  "projection_dim": 768,
17
  "text_config": {
 
18
  "activation_dropout": 0.1,
19
  "activation_function": "gelu",
20
  "add_bias_logits": false,
 
53
  "torch_dtype": "float32",
54
  "transformers_version": "4.46.0.dev0",
55
  "vision_config": {
 
56
  "add_cross_attention": false,
57
  "depths": [
58
  1,
 
75
  "max_pos_embeddings": 50,
76
  "type": "learned_abs_2d"
77
  },
78
+ "model_type": "davit",
79
  "num_groups": [
80
  4,
81
  8,