pedrodev2026 commited on
Commit
6b6682a
·
verified ·
1 Parent(s): b884f56

Update CREDITS.md

Browse files
Files changed (1) hide show
  1. CREDITS.md +16 -64
CREDITS.md CHANGED
@@ -1,73 +1,25 @@
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.
 
1
  # CREDITS
2
 
3
+ This model is a **merged version** created from multiple base models.
4
 
5
+ ## Base Models
6
 
7
+ * **Deepseek Distil-Qwen**
8
 
9
+ * Based on: Qwen 2.5 Math
10
+ * Size: 1.5B parameters
11
+ * License: MIT [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
12
+ * Credits: Deepseek team
13
 
14
+ * **Qwen 2.5 Coder**
 
15
 
16
+ * Based on: Qwen 2.5
17
+ * Size: 1.5B parameters
18
+ * License: Apache 2.0 [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0)
19
+ * Credits: Qwen team
20
 
21
+ ## Final Merged Model
22
 
23
+ * Combines contributions from **Deepseek Distil-Qwen** and **Qwen 2.5 Coder**
24
+ * License: BSD-3-Clause [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
25
+ * Credits: Deepseek team, Qwen team