tanparval commited on
Commit
438f1e5
·
verified ·
1 Parent(s): d9d6e15

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +16 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "INF5Model"
4
+ ],
5
+ "auto_map": {
6
+ "AutoConfig": "model.INF5Config",
7
+ "AutoModel": "model.INF5Model"
8
+ },
9
+ "ckpt_path": "checkpoints/model_best.pt",
10
+ "model_type": "inf5",
11
+ "remove_sil": true,
12
+ "speed": 1.0,
13
+ "torch_dtype": "float32",
14
+ "transformers_version": "4.49.0",
15
+ "vocab_path": "checkpoints/vocab.txt"
16
+ }