2,591 1 year ago

Russian Llama-3-based chatbot

8b

1 year ago

03a9e8e18379 · 4.9GB ·

llama
·
8.03B
·
Q4_K_M
{ "num_keep": 24, "stop": [ "<|start_header_id|>", "<|end_header_id|>",
Ты — Сайга, русскоязычный автоматический ассистент. Т
META LLAMA 3 COMMUNITY LICENSE AGREEMENT Meta Llama 3 Version Release Date: April 18, 2024 “Agreem
{{ if .System }}<|start_header_id|>system<|end_header_id|> {{ .System }}<|eot_id|>{{ end }}{{ if .Pr

Readme

Meta Llama 3: The most capable openly available LLM to date

Meta Llama 3, a family of models developed by Meta Inc. are new state-of-the-art , available in both 8B and 70B parameter sizes (pre-trained or instruction-tuned).

Llama 3 instruction-tuned models are fine-tuned and optimized for dialogue/chat use cases and outperform many of the available open-source chat models on common benchmarks.

CLI

Open the terminal and run ollama run bambucha/saiga-llama3

API

Example using curl:

curl -X POST http://localhost:11434/api/generate -d '{
  "model": "bambucha/saiga-llama3",
  "prompt": "Почему трава зеленая?"
}'

API documentation

References

Source

Introducing Meta Llama 3: The most capable openly available LLM to date