prithivMLmods
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -137,4 +137,9 @@ To customize the password length, modify the `password_length` variable in the s
|
|
137 |
## Security Notes
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
137 |
## Security Notes
|
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 | - | [🤗 Codepy-Deepthink-3B-GGUF](https://huggingface.co/prithivMLmods/Codepy-3B-GGUF) |
|