lexi-coder-8b-v1 / README.md
reallexi's picture
Add model card metadata
be11e88 verified
|
Raw
History Blame Contribute Delete
1.73 kB
---
license: other
license_name: "inherits-base-model-and-dataset-terms"
base_model: "meta-llama/Llama-3.1-8B-Instruct"
library_name: gguf
pipeline_tag: "text-generation"
tags:
- "ai-model-builder"
- "fine-tuned"
- gguf
- llama.cpp
- llm
- q4_k_m
- reallexi
- "text-generation"
---
# reallexi/lexi-coder-8b-v1
A GGUF build of 8.04B parameters, derived from [`meta-llama/Llama-3.1-8B-Instruct`](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct).
## Size and requirements
| | |
|---|---|
| Parameters | 8,037,076,992 (8.04B) |
| Weights on disk | 4.58 GB |
| Quantization | Q4_K_M |
| Trained context length | 2,048 tokens |
| Base model | `meta-llama/Llama-3.1-8B-Instruct` |
Approximate memory to hold the weights. Add context and runtime overhead on top.
| Precision | Weights |
|---|---|
| FP16 / BF16 | 14.97 GB |
| 8-bit (Q8_0) | 7.49 GB |
| 4-bit (Q4_K_M) | 4.12 GB |
## Training
| | |
|---|---|
| Strategy | llm |
| Adapter | Auto LoRA |
| LoRA rank / alpha | 8 / 16 |
| Dataset | `TIGER-Lab/MathInstruct` |
| Samples learned | 1,000 (through phase 8 of 15) |
| Training steps | 1,250 |
| Epochs | 5 |
## Usage
```bash
llama-cli -m reallexi/lexi-coder-8b-v1.gguf -p "Your prompt here"
```
## License and attribution
The effective terms are inherited from the base model and the training data, which are not necessarily the same as this project's own license. Review both before redistributing.
- Base model: [`meta-llama/Llama-3.1-8B-Instruct`](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct)
- Training data: `TIGER-Lab/MathInstruct`
Copyright (c) 2026 Reallexi LLC. All rights reserved.
Produced by Reallexi LLC AI Model Builder from training job #1297.
Core: https://llm.reallexi.io