zhong-al commited on
Commit
6ba4e1b
·
verified ·
1 Parent(s): 75a8fe5

Upload model

Browse files
Files changed (1) hide show
  1. config.json +6 -2
config.json CHANGED
@@ -1,7 +1,10 @@
1
  {
2
- "_attn_implementation_autoset": true,
 
 
3
  "auto_map": {
4
- "AutoConfig": "configuration_x3d.X3DConfig"
 
5
  },
6
  "cfg": {
7
  "AUG": {
@@ -639,5 +642,6 @@
639
  }
640
  },
641
  "model_type": "x3d",
 
642
  "transformers_version": "4.46.0"
643
  }
 
1
  {
2
+ "architectures": [
3
+ "X3DModel"
4
+ ],
5
  "auto_map": {
6
+ "AutoConfig": "configuration_x3d.X3DConfig",
7
+ "AutoModel": "modeling_x3d.X3DModel"
8
  },
9
  "cfg": {
10
  "AUG": {
 
642
  }
643
  },
644
  "model_type": "x3d",
645
+ "torch_dtype": "float32",
646
  "transformers_version": "4.46.0"
647
  }