π 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.
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 = "
|
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 |
|