Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ datasets:
|
|
20 |
# 🖥️ Llama-3.2-3B-Computer-Engineering-LLM
|
21 |
|
22 |
**Specialized AI Assistant for Computer Engineering**
|
23 |
-
*Fine-tuned Meta-Llama-3-
|
24 |
|
25 |
<div align="center">
|
26 |
<a href="https://github.com/IrfanUruchi/Llama-3.2-3B-Computer-Engineering-LLM">
|
@@ -53,7 +53,7 @@ This model is derived from Meta's Llama 3.2 and is governed by the [Llama 3.2 Co
|
|
53 |
### Architecture
|
54 |
| Component | Implementation Details |
|
55 |
|------------------------|---------------------------------|
|
56 |
-
| Base Model | Meta-Llama-3-
|
57 |
| Quantization | 4-bit via BitsAndBytes |
|
58 |
| Adapter | LoRA (r=16, alpha=32) |
|
59 |
| Training Framework | PyTorch + HuggingFace Ecosystem|
|
|
|
20 |
# 🖥️ Llama-3.2-3B-Computer-Engineering-LLM
|
21 |
|
22 |
**Specialized AI Assistant for Computer Engineering**
|
23 |
+
*Fine-tuned Meta-Llama-3-3B with 4-bit quantization + LoRA adapters*
|
24 |
|
25 |
<div align="center">
|
26 |
<a href="https://github.com/IrfanUruchi/Llama-3.2-3B-Computer-Engineering-LLM">
|
|
|
53 |
### Architecture
|
54 |
| Component | Implementation Details |
|
55 |
|------------------------|---------------------------------|
|
56 |
+
| Base Model | Meta-Llama-3-3B-Instruct |
|
57 |
| Quantization | 4-bit via BitsAndBytes |
|
58 |
| Adapter | LoRA (r=16, alpha=32) |
|
59 |
| Training Framework | PyTorch + HuggingFace Ecosystem|
|