prithivMLmods commited on
Commit
7513e80
·
verified ·
1 Parent(s): a20b2b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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) |