EmCoder / LICENSE.md
yezdata's picture
Upload LICENSE.md
9165345 verified
|
Raw
History Blame Contribute Delete
2.72 kB

License Agreements

This repository is multi-licensed. The model weights, configurations, and our original initialization/source code are licensed under CC BY 4.0. The integrated third-party library components retain their original MIT License.


1. Model Weights and Original Code (CC BY 4.0)

The model weights and the original source code developed for this project are licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0).

You are free to:

  • Share — copy and redistribute the material in any medium or format.
  • Adapt — remix, transform, and build upon the material for any purpose, even commercially.

Under the following terms:

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

To view a copy of this license, visit: http://creativecommons.org/licenses/by/4.0/

Required Citation

If you use this model or code in your research or product, please cite it as follows:

@misc{jez2026emcoder,
  author = {Václav Jež},
  title = {EmCoder},
  year = {2026},
  publisher = {Hugging Face},
  howpublished = {\url{https://huggingface.co/yezdata/EmCoder}},
  version = {1.0.0}
}

2. Integrated Third-Party Components (MIT License)

This repository embeds and modifies source code from the rotary-embedding-torch project to eliminate external dependencies. These specific integrated components remain subject to the original MIT License terms below.

Copyright (c) 2021 Phil Wang Modified work Copyright (c) 2026 Václav Jež

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.