Commit
·
bf494f9
1
Parent(s):
3ae43c2
Add Disclaimer and CHANGELOG.md
Browse files- CHANGELOG.md +16 -0
- README.md +4 -0
CHANGELOG.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Changelog
|
2 |
+
|
3 |
+
## [Unreleased]
|
4 |
+
|
5 |
+
## [v1.1.1] - 2021-04-01
|
6 |
+
### Added
|
7 |
+
- Disclaimer and author in the "License" section.
|
8 |
+
- CHANGELOG.md
|
9 |
+
|
10 |
+
## [v1.1.0] - 2021-03/27
|
11 |
+
### Modified
|
12 |
+
- config.json to set default generation parameters of top_k=50, top_p=0.95 and d_samples=True
|
13 |
+
|
14 |
+
## [v1.0.0] - 2021-03/27
|
15 |
+
### Added
|
16 |
+
- models and model card
|
README.md
CHANGED
@@ -63,3 +63,7 @@ Then load the pretrained tokenizer and GPT-2 model, and call a `generate` method
|
|
63 |
## License
|
64 |
|
65 |
All the models included in this repository are licensed under [Creative Commons Attribution-ShareAlike 3.0](https://creativecommons.org/licenses/by-sa/3.0/).
|
|
|
|
|
|
|
|
|
|
63 |
## License
|
64 |
|
65 |
All the models included in this repository are licensed under [Creative Commons Attribution-ShareAlike 3.0](https://creativecommons.org/licenses/by-sa/3.0/).
|
66 |
+
|
67 |
+
**Disclaimer:** The model potentially has possibility that it generates similar texts in the training data, texts not to be true, or biased texts. Use of the model is at your sole risk. Colorful Scoop makes no warranty or guarantee of any outputs from the model. Colorful Scoop is not liable for any trouble, loss, or damage arising from the model output.
|
68 |
+
|
69 |
+
**Author:** Colorful Scoop
|