
Jaskier 7b LLM

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
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"])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.FAQs
You might want to check those too!

Polish Whisper
Whisper ASR models fine-tuned for Polish Language - winner of Whisper Fine Tuning Event Challenge

Finance Sentiment
A family of language-specific models for detecting sentiment of financial news

Fast Twitter Emotion Detection
Emotion classification model for Polish tweets. Detects joy, optimism, sadness, and anger with high accuracy and speed.
Looking to integrate AI into your
product or project?
Get a Free consultation with our AI experts.