Change license to MIT
Browse files- LICENSE +15 -88
- README.md +2 -6
- __pycache__/config.cpython-310.pyc +0 -0
- __pycache__/model.cpython-310.pyc +0 -0
- __pycache__/reply_utils.cpython-310.pyc +0 -0
LICENSE
CHANGED
|
@@ -1,94 +1,21 @@
|
|
| 1 |
-
|
| 2 |
-
Copyright (c) 2026 Pratham Kode
|
| 3 |
-
|
| 4 |
-
================================================================================
|
| 5 |
-
1. DEFINITIONS
|
| 6 |
-
================================================================================
|
| 7 |
-
|
| 8 |
-
"Software" means the Smartwatch LM v0.2 model, weights, tokenizer, ONNX export,
|
| 9 |
-
documentation, and all other files distributed with this repository.
|
| 10 |
-
|
| 11 |
-
"You" means the individual or legal entity exercising permissions granted by
|
| 12 |
-
this license.
|
| 13 |
-
|
| 14 |
-
"Personal Use" means use of the Software by You for non-commercial purposes,
|
| 15 |
-
including but not limited to:
|
| 16 |
-
|
| 17 |
-
- Personal, hobby, or educational projects
|
| 18 |
-
- Academic research and teaching (non-commercial)
|
| 19 |
-
- Evaluation, experimentation, and prototyping that is not part of a
|
| 20 |
-
commercial product or service
|
| 21 |
-
- Internal testing by an individual who is not acting on behalf of a business
|
| 22 |
-
|
| 23 |
-
"Commercial Use" means any use of the Software that is not Personal Use,
|
| 24 |
-
including but not limited to:
|
| 25 |
-
|
| 26 |
-
- Use in or as part of a product, service, or offering that is sold,
|
| 27 |
-
licensed, or otherwise monetized
|
| 28 |
-
- Use by a for-profit organization in the course of its business operations
|
| 29 |
-
- Use to provide services to third parties, whether or not a fee is charged
|
| 30 |
-
- Distribution of the Software (or derivatives) as part of a commercial
|
| 31 |
-
offering
|
| 32 |
-
|
| 33 |
-
================================================================================
|
| 34 |
-
2. PERSONAL USE LICENSE (FREE)
|
| 35 |
-
================================================================================
|
| 36 |
-
|
| 37 |
-
Subject to the terms of this license, permission is hereby granted, free of
|
| 38 |
-
charge, to any person obtaining a copy of the Software to use, copy, modify,
|
| 39 |
-
and distribute the Software for Personal Use only, provided that:
|
| 40 |
-
|
| 41 |
-
(a) this license text is included with any redistribution; and
|
| 42 |
-
(b) You do not use the Software for Commercial Use without a separate
|
| 43 |
-
commercial license as described in Section 3.
|
| 44 |
|
| 45 |
-
|
| 46 |
-
3. COMMERCIAL USE (PAID LICENSE REQUIRED)
|
| 47 |
-
================================================================================
|
| 48 |
-
|
| 49 |
-
Commercial Use of the Software is not permitted under the free Personal Use
|
| 50 |
-
license. To use the Software for Commercial Use, You must obtain a paid
|
| 51 |
-
commercial license from the copyright holder.
|
| 52 |
-
|
| 53 |
-
To request commercial licensing terms and pricing, contact the repository
|
| 54 |
-
maintainer through the Hugging Face model page or project repository.
|
| 55 |
-
|
| 56 |
-
No commercial license is granted by implication. All Commercial Use without
|
| 57 |
-
an executed commercial license agreement is prohibited.
|
| 58 |
-
|
| 59 |
-
================================================================================
|
| 60 |
-
4. RESTRICTIONS
|
| 61 |
-
================================================================================
|
| 62 |
-
|
| 63 |
-
Except as expressly permitted above, You may not:
|
| 64 |
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
================================================================================
|
| 72 |
|
| 73 |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 74 |
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 75 |
-
FITNESS FOR A PARTICULAR PURPOSE
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR
|
| 82 |
-
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING
|
| 83 |
-
FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
| 84 |
-
IN THE SOFTWARE.
|
| 85 |
-
|
| 86 |
-
================================================================================
|
| 87 |
-
7. TERMINATION
|
| 88 |
-
================================================================================
|
| 89 |
-
|
| 90 |
-
This license terminates automatically if You breach its terms. Upon
|
| 91 |
-
termination, You must cease all use of the Software and destroy any copies in
|
| 92 |
-
Your possession.
|
| 93 |
-
|
| 94 |
-
Sections 5, 6, and 7 survive termination.
|
|
|
|
| 1 |
+
MIT License
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
+
Copyright (c) 2026 Pratham Kode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
|
|
|
| 14 |
|
| 15 |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
-
license_name: personal-use-free-commercial-paid
|
| 4 |
-
license_link: LICENSE
|
| 5 |
tags:
|
| 6 |
- onnx
|
| 7 |
- smartwatch
|
|
@@ -78,6 +76,4 @@ Quality evaluation on 39 golden prompts is in [`benchmark/`](benchmark/):
|
|
| 78 |
|
| 79 |
## License
|
| 80 |
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
**Commercial use requires a paid license.** If you want to use this model in a product, service, or other commercial context, contact the repository maintainer to obtain commercial licensing terms.
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- onnx
|
| 5 |
- smartwatch
|
|
|
|
| 76 |
|
| 77 |
## License
|
| 78 |
|
| 79 |
+
This model is released under the [MIT License](LICENSE).
|
|
|
|
|
|
__pycache__/config.cpython-310.pyc
ADDED
|
Binary file (392 Bytes). View file
|
|
|
__pycache__/model.cpython-310.pyc
ADDED
|
Binary file (6.9 kB). View file
|
|
|
__pycache__/reply_utils.cpython-310.pyc
ADDED
|
Binary file (4.47 kB). View file
|
|
|