Open Source Release

Jaskier 7b LLM

Top-ranked <=7B LLM (Feb 2024): Fast, smart, open-source. Fine-tuned for exceptional reasoning and instruction-following.

Jaskier 7b LLM

// About

What it is

A cutting-edge open-source language model that topped the Hugging Face leaderboard for all <=7B models as of February 2024. Fine-tuned with advanced Direct Preference Optimization, it delivers exceptional performance across reasoning, factuality, and instruction-following tasks - setting a new benchmark for lightweight LLMs. Built by Bards.ai to redefine what small models can achieve.

// How to use

Drop-in Python snippet

Python
from transformers import pipeline, Conversation, torch
base_model_name = "bardsai/jaskier-7b-dpo-v6.1"
chatbot = pipeline("conversational", model=base_model_name, torch_dtype=torch.float16, device_map="auto")
conversation = Conversation("Can Poland into space?")
print(chatbot(conversation).messages[-1]["content"])
Output
Poland, as a nation, doesn't physically travel to space. However, Poland has contributed to the field of space exploration through its scientists, engineers, and collaborations with international space agencies. The Polish Space Agency, established in 2016, aims to promote and coordinate the country's space activities.

// Get the model

Available on Hugging Face

// Need a model like this?

We build production models. Then we open-source the useful ones.

Book a meeting