lamooon commited on
Commit
0a7ea2e
·
verified ·
1 Parent(s): 7fab996

Upload checkpoints/v8.4/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. checkpoints/v8.4/config.json +50 -0
checkpoints/v8.4/config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder": "m-a-p/MERT-v1-95M",
3
+ "encoder_hidden": 768,
4
+ "unet_channels": [
5
+ 256,
6
+ 512,
7
+ 512
8
+ ],
9
+ "conformer_layers": 4,
10
+ "conformer_heads": 8,
11
+ "conformer_ff_dim": 2048,
12
+ "conformer_conv_kernel": 31,
13
+ "num_pitches": 88,
14
+ "dropout": 0.1,
15
+ "sample_rate": 24000,
16
+ "hop_length": 240,
17
+ "segment_length": 10.0,
18
+ "epochs": 20,
19
+ "batch_size": 8,
20
+ "accumulate_grad": 2,
21
+ "lr": 0.001,
22
+ "encoder_lr": 1e-05,
23
+ "weight_decay": 0.01,
24
+ "warmup_epochs": 2,
25
+ "patience": 5,
26
+ "fp16": true,
27
+ "num_workers": 4,
28
+ "seed": 42,
29
+ "w_onset": 1.0,
30
+ "w_pitch": 1.0,
31
+ "w_frame": 0.5,
32
+ "focal_alpha": 0.85,
33
+ "focal_gamma": 2.0,
34
+ "pitch_sigma": 0.0,
35
+ "onset_threshold": 0.5,
36
+ "frame_threshold": 0.25,
37
+ "onset_tolerance_ms": 50,
38
+ "pitch_tolerance_cents": 50,
39
+ "data_dir": "./data",
40
+ "output_dir": "outputs/v8.4",
41
+ "checkpoint": "outputs/v8.4/best.pt",
42
+ "eval_only": true,
43
+ "per_dataset": true,
44
+ "datasets": null,
45
+ "augment": false,
46
+ "refine": true,
47
+ "refine_bpm": null,
48
+ "refine_iter": 3,
49
+ "device": null
50
+ }