open-orca-platypus2

Merge of the Open Orca OpenChat model and the Garage-bAInd Platypus 2 model. Designed for chat and code generation.

13b
Hızlı Kurulum (Ollama kuruluysa)
ollama run open-orca-platypus2

Ollama kurulu değil mi? ollama.com/download — Windows, macOS ve Linux için ücretsiz. İlk çalıştırmada model indirilir, sonrası tamamen çevrimdışıdır.

Varyantlar

Boyut büyüdükçe kalite artar, donanım ihtiyacı yükselir. Başlangıç için küçük varyantı deneyin.

EtiketBoyutBağlamGirdiKomut
latest 7.4GB 4K Text ollama run open-orca-platypus2:latest
13b 7.4GB 4K Text ollama run open-orca-platypus2:13b
13b-q2_K 5.4GB 4K Text ollama run open-orca-platypus2:13b-q2_K
13b-q3_K_S 5.7GB 4K Text ollama run open-orca-platypus2:13b-q3_K_S
13b-q3_K_M 6.3GB 4K Text ollama run open-orca-platypus2:13b-q3_K_M
13b-q3_K_L 6.9GB 4K Text ollama run open-orca-platypus2:13b-q3_K_L
13b-q4_0 7.4GB 4K Text ollama run open-orca-platypus2:13b-q4_0
13b-q4_1 8.2GB 4K Text ollama run open-orca-platypus2:13b-q4_1
13b-q4_K_S 7.4GB 4K Text ollama run open-orca-platypus2:13b-q4_K_S
13b-q4_K_M 7.9GB 4K Text ollama run open-orca-platypus2:13b-q4_K_M
13b-q5_0 9.0GB 4K Text ollama run open-orca-platypus2:13b-q5_0
13b-q5_1 9.8GB 4K Text ollama run open-orca-platypus2:13b-q5_1
13b-q5_K_S 9.0GB 4K Text ollama run open-orca-platypus2:13b-q5_K_S
13b-q5_K_M 9.2GB 4K Text ollama run open-orca-platypus2:13b-q5_K_M
13b-q6_K 11GB 4K Text ollama run open-orca-platypus2:13b-q6_K
13b-q8_0 14GB 4K Text ollama run open-orca-platypus2:13b-q8_0
13b-fp16 26GB 4K Text ollama run open-orca-platypus2:13b-fp16

Model Detayları ve Benchmarklar (kaynak: ollama.com)

The OpenOrca Platypus2 model is a 13 billion parameter model which is a merge of the OpenOrca OpenChat model and the Garage-bAInd Platypus2-13B model which are both fine tunings of the Llama 2 model. It is designed to be a general-use model that can be used for chat, text generation, and code generation.

Get started with OpenOrca Platypus 2

The model used in the example below is the OpenOrca Platypus 2 model, with 13b parameters, which is a general-use model.

API

  1. Start Ollama server (Run ollama serve)
  2. Run the model
curl -X POST http://localhost:11434/api/generate -d '{
  "model": "open-orca-platypus2",
  "prompt":"Tell me a joke about ropes."
 }'

CLI

  1. Install Ollama
  2. Open the terminal and run ollama run open-orca-platypus2

Note: The ollama run command performs an ollama pull if the model is not already downloaded. To download the model without running it, use ollama pull open-orca-platypus2

Memory requirements

  • 13b models generally require at least 16GB of RAM

If you run into issues with higher quantization levels, try using the q4 model or shut down any other programs that are using a lot of memory.

Model variants

By default, Ollama uses 4-bit quantization. To try other quantization levels, please try the other tags. The number after the q represents the number of bits used for quantization (i.e. q4 means 4-bit quantization). The higher the number, the more accurate the model is, but the slower it runs, and the more memory it requires.

Aliases
latest, 13b, 13b-q4_0

Model source

OpenOrca Platypus 2 source on Ollama

13b parameters source: OpenOrca

References

Platypus: Quick, Cheap, and Powerful Refinement of LLMs