Irfanuruchi commited on
Commit
2d85cc9
·
verified ·
1 Parent(s): 1bba02f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-8B 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,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-8B-Instruct |
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|