pedrodev2026 commited on
Commit
b884f56
·
verified ·
1 Parent(s): 5087fca

Update CREDITS.md

Browse files
Files changed (1) hide show
  1. CREDITS.md +41 -18
CREDITS.md CHANGED
@@ -1,50 +1,73 @@
1
  # CREDITS
2
 
3
- This model is a merged derivative work based on the following open-source models:
4
 
5
  ---
6
 
7
- ## Qwen 2.5 Coder 1.5B Instruct
8
 
9
  * **Model Family:** Qwen
10
- * **License:** Apache License 2.0
11
- * **License URL:** https://www.apache.org/licenses/LICENSE-2.0
12
  * **Original Authors:** Alibaba Cloud / Qwen Team
 
 
13
 
14
- This project uses components derived from the Qwen model family.
15
  All rights and attributions remain with the original authors under the terms of the Apache 2.0 License.
16
 
17
  ---
18
 
19
- ## DeepSeek R1 Distil-Qwen 1.5B
20
 
21
  * **Model Family:** DeepSeek
22
- * **License:** MIT License
23
- * **License URL:** https://opensource.org/licenses/MIT
24
  * **Original Authors:** DeepSeek AI
 
 
25
 
26
- This project uses components derived from DeepSeek models.
27
  All rights and attributions remain with the original authors under the terms of the MIT License.
28
 
29
  ---
30
 
31
- ## Disclaimer
32
 
33
- This merged model is an independent derivative work created by combining weights from the models listed above.
34
 
35
- * This project is **not officially affiliated with, endorsed by, or sponsored by** the original authors.
36
- * All original intellectual property and rights remain with their respective creators.
37
- * Usage of this merged model must comply with the licenses of the original models.
38
 
39
  ---
40
 
41
- ## License Notice
42
 
43
- Because this model incorporates components under:
44
 
45
  * Apache 2.0 (Qwen)
46
  * MIT (DeepSeek)
47
 
48
- Users must comply with both licenses when using or distributing this merged model.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
- Refer to the original license texts for full legal details.
 
1
  # CREDITS
2
 
3
+ This model is a merged derivative work created from the following open-source models:
4
 
5
  ---
6
 
7
+ ## Qwen
8
 
9
  * **Model Family:** Qwen
 
 
10
  * **Original Authors:** Alibaba Cloud / Qwen Team
11
+ * **Original License:** Apache License 2.0
12
+ * **License URL:** https://www.apache.org/licenses/LICENSE-2.0
13
 
14
+ This merged model incorporates components derived from the Qwen model family.
15
  All rights and attributions remain with the original authors under the terms of the Apache 2.0 License.
16
 
17
  ---
18
 
19
+ ## DeepSeek
20
 
21
  * **Model Family:** DeepSeek
 
 
22
  * **Original Authors:** DeepSeek AI
23
+ * **Original License:** MIT License
24
+ * **License URL:** https://opensource.org/licenses/MIT
25
 
26
+ This merged model incorporates components derived from DeepSeek models.
27
  All rights and attributions remain with the original authors under the terms of the MIT License.
28
 
29
  ---
30
 
31
+ # License of This Merged Model
32
 
33
+ The final merged model is distributed under the:
34
 
35
+ **BSD 3-Clause License**
36
+
37
+ This license applies to the original merging work and any additional modifications made in this repository.
38
 
39
  ---
40
 
41
+ # License Compatibility Notice
42
 
43
+ This project combines components under:
44
 
45
  * Apache 2.0 (Qwen)
46
  * MIT (DeepSeek)
47
 
48
+ Both Apache 2.0 and MIT licenses are compatible with redistribution under BSD-3, provided that:
49
+
50
+ * All original copyright notices are preserved.
51
+ * License texts are included where required.
52
+ * Attribution to original authors is maintained.
53
+ * No endorsement by the original authors is implied.
54
+
55
+ Users of this merged model must comply with the terms of:
56
+
57
+ * The BSD 3-Clause License (for this merged work)
58
+ * The Apache 2.0 License (Qwen components)
59
+ * The MIT License (DeepSeek components)
60
+
61
+ Refer to the respective license texts for full legal details.
62
+
63
+ ---
64
+
65
+ # Disclaimer
66
+
67
+ This merged model is an independent derivative work and is:
68
+
69
+ * Not officially affiliated with, endorsed by, or sponsored by the original authors.
70
+ * Distributed without warranty of any kind.
71
+ * Provided "as is" under the terms of the BSD 3-Clause License.
72
 
73
+ All intellectual property rights remain with their respective original creators.