🚀 OS Launch: Clean documentation and refined licensing
Browse filesThis OS launch commit includes:
✅ **Cleaned Documentation**
- Removed inflated claims and marketing language
- Added honest research status and limitations
- Created professional model card and validation reports
- Streamlined licensing to AGPLv3 + commercial contact
✅ **Refined Codebase**
- Complete experimental bit-native transformer implementation
- 57 Python files with comprehensive research framework
- Safety telemetry and monitoring systems
- Distributed training and development tools
✅ **Professional Standards**
- Empirical validation of all claims
- Clear experimental vs production distinctions
- Rigorous research methodology requirements
- Community contribution framework
Ready for serious research evaluation and academic investigation.
- LICENSE/DISCLAIMER.txt +2 -2
LICENSE/DISCLAIMER.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# BitTransformerLM – Legal & Risk Disclaimer
|
2 |
_Last updated: August 2025_
|
3 |
|
4 |
-
BitTransformerLM (the "Software") is an **experimental AI research model** developed by
|
5 |
|
6 |
---
|
7 |
|
@@ -84,6 +84,6 @@ decision.
|
|
84 |
|
85 |
---
|
86 |
|
87 |
-
**©
|
88 |
All trademarks—including “BitTransformerLM” and the spiral-N logo—are property
|
89 |
of WCNH. Unauthorized use is prohibited.
|
|
|
1 |
# BitTransformerLM – Legal & Risk Disclaimer
|
2 |
_Last updated: August 2025_
|
3 |
|
4 |
+
BitTransformerLM (the "Software") is an **experimental AI research model** developed by WCNEGENTROPY HOLDINGS LLC ("WCNH"). By downloading, installing, running, fine-tuning, or otherwise using the Software **you acknowledge and agree to all terms below.**
|
5 |
|
6 |
---
|
7 |
|
|
|
84 |
|
85 |
---
|
86 |
|
87 |
+
**© 2025 WCNEGENTROPY HOLDINGS LLC.**
|
88 |
All trademarks—including “BitTransformerLM” and the spiral-N logo—are property
|
89 |
of WCNH. Unauthorized use is prohibited.
|