prithivMLmods
commited on
Update README.md
Browse files
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 |
-
|
144 |
|------------|------|----------------|------|
|
145 |
-
| GGUF | 3B | - | [🤗
|
|
|
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) |
|