prithivMLmods commited on
Commit
8c16554
·
verified ·
1 Parent(s): a29eca4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -40,6 +40,7 @@ With its robust natural language processing capabilities, **Codepy 3B Deep Think
40
  | *Demo on LM Studio* | https://drive.google.com/file/d/1CHdfjYrwMnk9ACvS40Abfy3xNXnCubKG/view?usp=sharing |
41
  | *Codepy-Deepthink-3B-GGUF* | https://huggingface.co/prithivMLmods/Codepy-Deepthink-3B-GGUF |
42
 
 
43
  # **<span style="color:red;">Sample Deepthink Inference</span>**
44
 
45
  >>> Develop a Python program to generate random passwords that consist of 8 characters. Not applicable
@@ -143,7 +144,7 @@ To customize the password length, modify the `password_length` variable in the s
143
  ## Security Notes
144
  - This implementation uses Python's `random` module, which is suitable for general-purpose randomness. For cryptographically secure passwords, consider using the `secrets` module.
145
  - The character set includes spaces for additional complexity, but you can modify the `characters` string to include other symbols (e.g., `!@#$%^&*`).
146
-
147
  # **Model Architecture**
148
 
149
  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.
 
40
  | *Demo on LM Studio* | https://drive.google.com/file/d/1CHdfjYrwMnk9ACvS40Abfy3xNXnCubKG/view?usp=sharing |
41
  | *Codepy-Deepthink-3B-GGUF* | https://huggingface.co/prithivMLmods/Codepy-Deepthink-3B-GGUF |
42
 
43
+ ---
44
  # **<span style="color:red;">Sample Deepthink Inference</span>**
45
 
46
  >>> Develop a Python program to generate random passwords that consist of 8 characters. Not applicable
 
144
  ## Security Notes
145
  - This implementation uses Python's `random` module, which is suitable for general-purpose randomness. For cryptographically secure passwords, consider using the `secrets` module.
146
  - The character set includes spaces for additional complexity, but you can modify the `characters` string to include other symbols (e.g., `!@#$%^&*`).
147
+ ---
148
  # **Model Architecture**
149
 
150
  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.