Create Model Card
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
license: mit
|
4 |
+
---
|
5 |
+
|
6 |
+
# Test Configurations
|
7 |
+
{'backend': 'inductor',
|
8 |
+
'bits': [8, 7, 6, 5, 4],
|
9 |
+
'compile': False,
|
10 |
+
'datasets': ['wikitext', 'imagenet', 'librispeech', 'diffusion'],
|
11 |
+
'debug': False,
|
12 |
+
'device': device(type='cuda', index=0),
|
13 |
+
'do_global_training': False,
|
14 |
+
'folders_range': [0, 70],
|
15 |
+
'func_benchmark_timeout_s': 3600,
|
16 |
+
'hub_username': 'Diogo-V',
|
17 |
+
'instrument_mode': 'model_wise',
|
18 |
+
'layer_quant_workers': 3,
|
19 |
+
'learned_func_folder': PosixPath('fn_gen/bin'),
|
20 |
+
'models': ['vit'],
|
21 |
+
'n_dataset_records': 1000,
|
22 |
+
'n_repetitions': 1,
|
23 |
+
'param_init_methods': ['nlr'],
|
24 |
+
'path': PosixPath('/workspace/master-thesis/logs/dbf48d82-b9c3-4cf6-9b04-a3a5bed6f799'),
|
25 |
+
'percent_cores_used': 0.1,
|
26 |
+
'push_params_to_hub': True,
|
27 |
+
'random_seed': 42,
|
28 |
+
'run_id': 'dbf48d82-b9c3-4cf6-9b04-a3a5bed6f799',
|
29 |
+
'use_baselines': True,
|
30 |
+
'use_learned': True,
|
31 |
+
'warmup': 2}
|