Redgerd commited on
Commit
1ec932e
·
1 Parent(s): 4443ee5

Updated model to latest version

Browse files
Files changed (1) hide show
  1. config.json +11 -10
config.json CHANGED
@@ -1,10 +1,11 @@
1
- {
2
- "architectures": [
3
- "GenD"
4
- ],
5
- "backbone": "vit_pe_core_large_patch14_336",
6
- "dtype": "float32",
7
- "head": "LinearNorm",
8
- "model_type": "GenD",
9
- "transformers_version": "4.57.6"
10
- }
 
 
1
+ {
2
+ "architectures": [
3
+ "GenD"
4
+ ],
5
+ "backbone": "vit_pe_core_large_patch14_336",
6
+ "dtype": "float32",
7
+ "head": "LinearNorm",
8
+ "model_type": "GenD",
9
+ "torch_dtype": "float32",
10
+ "transformers_version": "4.53.0"
11
+ }