G
GetLLMs

Bielik 1.5B v3 Instruct

Discover Bielik 1.5B v3 Instruct, a powerful Polish language model perfect for instruction-based text generation and seamless conversational AI.

Platform: Replicate
Polish Language ModelInstruction-Based GenerationText Synthesis
6 runs
L40S
Commercial

🚀Function Overview

A Polish language model specialized in generating text responses based on system instructions and user prompts, optimized for conversational tasks.

Key Features

  • 1.6 billion parameter generative model
  • Instruction-based response generation (ChatML format)
  • Tuned for Polish linguistic accuracy
  • Configurable text sampling controls

Use Cases

  • Polish language chatbots
  • Automated question answering
  • Text generation based on custom instructions
  • Multi-turn conversational systems

⚙️Input Parameters

system_message

string

System message to send to the model

input

string

Text prompt to send to the model

max_length

integer

Maximum number of tokens to generate. A word is generally 2-3 tokens

temperature

number

Adjusts randomness of outputs, greater than 1 is random and 0 is deterministic, 0.75 is a good starting value

top_p

number

When decoding text, samples from the top p percentage of most likely tokens; lower to ignore less likely tokens

repetition_penalty

number

Penalty for repeated words in generated text; 1 is no penalty, values greater than 1 discourage repetition, less than 1 encourage it

💡Usage Examples

Example 1

Input Parameters

{
  "input": "Jakie mamy pory roku w Polsce?",
  "top_p": 1,
  "max_length": 1000,
  "temperature": 0.75,
  "system_message": "Odpowiadaj krótko, precyzyjnie i wyłącznie w języku polskim.",
  "repetition_penalty": 1
}

Output Results

W Polsce mamy cztery główne pory roku: 1. **Wiosna** - zaczyna się zwykle w marcu, jest to okres odrodzenia przyrody, z cieplejszymi dniami i coraz większą ilością słońca. 2. **Lato** - trwa od czerwca do sierpnia, charakteryzujące się ciepłymi temperaturami i długimi dniami. 3. **Jesień** - rozpoczyna się we wrześniu lub październiku, z opadającymi liśćmi i krótszymi dniami. 4. **Zima** - trwa od grudnia do lutego, z mroźnymi temperaturami i długimi, ciemnymi nocami.

Quick Actions

Technical Specifications

Hardware Type
L40S
Run Count
6
Commercial Use
Supported
Platform
Replicate

Related Keywords

Polish Language ModelInstruction-Based Text GenerationConversational AIText SynthesisAutomated Question AnsweringMulti-turn Chat Systems