cmac86 commited on
Commit
3492167
·
verified ·
1 Parent(s): a5965ce

Upload LICENSE with huggingface_hub

Browse files
Files changed (1) hide show
  1. LICENSE +66 -0
LICENSE ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ CAAL Model License v1.0
2
+
3
+ Copyright (c) 2026 CoreWorxLab
4
+
5
+ 1. Definitions
6
+
7
+ "Model" — Any fine-tuned language model, LoRA adapter, training configuration,
8
+ or model artifact produced by CoreWorxLab.
9
+
10
+ "Training Data" — The datasets, examples, and scripts used to produce Models.
11
+
12
+ "CAAL-Compatible System" — Any voice assistant or automation platform that
13
+ integrates with CAAL for non-commercial, personal use.
14
+
15
+ "Commercial Use" — Selling, licensing, or otherwise monetizing Models or
16
+ Training Data as part of a product or service, including offering Models as a
17
+ hosted service for paying customers.
18
+
19
+ "CoreWorxLab" — The maintainer and operator of the CAAL project.
20
+
21
+ 2. Grant of Rights
22
+
23
+ Permission is granted, free of charge, to any person to:
24
+
25
+ a. Use Models for personal, non-commercial purposes with any CAAL-Compatible
26
+ System.
27
+
28
+ b. Modify Models or Training Data for personal use or to contribute
29
+ improvements back to the project.
30
+
31
+ c. Share Models with attribution to CoreWorxLab.
32
+
33
+ 3. Restrictions
34
+
35
+ a. No Commercial Use by Third Parties. Models and Training Data may not be used
36
+ commercially by anyone other than CoreWorxLab without prior written
37
+ permission. This includes but is not limited to:
38
+ - Bundling Models with a competing commercial product
39
+ - Offering Models as a hosted or managed service
40
+ - Reselling or sublicensing access to Models
41
+ - Using Training Data to produce competing fine-tuned models for commercial
42
+ purposes
43
+
44
+ b. No Misrepresentation. Models may not be presented as the work of anyone
45
+ other than CoreWorxLab.
46
+
47
+ c. Attribution Required. Any permitted use of Models must include:
48
+ - Credit to CoreWorxLab
49
+ - A link to the original repository
50
+
51
+ 4. Base Model Rights
52
+
53
+ Models are fine-tuned derivatives of base models (e.g., Alibaba's Qwen3.5)
54
+ which are subject to their own licenses. This license applies only to the
55
+ fine-tuning artifacts, Training Data, and configurations produced by
56
+ CoreWorxLab. Users must also comply with the base model's license terms.
57
+
58
+ 5. No Warranty
59
+
60
+ MODELS AND TRAINING DATA ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
61
+ EXPRESS OR IMPLIED. IN NO EVENT SHALL COREWORXLAB BE LIABLE FOR ANY CLAIM,
62
+ DAMAGES, OR OTHER LIABILITY ARISING FROM USE OF THE MODELS.
63
+
64
+ 6. Commercial Licensing
65
+
66
+ For commercial use inquiries, contact CoreWorxLab at cmac@coreworxlab.com.