Instructions to use FORTYTWOjp/GOBLINmobileR1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLC-LLM
How to use FORTYTWOjp/GOBLINmobileR1 with MLC-LLM:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Set FORTYTWO proprietary model license
Browse files
LICENSE
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FORTYTWO Proprietary Model License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 Angel Hernandez / FORTYTWO. All rights reserved.
|
| 4 |
+
|
| 5 |
+
This repository, its model distribution, model naming, FORTYTWO/GOBLIN identity, custom tuning, prompts, configuration, packaging, metadata, deployment artifacts, and related materials are proprietary FORTYTWO assets unless a separate written agreement says otherwise.
|
| 6 |
+
|
| 7 |
+
You may not redistribute, re-host, sell, sublicense, white-label, rebrand, bulk-download for a competing service, remove attribution from, or otherwise commercially exploit this FORTYTWO repository or its FORTYTWO-specific artifacts without prior written permission from FORTYTWO.
|
| 8 |
+
|
| 9 |
+
You may use the hosted model files only as made available by FORTYTWO for the intended FORTYTWO EIKEN simulator / GOBLIN runtime use case, subject to any access limits, notices, and terms published by FORTYTWO.
|
| 10 |
+
|
| 11 |
+
Upstream attribution: these models are based on Qwen/Qwen3 family base models. The original upstream Qwen base model components are separately provided by their upstream authors under their upstream license terms, including Apache-2.0 where applicable. This FORTYTWO license does not remove or alter upstream notices for upstream components. It also does not grant permission to copy or repackage the FORTYTWO-specific modified distribution, identity, tuning, configuration, model card, or deployment package.
|
| 12 |
+
|
| 13 |
+
THE MATERIALS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. FORTYTWO DISCLAIMS ALL IMPLIED WARRANTIES, INCLUDING MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT, TO THE MAXIMUM EXTENT PERMITTED BY LAW.
|
README.md
CHANGED
|
@@ -1,9 +1,39 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- fortytwo
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# GOBLINmobileR1
|
| 8 |
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
+
license_name: fortytwo-proprietary-model-license
|
| 4 |
+
license_link: https://fortytwo.jp/
|
| 5 |
+
library_name: mlc-llm
|
| 6 |
+
base_model: Qwen/Qwen3-0.6B
|
| 7 |
tags:
|
| 8 |
- fortytwo
|
| 9 |
+
- goblin
|
| 10 |
+
- mlc-llm
|
| 11 |
+
- web-llm
|
| 12 |
+
- proprietary
|
| 13 |
---
|
| 14 |
|
| 15 |
# GOBLINmobileR1
|
| 16 |
|
| 17 |
+
FORTYTWO mobile brain, R1 backup.
|
| 18 |
+
|
| 19 |
+
WebLLM/MLC package retained as a backup brain with FORTYTWO identity tuning.
|
| 20 |
+
|
| 21 |
+
## License Status
|
| 22 |
+
|
| 23 |
+
This FORTYTWO repository is **not licensed by FORTYTWO under Apache-2.0**. The FORTYTWO model distribution, FORTYTWO/GOBLIN identity, custom tuning, prompts, configuration, packaging, metadata, model card, naming, trademarks, and deployment artifacts are proprietary FORTYTWO materials unless FORTYTWO grants written permission otherwise.
|
| 24 |
+
|
| 25 |
+
Restrictions include no unauthorized redistribution, re-hosting, resale, sublicensing, white-labeling, rebranding, bulk downloading for a competing service, removal of attribution, or commercial exploitation of FORTYTWO-specific artifacts.
|
| 26 |
+
|
| 27 |
+
## Upstream Base Model Attribution
|
| 28 |
+
|
| 29 |
+
Base model lineage: `Qwen/Qwen3-0.6B`.
|
| 30 |
+
|
| 31 |
+
The upstream Qwen/Qwen3 base model components are separately provided by their upstream authors under their own upstream terms, including Apache-2.0 where applicable. That upstream license remains applicable to the original upstream components and notices. It does **not** make the FORTYTWO-specific tuned distribution, identity, repository packaging, prompts, metadata, deployment configuration, or model card Apache-licensed.
|
| 32 |
+
|
| 33 |
+
## Intended Runtime
|
| 34 |
+
|
| 35 |
+
This model is packaged for the FORTYTWO local-first EIKEN simulator / GOBLIN WebLLM runtime.
|
| 36 |
+
|
| 37 |
+
## Change Note
|
| 38 |
+
|
| 39 |
+
License metadata and proprietary notices were set on 2026-07-06 05:33:04 UTC to clarify that FORTYTWO's model repositories are proprietary FORTYTWO distributions while preserving upstream Qwen attribution.
|