admin commited on
Commit
e184cfb
1 Parent(s): 2869ceb
Files changed (2) hide show
  1. .gitignore +1 -0
  2. README.md +45 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ rename.sh
README.md CHANGED
@@ -1,3 +1,48 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ datasets:
4
+ - MuGeminorum/hoyo_music
5
+ language:
6
+ - zh
7
+ - en
8
+ metrics:
9
+ - accuracy
10
+ library_name: adapter-transformers
11
+ tags:
12
+ - art
13
+ - music
14
+ - code
15
+ - text-generation-inference
16
  ---
17
+
18
+ # 简介 Intro
19
+ 米哈游音乐生成模型是基于 Tunesformer 架构开发的创新型音乐创作模型。该模型经过在米哈游音乐二创钢琴数据集上的训练,专门用于生成受米哈游社区用户创作内容启发的音乐。目前,训练数据仅限于从《原神》和《崩铁》等米哈游旗下游戏的音乐二创中提取的 abc 乐谱切片数据。借助 Tunesformer 模型,米哈游音乐生成模型旨在捕捉米哈游游戏宇宙中独特音乐风格的精髓,代表了先进技术和艺术创意的融合。
20
+
21
+ The hoyoMusic model is an innovative music generation model developed based on the Tunesformer architecture. The model has been trained on the MiHoYo music second creation piano dataset and is specifically designed to generate music inspired by user-created content from the MiHoYo user community. Currently, the training data is limited to abc score slices extracted from the music of MiHoYo's games such as Genshin Impact and Star Rail. With the Tunesformer model, the hoyoMusic model aims to capture the essence of the unique musical styles in the HoYoverse, which represents a fusion of advanced technology and artistic creativity.
22
+
23
+ ## 在线体验 Demo
24
+ <https://www.modelscope.cn/studios/MuGeminorum/hoyoMusic>
25
+
26
+ ## 使用 Usage
27
+ ```python
28
+ from modelscope import snapshot_download
29
+ model_dir = snapshot_download("MuGeminorum/hoyoMusic")
30
+ ```
31
+
32
+ ## 维护 Maintenance
33
+ ```bash
34
+ git clone git@hf.co:MuGeminorum/hoyoMusic
35
+ cd hoyoMusic
36
+ ```
37
+
38
+ ## 数据集 Dataset
39
+ <https://www.modelscope.cn/datasets/MuGeminorum/hoyoMusic>
40
+
41
+ ## 镜像 Mirror
42
+ <https://www.modelscope.cn/models/MuGeminorum/hoyoMusic>
43
+
44
+ ## 参考引用 Reference
45
+ [1] <https://musescore.org><br>
46
+ [2] <https://genshin-impact.fandom.com/wiki/Genshin_Impact_Wiki><br>
47
+ [3] <https://honkai-star-rail.fandom.com/wiki/Honkai:_Star_Rail_Wiki><br>
48
+ [4] <https://www.modelscope.cn/models/MuGeminorum/tunesformer>