Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
|
|
|
|
|
|
| 3 |
base_model: LiquidAI/LFM2.5-350M
|
| 4 |
tags:
|
| 5 |
- coreml
|
|
@@ -207,4 +209,16 @@ Full conversion + drift writeup:
|
|
| 207 |
|
| 208 |
## License
|
| 209 |
|
| 210 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: lfm1.0
|
| 4 |
+
license_link: https://huggingface.co/LiquidAI/LFM2.5-350M/blob/main/LICENSE
|
| 5 |
base_model: LiquidAI/LFM2.5-350M
|
| 6 |
tags:
|
| 7 |
- coreml
|
|
|
|
| 209 |
|
| 210 |
## License
|
| 211 |
|
| 212 |
+
This CoreML port inherits **[LFM Open License v1.0](https://huggingface.co/LiquidAI/LFM2.5-350M/blob/main/LICENSE)** from the [base model](https://huggingface.co/LiquidAI/LFM2.5-350M).
|
| 213 |
+
|
| 214 |
+
**Important — commercial use limit**: the LFM Open License grants free
|
| 215 |
+
commercial use only up to a **revenue threshold of US $10M / year**.
|
| 216 |
+
Above that threshold (and for non-501(c)(3) entities) you need a
|
| 217 |
+
separate commercial license from Liquid AI. See the upstream
|
| 218 |
+
[LICENSE](https://huggingface.co/LiquidAI/LFM2.5-350M/blob/main/LICENSE)
|
| 219 |
+
and [Liquid AI commercial licensing](https://www.liquid.ai/) for
|
| 220 |
+
details.
|
| 221 |
+
|
| 222 |
+
The CoreML conversion code in this repo (the model class, conversion
|
| 223 |
+
scripts, runtime glue) is Apache 2.0 (parent project
|
| 224 |
+
[CoreML-LLM](https://github.com/john-rocky/CoreML-LLM)).
|