whenxuan commited on
Commit
1c5225f
·
1 Parent(s): ffcef75

whenxuan: modify the model config

Browse files
Files changed (1) hide show
  1. config.json +5 -1
config.json CHANGED
@@ -1,4 +1,7 @@
1
  {
 
 
 
2
  "_name_or_path": "FlowVortex/LiteSpecFormer",
3
  "litespecformer_pipeline_class": "LiteSpecFormerPipeline",
4
  "attn_implementation": "sdpa",
@@ -35,5 +38,6 @@
35
  "time_encoding_scale": 768,
36
  "use_arcsinh": true,
37
  "use_reg_token": false
38
- }
 
39
  }
 
1
  {
2
+ "architectures": [
3
+ "LiteSpecFormerModel"
4
+ ],
5
  "_name_or_path": "FlowVortex/LiteSpecFormer",
6
  "litespecformer_pipeline_class": "LiteSpecFormerPipeline",
7
  "attn_implementation": "sdpa",
 
38
  "time_encoding_scale": 768,
39
  "use_arcsinh": true,
40
  "use_reg_token": false
41
+ },
42
+ "torch_dtype": "float32"
43
  }