Missouter commited on
Commit
89d24b4
·
verified ·
1 Parent(s): 9cd04d4

Add research license and clarify model metadata

Browse files
Files changed (2) hide show
  1. LICENSE +55 -0
  2. README.md +15 -1
LICENSE ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ AcoustiTrace RT60 Evaluator Research License Notice
2
+ Version 1.0, 24 August 2026
3
+
4
+ Copyright (c) 2026 The AcoustiTrace Authors.
5
+
6
+ The AcoustiTrace-created model artifacts in this repository are made available
7
+ for non-commercial academic and research use, modification, and redistribution
8
+ under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United
9
+ States License (CC BY-NC-SA 3.0 US), subject to the upstream terms and notices
10
+ below. Redistributions and derivatives must retain this notice and provide
11
+ appropriate attribution to AcoustiTrace.
12
+
13
+ UPSTREAM TERMS
14
+
15
+ 1. Matterport3D
16
+
17
+ The training supervision uses information derived from Matterport3D. Use of
18
+ this model is therefore also subject to the Matterport End User License
19
+ Agreement for Academic Use of Model Data, including its non-commercial
20
+ academic-use restriction:
21
+
22
+ https://matterport.com/legal/matterport-end-user-license-agreement-academic-use-model-data
23
+
24
+ 2. SoundSpaces 2.0
25
+
26
+ SoundSpaces is licensed under CC BY 4.0. Its documentation specifies that
27
+ Matterport3D-based task datasets and trained models remain subject to the
28
+ Matterport3D Terms of Use and CC BY-NC-SA 3.0 US:
29
+
30
+ https://github.com/facebookresearch/sound-spaces
31
+
32
+ 3. Qwen3-VL-8B-Instruct
33
+
34
+ The LoRA adapter is designed for Qwen/Qwen3-VL-8B-Instruct. The base model
35
+ is not included in this repository and is separately available under the
36
+ Apache License 2.0:
37
+
38
+ https://huggingface.co/Qwen/Qwen3-VL-8B-Instruct
39
+
40
+ 4. PTB Room Acoustics Absorption Coefficient Database
41
+
42
+ Absorption coefficients used in label construction originate from the PTB
43
+ Room Acoustics Absorption Coefficient Database:
44
+
45
+ https://www.ptb.de/cms/en/ptb/fachabteilungen/abt1/fb-16/ag-163/absorption-coefficient-database.html
46
+
47
+ No Matterport3D images, SoundSpaces room data, PTB database files, or Qwen3-VL
48
+ base weights are redistributed in this repository. Where an upstream term is
49
+ more restrictive than this notice, the upstream term controls.
50
+
51
+ THE MODEL ARTIFACTS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
52
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY,
53
+ FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
54
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER
55
+ LIABILITY ARISING FROM USE OF THE MODEL ARTIFACTS.
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  base_model: Qwen/Qwen3-VL-8B-Instruct
3
- library_name: peft
 
 
4
  tags:
5
  - acoustitrace
6
  - audio-visual
@@ -50,6 +52,18 @@ The frozen base model is downloaded separately from
50
  `Qwen/Qwen3-VL-8B-Instruct`. Full evaluator setup and end-to-end commands are
51
  provided in the AcoustiTrace repository.
52
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  ## Links
54
 
55
  - [Paper](https://arxiv.org/abs/2608.02035)
 
1
  ---
2
  base_model: Qwen/Qwen3-VL-8B-Instruct
3
+ license: other
4
+ license_name: acoustitrace-rt60-research-license
5
+ license_link: https://huggingface.co/Missouter/AcoustiTrace-RT60/blob/main/LICENSE
6
  tags:
7
  - acoustitrace
8
  - audio-visual
 
52
  `Qwen/Qwen3-VL-8B-Instruct`. Full evaluator setup and end-to-end commands are
53
  provided in the AcoustiTrace repository.
54
 
55
+ ## Training sources and license
56
+
57
+ The RT60 supervision combines Matterport3D RGB-D observations, SoundSpaces 2.0
58
+ room-acoustic simulation, and absorption coefficients from the PTB Room
59
+ Acoustics Absorption Coefficient Database. No upstream training data is
60
+ included in this repository.
61
+
62
+ The model artifacts are available for non-commercial academic and research
63
+ use under the terms in [LICENSE](LICENSE). In particular, use remains subject
64
+ to the Matterport3D Academic Use Terms. The Qwen3-VL base model is separately
65
+ licensed under Apache-2.0.
66
+
67
  ## Links
68
 
69
  - [Paper](https://arxiv.org/abs/2608.02035)