kubernetes-bad
commited on
Commit
•
3a3c12a
1
Parent(s):
b509b89
Update license
Browse filesI am not a lawyer -_-
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# CharGen v2
|
@@ -266,18 +270,10 @@ App is accessible publicly, with no limitations and while supplies last (fp16 in
|
|
266 |
|
267 |
## Licensing
|
268 |
|
269 |
-
License: `
|
270 |
-
|
271 |
-
TL;DR: Free for you, unless you make money on it.
|
272 |
-
|
273 |
-
If you would like to use CharGen (or derivative) commercially - contact author to make a charitable donation with receipt.
|
274 |
-
|
275 |
-
CharGen is at heart an open-source project, but it is based on data that is not owned by CharGen's author. Dataset cannot be released without data owners' permission. Scripts, methods, tools and everything else will eventually be released under open-source licenses.
|
276 |
-
|
277 |
-
Model CharGen is available for you to do whatever you want with it, as long as you're not using it for commercial purposes.
|
278 |
|
279 |
## Thanks
|
280 |
|
281 |
- [Gryphe](https://huggingface.co/Gryphe) for help with base model and infinite advise
|
282 |
- Grimulkan for amazing [Theory of Mind](https://huggingface.co/datasets/grimulkan/theory-of-mind) dataset
|
283 |
-
- Testers for testing the model (@lumi, @hushpiper, @[jeiku](https://huggingface.co/jeiku), @DL, @lucy)
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- mistralai/Mistral-7B-v0.1
|
7 |
---
|
8 |
|
9 |
# CharGen v2
|
|
|
270 |
|
271 |
## Licensing
|
272 |
|
273 |
+
License: `Apache 2.0`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
274 |
|
275 |
## Thanks
|
276 |
|
277 |
- [Gryphe](https://huggingface.co/Gryphe) for help with base model and infinite advise
|
278 |
- Grimulkan for amazing [Theory of Mind](https://huggingface.co/datasets/grimulkan/theory-of-mind) dataset
|
279 |
+
- Testers for testing the model (@lumi, @hushpiper, @[jeiku](https://huggingface.co/jeiku), @DL, @lucy)
|