ddPn08 commited on
Commit
b89eb5d
1 Parent(s): 92e8349

Upload folder using huggingface_hub

Browse files
pedal/2/checkpoints/epoch=0-step=3182.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67d29ddf0e9b3d8ed8c296dda87a9c280a1e2364bdb2f9636d20c1832f4f2c89
3
+ size 65346086
pedal/2/checkpoints/epoch=1-step=6364.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aae80f13001523d411f91caa2f41ebd60d81dba506b475a5d4821f939e1326f5
3
+ size 65346532
pedal/2/checkpoints/epoch=2-step=9546.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68fbd63c3c4e45082c40bae44616c65a7bf388aacd079c33132abd14a4be304a
3
+ size 65346786
pedal/2/checkpoints/epoch=3-step=12728.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbcaf0733cb4bf5d72e269d7c49edcebe67ec517df12ce0e3da37770e5e8c716
3
+ size 65347168
pedal/2/checkpoints/epoch=4-step=15910.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a92d843e22c343da50757e317051fc48c3adc1be7f64dd1760135702f1813905
3
+ size 65347486
pedal/2/checkpoints/epoch=5-step=19092.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d40ab81b20184e68751268b7f0069b0780fa2e1782746e11dde4461676580f65
3
+ size 65347804
pedal/2/checkpoints/epoch=6-step=22274.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f03d2c7ff8775db04d087ed038f4646e39267c4d5874b0efc760365d031a35
3
+ size 65348186
pedal/2/checkpoints/epoch=7-step=25456.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6af96bc2706b94774dec5792cd83a83b432fad9a56f94de562392df89b8ab55
3
+ size 65348632
pedal/2/checkpoints/epoch=8-step=28638.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f1f912a4b158c815ed4de2b15164febb698786869d8f2bc9bf96f8c5e5f55fe
3
+ size 65348950
pedal/2/config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mode": "pedal",
3
+ "params": {
4
+ "n_frame": 128,
5
+ "n_bin": 256,
6
+ "cnn_channel": 4,
7
+ "cnn_kernel": 5,
8
+ "hid_dim": 256,
9
+ "n_margin": 32,
10
+ "n_layers": 3,
11
+ "n_heads": 4,
12
+ "pf_dim": 512,
13
+ "dropout": 0.1,
14
+ "n_velocity": 128,
15
+ "n_note": 88
16
+ },
17
+ "feature": {
18
+ "sampling_rate": 16000,
19
+ "hop_sample": 256,
20
+ "mel_bins": 256,
21
+ "n_bins": 256,
22
+ "fft_bins": 2048,
23
+ "window_length": 2048,
24
+ "log_offset": 1e-8,
25
+ "window_mode": "hann",
26
+ "pad_mode": "constant"
27
+ },
28
+ "input": {
29
+ "margin_b": 32,
30
+ "margin_f": 32,
31
+ "num_frame": 128,
32
+ "max_value": 0.0,
33
+ "min_value": -18.42068099975586
34
+ },
35
+ "midi": {
36
+ "pitch_min": 21,
37
+ "pitch_max": 108,
38
+ "num_notes": 88,
39
+ "num_velocity": 128
40
+ }
41
+ }