Add YAML metadata to README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# QORA-LLM-2B
|
| 2 |
|
| 3 |
Pure Rust ternary inference engine based on [BitNet b1.58-2B-4T](https://huggingface.co/microsoft/bitnet-b1.58-2B-4T). No Python, no CUDA, no external ML frameworks. Single executable + model weights = portable AI that runs on any machine.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- ternary
|
| 7 |
+
- bitnet
|
| 8 |
+
- rust
|
| 9 |
+
- inference
|
| 10 |
+
- cpu
|
| 11 |
+
base_model: microsoft/bitnet-b1.58-2B-4T
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
# QORA-LLM-2B
|
| 16 |
|
| 17 |
Pure Rust ternary inference engine based on [BitNet b1.58-2B-4T](https://huggingface.co/microsoft/bitnet-b1.58-2B-4T). No Python, no CUDA, no external ML frameworks. Single executable + model weights = portable AI that runs on any machine.
|