prithivMLmods commited on
Commit
c463115
·
verified ·
1 Parent(s): d390eb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
- ## **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
 
 
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