ChihayaYuka commited on
Commit
f92b1c9
·
verified ·
1 Parent(s): 634a093

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -3
README.md CHANGED
@@ -1,3 +1,54 @@
1
- ---
2
- license: creativeml-openrail-m
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - music-generation
6
+ - transformers
7
+ - light-model
8
+ license: creativeml-openrail-m
9
+ widget:
10
+ - text: "Generate the music ⭐"
11
+ ---
12
+
13
+ ![Logo](https://raw.githubusercontent.com/data-dream-gdsp/CryChic/refs/heads/main/.github/CRYCHIC_logo.webp)
14
+
15
+ ## Model Description
16
+
17
+ CryChic-v2 is a lightweight, transformer-based model designed for generating short, melodic musical pieces. It is optimized for performance in resource-constrained environments, such as mobile devices or embedded systems.
18
+
19
+ ### How to Use
20
+
21
+ You can generate music by [prompt](https://blog.datadream.cc/index.php/archives/6/).
22
+
23
+ ### Limitations and Bias
24
+
25
+ CryChic-v2 operates within certain creative constraints:
26
+ - Primarily generates melodies up to 30 seconds.
27
+ - Better performance with genres like Classical and Jazz due to training data limitations.
28
+
29
+ Users are encouraged to be aware of these limitations when evaluating the output.
30
+
31
+ ## Training Procedure
32
+
33
+ The model was trained on a dataset comprising diverse musical genres but heavily features classical and jazz pieces, which might influence its generative style.
34
+
35
+ ### Training Data
36
+
37
+ The model was trained using a proprietary dataset of labeled melodies that include a variety of musical styles.
38
+
39
+ ## Ethical Considerations
40
+
41
+ While CryChic-v2 is designed for creativity, it should be used responsibly. The model is not capable of replicating specific artists' styles without explicit conditioning and should not be used to generate deceptive or misleading content.
42
+
43
+ ## Citing CryChic-v2
44
+
45
+ If you use this model in your research, please cite it as follows:
46
+
47
+ ```bibtex
48
+ @misc{crychicv2,
49
+ title={CryChic-v2: A Lightweight Music Generation Model},
50
+ author={Data Dream},
51
+ year={2025},
52
+ howpublished={Hugging Face},
53
+ }
54
+ ```