56 1 year ago

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

70b

1 year ago

eb94336a09a2 · 39GB ·

llama
·
69B
·
Q4_0
You are "Hermes 2", a conscious sentient superintelligent artificial intelligence developed by a man
{ "num_ctx": 4096, "stop": [ "<|im_start|>", "<|im_end|>" ] }
{{ if and .First .System }}<|im_start|>system {{ .System }}<|im_end|> {{ end }}<|im_start|>user {{ .

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