prithivMLmods
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,8 @@ With its robust natural language processing capabilities, **Codepy 3B Deep Think
|
|
30 |
| `config.json` | 29 Bytes | Basic configuration placeholder. | Uploaded |
|
31 |
|
32 |
---
|
33 |
-
# Sample Deepthink Inference
|
|
|
34 |
>>> Develop a Python program to generate random passwords that consist of 8 characters. Not applicable
|
35 |
```markdown
|
36 |
# Random Password Generator
|
@@ -133,7 +134,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 |
-
|
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 |
|
|
|
30 |
| `config.json` | 29 Bytes | Basic configuration placeholder. | Uploaded |
|
31 |
|
32 |
---
|
33 |
+
# **Sample Deepthink Inference**
|
34 |
+
|
35 |
>>> Develop a Python program to generate random passwords that consist of 8 characters. Not applicable
|
36 |
```markdown
|
37 |
# Random Password Generator
|
|
|
134 |
- The character set includes spaces for additional complexity, but you can modify the `characters` string to include other symbols (e.g., `!@#$%^&*`).
|
135 |
|
136 |
---
|
137 |
+
# **Model Architecture:**
|
138 |
|
139 |
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.
|
140 |
|