prithivMLmods
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,11 @@ With its robust natural language processing capabilities, **Codepy 3B Deep Think
|
|
34 |
| `tokenizer.json` | 17.2 MB | Full tokenizer vocabulary and merges. | Uploaded (LFS) |
|
35 |
| `tokenizer_config.json` | 57.5 kB | Tokenizer configuration details. | Uploaded |
|
36 |
|
37 |
-
|
|
|
|
|
|
|
|
|
38 |
|
39 |
## <span style="color:green;">Sample Deepthink Inference</span>
|
40 |
|
@@ -138,8 +142,3 @@ To customize the password length, modify the `password_length` variable in the s
|
|
138 |
- This implementation uses Python's `random` module, which is suitable for general-purpose randomness. For cryptographically secure passwords, consider using the `secrets` module.
|
139 |
- The character set includes spaces for additional complexity, but you can modify the `characters` string to include other symbols (e.g., `!@#$%^&*`).
|
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) |
|
|
|
34 |
| `tokenizer.json` | 17.2 MB | Full tokenizer vocabulary and merges. | Uploaded (LFS) |
|
35 |
| `tokenizer_config.json` | 57.5 kB | Tokenizer configuration details. | Uploaded |
|
36 |
|
37 |
+
| Model Type | Size | Context Length | Link |
|
38 |
+
|------------|------|----------------|------|
|
39 |
+
| GGUF | 3B | - | [🤗 Llama-Doctor-3.2-3B-Instruct-GGUF](https://huggingface.co/prithivMLmods/Llama-Doctor-3.2-3B-Instruct-GGUF) |
|
40 |
+
|
41 |
+
---
|
42 |
|
43 |
## <span style="color:green;">Sample Deepthink Inference</span>
|
44 |
|
|
|
142 |
- This implementation uses Python's `random` module, which is suitable for general-purpose randomness. For cryptographically secure passwords, consider using the `secrets` module.
|
143 |
- The character set includes spaces for additional complexity, but you can modify the `characters` string to include other symbols (e.g., `!@#$%^&*`).
|
144 |
|
|
|
|
|
|
|
|
|
|