AEmotionStudio commited on
Commit
cb6ac65
·
verified ·
1 Parent(s): 4ad9236

Refresh mirror README + LICENSE

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -62,6 +62,9 @@ AEmotionStudio/heartmula-models/
62
  │ └── LICENSE
63
  ├── heartmula-3b-rl/ ← RL-refined mula
64
  ├── heartmula-3b-base/ ← original mula
 
 
 
65
  └── heartcodec-20260123/ ← codec
66
  ├── HeartCodec-oss/
67
  │ ├── config.json
@@ -76,10 +79,13 @@ AEmotionStudio/heartmula-models/
76
 
77
  | Subfolder | Source | Size | Description |
78
  |---|---|---|---|
79
- | `heartmula-3b-happy-new-year/` | [HeartMuLa/HeartMuLa-oss-3B-happy-new-year](https://huggingface.co/HeartMuLa/HeartMuLa-oss-3B-happy-new-year) | ~15.8 GB | Recommended mula. Best lyrics controllability + overall quality. |
80
- | `heartmula-3b-rl/` | [HeartMuLa/HeartMuLa-RL-oss-3B-20260123](https://huggingface.co/HeartMuLa/HeartMuLa-RL-oss-3B-20260123) | ~15.8 GB | RL-refined mula. Stronger style/tag adherence. |
81
- | `heartmula-3b-base/` | [HeartMuLa/HeartMuLa-oss-3B](https://huggingface.co/HeartMuLa/HeartMuLa-oss-3B) | ~15.8 GB | Original mula release. Kept for reproducibility against the paper. |
82
- | `heartcodec-20260123/` | [HeartMuLa/HeartCodec-oss-20260123](https://huggingface.co/HeartMuLa/HeartCodec-oss-20260123) | ~6.7 GB | Codec. Pairs with any mula variant. |
 
 
 
83
 
84
  Shared `tokenizer.json` (9 MB) + `gen_config.json` (~100 B) come from
85
  [HeartMuLa/HeartMuLaGen](https://huggingface.co/HeartMuLa/HeartMuLaGen)
 
62
  │ └── LICENSE
63
  ├── heartmula-3b-rl/ ← RL-refined mula
64
  ├── heartmula-3b-base/ ← original mula
65
+ ├── heartmula-3b-happy-new-year-bf16/ ← pre-converted bf16
66
+ ├── heartmula-3b-rl-bf16/ ← pre-converted bf16
67
+ ├── heartmula-3b-base-bf16/ ← pre-converted bf16
68
  └── heartcodec-20260123/ ← codec
69
  ├── HeartCodec-oss/
70
  │ ├── config.json
 
79
 
80
  | Subfolder | Source | Size | Description |
81
  |---|---|---|---|
82
+ | `heartmula-3b-happy-new-year/` | [HeartMuLa/HeartMuLa-oss-3B-happy-new-year](https://huggingface.co/HeartMuLa/HeartMuLa-oss-3B-happy-new-year) | ~15.8 GB | Recommended mula (fp32). Best lyrics controllability + overall quality. |
83
+ | `heartmula-3b-rl/` | [HeartMuLa/HeartMuLa-RL-oss-3B-20260123](https://huggingface.co/HeartMuLa/HeartMuLa-RL-oss-3B-20260123) | ~15.8 GB | RL-refined mula (fp32). Stronger style/tag adherence. |
84
+ | `heartmula-3b-base/` | [HeartMuLa/HeartMuLa-oss-3B](https://huggingface.co/HeartMuLa/HeartMuLa-oss-3B) | ~15.8 GB | Original mula release (fp32). Kept for reproducibility against the paper. |
85
+ | `heartmula-3b-happy-new-year-bf16/` | (re-cast from fp32) | ~8 GB | Pre-converted bf16 of the recommended mula. Same runtime quality as the fp32 mirror — heartlib already loads at bf16 dtype either way. Half the download. |
86
+ | `heartmula-3b-rl-bf16/` | (re-cast from fp32) | ~8 GB | Pre-converted bf16 of the RL mula. |
87
+ | `heartmula-3b-base-bf16/` | (re-cast from fp32) | ~8 GB | Pre-converted bf16 of the base mula. |
88
+ | `heartcodec-20260123/` | [HeartMuLa/HeartCodec-oss-20260123](https://huggingface.co/HeartMuLa/HeartCodec-oss-20260123) | ~6.7 GB | Codec (fp32). Pairs with any mula variant. Heartlib explicitly warns against lower-precision codec output. |
89
 
90
  Shared `tokenizer.json` (9 MB) + `gen_config.json` (~100 B) come from
91
  [HeartMuLa/HeartMuLaGen](https://huggingface.co/HeartMuLa/HeartMuLaGen)