mwiewior/
bielik:latest

1,960 1 year ago

Polish LLM created by SpeakLeash a.k.a Spichlerz!

1 year ago

41073242431c · 7.7GB

llama
·
7.24B
·
Q8_0
[INST] {{ if .System }}<<SYS>> {{ .System }} <</SYS>> {{ end }}{{ .Prompt }} [/INST]
CC BY NC 4.0 (non-commercial use)
{ "stop": [ "[INST]", "[/INST]" ] }

Readme

Usage

CLI

ollama run mwiewior/bielik

API

curl -X POST http://localhost:11434/api/generate -d '{
  "model": "mwiewior/bielik",
  "system": "Staraj się być bardzo zwięzły",
  "prompt":"Jakie mamy pory roku?"
 }' | jq -r '. | {response} | join(",")' | tr -d '\n'

References

HuggingFace