Update README.md
Browse files
README.md
CHANGED
|
@@ -133,4 +133,7 @@ To customize the password length, modify the `password_length` variable in the s
|
|
| 133 |
- The character set includes spaces for additional complexity, but you can modify the `characters` string to include other symbols (e.g., `!@#$%^&*`).
|
| 134 |
|
| 135 |
---
|
|
|
|
|
|
|
|
|
|
| 136 |
|
|
|
|
| 133 |
- The character set includes spaces for additional complexity, but you can modify the `characters` string to include other symbols (e.g., `!@#$%^&*`).
|
| 134 |
|
| 135 |
---
|
| 136 |
+
## **Model Architecture:**
|
| 137 |
+
|
| 138 |
+
Llama 3.2 is an auto-regressive language model that uses an optimized transformer architecture. The tuned versions use supervised fine-tuning (SFT) and reinforcement learning with human feedback (RLHF) to align with human preferences for helpfulness and safety.
|
| 139 |
|