Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,10 @@ tags:
|
|
13 |
|
14 |
Midi event transformer for music generation
|
15 |
|
|
|
|
|
|
|
|
|
16 |
## Model Details
|
17 |
|
18 |
### Model Description
|
@@ -35,16 +39,17 @@ Midi event transformer for music generation
|
|
35 |
|
36 |
#### Training Hyperparameters
|
37 |
|
38 |
-
-
|
|
|
39 |
- weight-decay: 0.01
|
40 |
-
- batch:
|
41 |
- fp16 mixed precision
|
42 |
|
43 |
#### Loss
|
44 |
-
- val loss: 0.
|
45 |
|
46 |
## Files
|
47 |
|
48 |
- model.ckpt: latest model checkpoint
|
49 |
- soundfont.sf2: soundfont file, i put it here for convenient downloading , [source](https://musical-artifacts.com/artifacts/433)
|
50 |
-
|
|
|
13 |
|
14 |
Midi event transformer for music generation
|
15 |
|
16 |
+
### Model updates
|
17 |
+
|
18 |
+
v1.2: Optmise the tokenizer and dataset. The dataset was filtered by `MIDITokenizer.check_quality`
|
19 |
+
|
20 |
## Model Details
|
21 |
|
22 |
### Model Description
|
|
|
39 |
|
40 |
#### Training Hyperparameters
|
41 |
|
42 |
+
- basemodel: v1.1
|
43 |
+
- lr: 1e-4
|
44 |
- weight-decay: 0.01
|
45 |
+
- batch: 2x2x2
|
46 |
- fp16 mixed precision
|
47 |
|
48 |
#### Loss
|
49 |
+
- val loss: 0.238
|
50 |
|
51 |
## Files
|
52 |
|
53 |
- model.ckpt: latest model checkpoint
|
54 |
- soundfont.sf2: soundfont file, i put it here for convenient downloading , [source](https://musical-artifacts.com/artifacts/433)
|
55 |
+
- onnx/*.onnx: onnx format model
|