Add files using upload-large-folder tool
Browse files- README.md +9 -1
- config.json +1 -1
- generation_config.json +1 -1
- smash_config.json +9 -1
README.md
CHANGED
@@ -39,8 +39,12 @@ The compression configuration of the model is stored in the `smash_config.json`
|
|
39 |
"batcher": null,
|
40 |
"cacher": null,
|
41 |
"compiler": null,
|
|
|
|
|
|
|
42 |
"pruner": null,
|
43 |
"quantizer": null,
|
|
|
44 |
"batch_size": 1,
|
45 |
"device": "cpu",
|
46 |
"save_fns": [],
|
@@ -48,11 +52,15 @@ The compression configuration of the model is stored in the `smash_config.json`
|
|
48 |
"transformers"
|
49 |
],
|
50 |
"reapply_after_load": {
|
|
|
51 |
"pruner": null,
|
52 |
"quantizer": null,
|
|
|
53 |
"cacher": null,
|
|
|
54 |
"compiler": null,
|
55 |
-
"batcher": null
|
|
|
56 |
}
|
57 |
}
|
58 |
```
|
|
|
39 |
"batcher": null,
|
40 |
"cacher": null,
|
41 |
"compiler": null,
|
42 |
+
"distiller": null,
|
43 |
+
"enhancer": null,
|
44 |
+
"factorizer": null,
|
45 |
"pruner": null,
|
46 |
"quantizer": null,
|
47 |
+
"recoverer": null,
|
48 |
"batch_size": 1,
|
49 |
"device": "cpu",
|
50 |
"save_fns": [],
|
|
|
52 |
"transformers"
|
53 |
],
|
54 |
"reapply_after_load": {
|
55 |
+
"factorizer": null,
|
56 |
"pruner": null,
|
57 |
"quantizer": null,
|
58 |
+
"distiller": null,
|
59 |
"cacher": null,
|
60 |
+
"recoverer": null,
|
61 |
"compiler": null,
|
62 |
+
"batcher": null,
|
63 |
+
"enhancer": null
|
64 |
}
|
65 |
}
|
66 |
```
|
config.json
CHANGED
@@ -59,7 +59,7 @@
|
|
59 |
"router_jitter_noise": 0.0,
|
60 |
"tie_word_embeddings": false,
|
61 |
"torch_dtype": "float32",
|
62 |
-
"transformers_version": "4.
|
63 |
"use_cache": true,
|
64 |
"use_qk_norm": true,
|
65 |
"vocab_size": 202048
|
|
|
59 |
"router_jitter_noise": 0.0,
|
60 |
"tie_word_embeddings": false,
|
61 |
"torch_dtype": "float32",
|
62 |
+
"transformers_version": "4.52.4",
|
63 |
"use_cache": true,
|
64 |
"use_qk_norm": true,
|
65 |
"vocab_size": 202048
|
generation_config.json
CHANGED
@@ -7,5 +7,5 @@
|
|
7 |
200008
|
8 |
],
|
9 |
"pad_token_id": 200018,
|
10 |
-
"transformers_version": "4.
|
11 |
}
|
|
|
7 |
200008
|
8 |
],
|
9 |
"pad_token_id": 200018,
|
10 |
+
"transformers_version": "4.52.4"
|
11 |
}
|
smash_config.json
CHANGED
@@ -2,8 +2,12 @@
|
|
2 |
"batcher": null,
|
3 |
"cacher": null,
|
4 |
"compiler": null,
|
|
|
|
|
|
|
5 |
"pruner": null,
|
6 |
"quantizer": null,
|
|
|
7 |
"batch_size": 1,
|
8 |
"device": "cpu",
|
9 |
"save_fns": [],
|
@@ -11,10 +15,14 @@
|
|
11 |
"transformers"
|
12 |
],
|
13 |
"reapply_after_load": {
|
|
|
14 |
"pruner": null,
|
15 |
"quantizer": null,
|
|
|
16 |
"cacher": null,
|
|
|
17 |
"compiler": null,
|
18 |
-
"batcher": null
|
|
|
19 |
}
|
20 |
}
|
|
|
2 |
"batcher": null,
|
3 |
"cacher": null,
|
4 |
"compiler": null,
|
5 |
+
"distiller": null,
|
6 |
+
"enhancer": null,
|
7 |
+
"factorizer": null,
|
8 |
"pruner": null,
|
9 |
"quantizer": null,
|
10 |
+
"recoverer": null,
|
11 |
"batch_size": 1,
|
12 |
"device": "cpu",
|
13 |
"save_fns": [],
|
|
|
15 |
"transformers"
|
16 |
],
|
17 |
"reapply_after_load": {
|
18 |
+
"factorizer": null,
|
19 |
"pruner": null,
|
20 |
"quantizer": null,
|
21 |
+
"distiller": null,
|
22 |
"cacher": null,
|
23 |
+
"recoverer": null,
|
24 |
"compiler": null,
|
25 |
+
"batcher": null,
|
26 |
+
"enhancer": null
|
27 |
}
|
28 |
}
|