CoolFace
Modelpublic

PYTHAI/Kimi-K2.7-Code-fork

sourceHugging Faceotherupdated 12d agoView on Hugging Face
0likes22downloads
THIRD_PARTY_NOTICES.md44 linesDownload Raw Back to root
1# THIRD_PARTY_NOTICES2 3This file lists third-party software contained in Kimi-K2.7-Code along with their licenses, in compliance with the redistribution clauses of those licenses.4 5---6 7## 1. DeepSeek-V38 9Our model architecture is DeepSeek-V3-like. Some of modeling codes are copied from the source repository.10 11- **Source Repository**  12  https://huggingface.co/deepseek-ai/DeepSeek-V313 14- **Files / Directories Used**  15  - configuration_deepseek.py16  - modeling_deepseek.py17 18- **License Type**  19  MIT License20 21- **Copyright Notice**  22  Copyright (c)  2023 DeepSeek23 24- **Full License Text**  25```26MIT License27Copyright (c) 2023 DeepSeek28Permission is hereby granted, free of charge, to any person obtaining a copy29of this software and associated documentation files (the "Software"), to deal30in the Software without restriction, including without limitation the rights31to use, copy, modify, merge, publish, distribute, sublicense, and/or sell32copies of the Software, and to permit persons to whom the Software is33furnished to do so, subject to the following conditions:34The above copyright notice and this permission notice shall be included in all35copies or substantial portions of the Software.36THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR37IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,38FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE39AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER40LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,41OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE42SOFTWARE.43```44