[PR #284] [CLOSED] update to nous-hermes modelfile #15348

Closed
opened 2026-04-16 04:56:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/284
Author: @technovangelist
Created: 8/4/2023
Status: Closed

Base: mainHead: update-nous-hermes


📝 Commits (2)

  • 42bdcee update to nous-hermes modelfile
  • e734b62 had the instruction and input reversed

📊 Changes

2 files changed (+8 additions, -1 deletions)

View changed files

📝 examples/midjourney-prompter/Modelfile (+1 -1)
📝 library/modelfiles/nous-hermes (+7 -0)

📄 Description

  • The nous-hermes model will now accept a system prompt from a model that uses nous-hermes.
  • also updated the midjourney-prompter to use a better name.

as per Hugging Face (https://huggingface.co/NousResearch/Nous-Hermes-13b#prompt-format), the prompt template is:

Prompt Format
The model follows the Alpaca prompt format:

### Instruction:

### Response:

or

### Instruction:

### Input:

### Response:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/284 **Author:** [@technovangelist](https://github.com/technovangelist) **Created:** 8/4/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `update-nous-hermes` --- ### 📝 Commits (2) - [`42bdcee`](https://github.com/ollama/ollama/commit/42bdcee4739f15e6f609f76da3f24618588ddcd9) update to nous-hermes modelfile - [`e734b62`](https://github.com/ollama/ollama/commit/e734b62d4d8a06471c171fc9f64b38f3fe4ea7ba) had the instruction and input reversed ### 📊 Changes **2 files changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/midjourney-prompter/Modelfile` (+1 -1) 📝 `library/modelfiles/nous-hermes` (+7 -0) </details> ### 📄 Description - The nous-hermes model will now accept a system prompt from a model that uses nous-hermes. - also updated the midjourney-prompter to use a better name. as per Hugging Face (https://huggingface.co/NousResearch/Nous-Hermes-13b#prompt-format), the prompt template is: ``` Prompt Format The model follows the Alpaca prompt format: ### Instruction: ### Response: or ### Instruction: ### Input: ### Response: ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 04:56:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#15348