https://github.com/righettod/toolbox-ollama-models
Collection of custom models using the Ollama platform.
https://github.com/righettod/toolbox-ollama-models
appsec ollama
Last synced: 25 days ago
JSON representation
Collection of custom models using the Ollama platform.
- Host: GitHub
- URL: https://github.com/righettod/toolbox-ollama-models
- Owner: righettod
- License: gpl-3.0
- Created: 2026-05-16T16:50:21.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-16T17:20:07.000Z (about 1 month ago)
- Last Synced: 2026-05-16T19:28:35.087Z (about 1 month ago)
- Topics: appsec, ollama
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤖 Ollama models library
[](https://github.com/righettod/toolbox-ollama-models/actions/workflows/validate.yml)
## 🎯 Description
The goal of this repository is to centralize and store all custom models I create/manage using the [Ollama](https://ollama.com/) platform.
## 📂 Content
> [!NOTE]
> Structure used is a folder by model, in which, a file named `Modelfile` contains the descriptor of the model.
| Folder | Model source | Purpose |
| ------------------------------------------------------ | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [gemma3-sectest](gemma3-sectest/) | [gemma3:4b](https://ollama.com/library/gemma3:4b) | Custom model to generate security test content for assessing applications using LLM. |
| [llama-3.1-8b-abliterated](llama-3.1-8b-abliterated/) | [llama3.1:8b](https://ollama.com/library/llama3.1:8b) | Abliterated version of the model **llama3.1:8b** based on [the one created](https://ollama.com/BlackHillsInfoSec/llama-3.1-8b-abliterated:latest) by [BlackHillsInfoSec](https://www.blackhillsinfosec.com/). |
🧑💻 Use this command to build a custom model: `ollama create [folder_name] -f ./[folder_name]/Modelfile`.
## 📖 References
*