admin commited on
Commit
cf13b45
·
1 Parent(s): e863dd1
Files changed (1) hide show
  1. README.md +15 -16
README.md CHANGED
@@ -1,44 +1,43 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
4
 
5
  # EMelodyGen
6
  The model weights for generating ABC melodies by emotions.
7
 
8
- ## Demo (inference)
9
  <https://huggingface.co/spaces/monetjoe/EMelodyGen>
10
 
 
 
 
 
 
 
11
  ## Maintenance
12
  ```bash
13
  GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:monetjoe/EMelodyGen
14
  cd EMelodyGen
15
  ```
16
 
17
- ## Fine-tuning results
18
- <style>
19
- td {
20
- vertical-align: middle !important;
21
- }
22
- </style>
23
 
 
24
  | Dataset | Loss curve | Min eval loss |
25
  | :-----: | :---------------------------------------------------------------------------------------: | :-------------------: |
26
  | VGMIDI | ![](https://www.modelscope.cn/models/monetjoe/EMelodyGen/resolve/master/vgmidi/loss.jpg) | `0.23854530873296725` |
27
  | EMOPIA | ![](https://www.modelscope.cn/models/monetjoe/EMelodyGen/resolve/master/emopia/loss.jpg) | `0.26802811984950936` |
28
  | Rough4Q | ![](https://www.modelscope.cn/models/monetjoe/EMelodyGen/resolve/master/rough4q/loss.jpg) | `0.2299637847539768` |
29
 
30
- ## Usage
31
- ```python
32
- from huggingface_hub import snapshot_download
33
- model_dir = snapshot_download("monetjoe/EMelodyGen")
34
- ```
35
-
36
  ## Mirror
37
  <https://www.modelscope.cn/models/monetjoe/EMelodyGen>
38
 
39
- ## Evaluation
40
- <https://github.com/monetjoe/EMelodyGen>
41
-
42
  ## Cite
43
  ### AIART
44
  ```bibtex
 
1
  ---
2
  license: mit
3
  ---
4
+ <style>
5
+ td {
6
+ vertical-align: middle !important;
7
+ }
8
+ </style>
9
 
10
  # EMelodyGen
11
  The model weights for generating ABC melodies by emotions.
12
 
13
+ ## Demo (inference code)
14
  <https://huggingface.co/spaces/monetjoe/EMelodyGen>
15
 
16
+ ## Usage
17
+ ```python
18
+ from huggingface_hub import snapshot_download
19
+ model_dir = snapshot_download("monetjoe/EMelodyGen")
20
+ ```
21
+
22
  ## Maintenance
23
  ```bash
24
  GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:monetjoe/EMelodyGen
25
  cd EMelodyGen
26
  ```
27
 
28
+ ## Evaluation
29
+ <https://github.com/monetjoe/EMelodyGen>
 
 
 
 
30
 
31
+ ### Fine-tuning results
32
  | Dataset | Loss curve | Min eval loss |
33
  | :-----: | :---------------------------------------------------------------------------------------: | :-------------------: |
34
  | VGMIDI | ![](https://www.modelscope.cn/models/monetjoe/EMelodyGen/resolve/master/vgmidi/loss.jpg) | `0.23854530873296725` |
35
  | EMOPIA | ![](https://www.modelscope.cn/models/monetjoe/EMelodyGen/resolve/master/emopia/loss.jpg) | `0.26802811984950936` |
36
  | Rough4Q | ![](https://www.modelscope.cn/models/monetjoe/EMelodyGen/resolve/master/rough4q/loss.jpg) | `0.2299637847539768` |
37
 
 
 
 
 
 
 
38
  ## Mirror
39
  <https://www.modelscope.cn/models/monetjoe/EMelodyGen>
40
 
 
 
 
41
  ## Cite
42
  ### AIART
43
  ```bibtex