pedrodev2026 commited on
Commit
466ee34
·
verified ·
1 Parent(s): 6b32e2b

Create CREDITS.md

Browse files
Files changed (1) hide show
  1. CREDITS.md +50 -0
CREDITS.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.