The powerful family of models by Nous Research that excels at scientific discussion and coding tasks.

70B

36 Pulls Updated 4 months ago

Readme

image

Nous Hermes 2 is a new iteration of the Nous Hermes model.

This model was trained on 1,000,000 entries of primarily GPT-4 generated data, as well as other high quality data from open datasets across the AI landscape. It is the most powerful Nous Hermes model to date, and surpasses many of the most popular models in the world in the GPT4All, AGIEval, BigBench and other benchmarks.

CLI

ollama run ifioravanti/nous-hermes2:70b-llama-2

API

Example:

curl -X POST http://localhost:11434/api/generate -d '{ 
  "model": "ifioravanti/nous-hermes2:70b-llama-2",
  "prompt": "Here is a story about llamas eating grass"
 }'

Memory requirements

  • 70b models generally require at least 40GB of RAM

References

Hugging Face