WCNegentropy commited on
Commit
e3d9952
Β·
verified Β·
1 Parent(s): 36c78b1

πŸš€ OS Launch: Clean documentation and refined licensing

Browse files

This 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.

Files changed (1) hide show
  1. bit_transformer/hf_checkpoint.py +1 -1
bit_transformer/hf_checkpoint.py CHANGED
@@ -9,7 +9,7 @@ from typing import Optional
9
  import torch
10
  from huggingface_hub import HfApi, hf_hub_download, login
11
 
12
- REPO_ID = "architect/bittransformerlm"
13
  FILENAME = "model.pt.gz"
14
 
15
 
 
9
  import torch
10
  from huggingface_hub import HfApi, hf_hub_download, login
11
 
12
+ REPO_ID = "WCNegentropy/BitTransformerLM"
13
  FILENAME = "model.pt.gz"
14
 
15