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.
🚀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
stringSystem message to send to the model
input
stringText prompt to send to the model
max_length
integerMaximum number of tokens to generate. A word is generally 2-3 tokens
temperature
numberAdjusts randomness of outputs, greater than 1 is random and 0 is deterministic, 0.75 is a good starting value
top_p
numberWhen decoding text, samples from the top p percentage of most likely tokens; lower to ignore less likely tokens
repetition_penalty
numberPenalty 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
Quick Actions
Technical Specifications
- Hardware Type
- L40S
- Run Count
- 6
- Commercial Use
- Supported
- Platform
- Replicate
Related Keywords
Related Models
Cordia-A6 Text Generation Model
A model for generating text sequences based on input prompts and adjustable parameters.
Meta Llama 3 8B
A model for generating text responses based on input prompts.
Claude Sonnet 4
Claude Sonnet 4 is a significant upgrade to 3.7, delivering superior coding and reasoning while responding more precisely to your instructions