Update README.md
Browse filesUpdate model license to ModelGo Zero License
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
base_model: FreedomIntelligence/Apollo-0.5B
|
4 |
tags:
|
5 |
- llama-cpp
|
@@ -49,3 +49,66 @@ or
|
|
49 |
```
|
50 |
./llama-server --hf-repo nchen909/Apollo-0.5B-Q8_0-GGUF --hf-file apollo-0.5b-q8_0.gguf -c 2048
|
51 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: other
|
3 |
base_model: FreedomIntelligence/Apollo-0.5B
|
4 |
tags:
|
5 |
- llama-cpp
|
|
|
49 |
```
|
50 |
./llama-server --hf-repo nchen909/Apollo-0.5B-Q8_0-GGUF --hf-file apollo-0.5b-q8_0.gguf -c 2048
|
51 |
```
|
52 |
+
|
53 |
+
|
54 |
+
### Model License:
|
55 |
+
|
56 |
+
ModelGo Zero License, Version 2.0 (MG0-2.0)
|
57 |
+
|
58 |
+
```
|
59 |
+
Model Sheet:
|
60 |
+
+--------------+--------------------------------------------------+---+
|
61 |
+
| | Use, Reproduce and Distribute Licensed Materials | β |
|
62 |
+
| +--------------------------------------------------+---+
|
63 |
+
| | Create Derivative Materials | β |
|
64 |
+
| +--------------------------------------------------+---+
|
65 |
+
| Grant of | Sub-License Licensed Materials | β |
|
66 |
+
| Rights to +--------------------------------------------------+---+
|
67 |
+
| Licensed | Revocable License to Licensed Materials | β |
|
68 |
+
| Materials +--------------------------------------------------+---+
|
69 |
+
| | Ownership of Derivative Materials with Licensor | β |
|
70 |
+
| +--------------------------------------------------+---+
|
71 |
+
| | Commercial Use of Licensed Materials | β |
|
72 |
+
+--------------+--------------------------------------------------+---+
|
73 |
+
| | Use and Reproduce Derivative Materials | β |
|
74 |
+
| +--------------------------------------------------+---+
|
75 |
+
| | Distribute Derivative Materials | β |
|
76 |
+
| +--------------------------------------------------+---+
|
77 |
+
| Grant of | Sub-License Derivative Materials | β |
|
78 |
+
| Rights to +--------------------------------------------------+---+
|
79 |
+
| Derivative | Revocable License to Derivative Materials | β |
|
80 |
+
| Materials +--------------------------------------------------+---+
|
81 |
+
| | Ownership of Derivative Materials with Licensee | β |
|
82 |
+
| +--------------------------------------------------+---+
|
83 |
+
| | Commercial Use of Derivative Materials | β |
|
84 |
+
+--------------+--------------------------------------------------+---+
|
85 |
+
| Grant of | Right to Distribute Output if Indicate Notice of | β |
|
86 |
+
| Rights to | AI-Generated Content | |
|
87 |
+
| Output +--------------------------------------------------+---+
|
88 |
+
| | Commercial Use of Output | β |
|
89 |
+
+--------------+--------------------------------------------------+---+
|
90 |
+
| Responsible | Use Restrictions (RAI) on Licensed Materials, | β |
|
91 |
+
| AI | Derivative Materials and Output | |
|
92 |
+
+--------------+--------------------------------------------------+---+
|
93 |
+
| | Provide a Copy of Original License | β |
|
94 |
+
| +--------------------------------------------------+---+
|
95 |
+
| | Retain Original Attribution Notice when | β |
|
96 |
+
| | Distributing Licensed Materials | |
|
97 |
+
| +--------------------------------------------------+---+
|
98 |
+
| | Retain Original Attribution Notice when | β |
|
99 |
+
| | Distributing Derivative Materials | |
|
100 |
+
| Requirements +--------------------------------------------------+---+
|
101 |
+
| relating to | Indicate Modifications when Distributing | β |
|
102 |
+
| Distribution | Derivative Materials | |
|
103 |
+
| of Licensed +--------------------------------------------------+---+
|
104 |
+
| Materials | Require Third Party Recipients to Comply with | |
|
105 |
+
| and/or | Use Restrictions (RAI) on Distributed Licensed | β |
|
106 |
+
| Derivative | Materials, Derivative Materials and Output | |
|
107 |
+
| Materials +--------------------------------------------------+---+
|
108 |
+
| | Disclosure of Distributed Licensed Materials | β |
|
109 |
+
| | and/or Derivative Materials in Source Code Form | |
|
110 |
+
| +--------------------------------------------------+---+
|
111 |
+
| | Licensing Distributed Derivative Materials | β |
|
112 |
+
| | on Same Terms as License | |
|
113 |
+
+--------------+--------------------------------------------------+---+
|
114 |
+
```
|