prithivMLmods commited on
Commit
0e5b627
·
verified ·
1 Parent(s): 9ece1b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -38,7 +38,7 @@ With its robust natural language processing capabilities, **Codepy 3B Deep Think
38
 
39
  ## <span style="color:red;">Sample Deepthink Inference</span>
40
 
41
- ```
42
  # Random Password Generator
43
 
44
  This Python program generates a random password of a specified length (default: 8 characters) that includes a mix of lowercase letters, uppercase letters, digits, and spaces. The program ensures the generated password meets basic security requirements while maintaining simplicity.
@@ -140,6 +140,6 @@ To customize the password length, modify the `password_length` variable in the s
140
 
141
  ```
142
 
143
- ## | Model Type | Size | Context Length | Link |
144
  |------------|------|----------------|------|
145
- | GGUF | 3B | - | [🤗 Codepy-Deepthink-3B-GGUF](https://huggingface.co/prithivMLmods/Codepy-3B-GGUF) |
 
38
 
39
  ## <span style="color:red;">Sample Deepthink Inference</span>
40
 
41
+ ```markdown
42
  # Random Password Generator
43
 
44
  This Python program generates a random password of a specified length (default: 8 characters) that includes a mix of lowercase letters, uppercase letters, digits, and spaces. The program ensures the generated password meets basic security requirements while maintaining simplicity.
 
140
 
141
  ```
142
 
143
+ | Model Type | Size | Context Length | Link |
144
  |------------|------|----------------|------|
145
+ | GGUF | 3B | - | [🤗 Llama-Doctor-3.2-3B-Instruct-GGUF](https://huggingface.co/prithivMLmods/Llama-Doctor-3.2-3B-Instruct-GGUF) |