phanerozoic commited on
Commit
06a4262
·
verified ·
1 Parent(s): 15cfc67

Expand license + dataset attribution

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -80,7 +80,15 @@ The decoder (RGB → magnitude → mono RIR) is in `decode_rir.py`. The recovere
80
 
81
  ## License
82
 
83
- Apache 2.0.
 
 
 
 
 
 
 
 
84
 
85
  ## References
86
 
 
80
 
81
  ## License
82
 
83
+ The LoRA adapter weights in this repository are released under the Apache License 2.0, matching the license of the base model FLUX.2 Klein 4B.
84
+
85
+ ### Training data attribution
86
+
87
+ The training data is fully synthetic, generated at preparation time from random rectangular room geometries via the [pyroomacoustics](https://github.com/LCAV/pyroomacoustics) Python library (Scheibler, Bezzam, Dokmanić, 2018). Pyroomacoustics is distributed under the MIT License. No external dataset is required to reproduce the training corpus; the dataset-generation script is included in this repository.
88
+
89
+ ### Base model
90
+
91
+ Base model FLUX.2 Klein 4B is distributed by Black Forest Labs under the Apache License 2.0. See https://huggingface.co/black-forest-labs/FLUX.2-klein-base-4B for the original model card.
92
 
93
  ## References
94