datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
magpie_llama70b_260k_filtered_swedish
Short description
Roughly 260k filtered instruction : response pairs in Swedish, filtered from roughtly 650k.
Contains "normal" QA along with math and coding QA and multiple choice questions and answers.
Filtering, removed:
Deduplications
Instructions scored less than good or excellent
Responses scored less than -10 from ArmoRM-Llama3-8B-v0.1
Instructions and responses less than 10 in length or more than 2048
Usage
from datasets import load_dataset
dataset =… See the full description on the dataset page: https://huggingface.co/datasets/nicher92/magpie_llama70b_260k_filtered_swedish.swedish-novels-1800-1940
Swedish Novels 1800-1940
A corpus of Swedish literary novels and short story collections from 1800-1940, sourced from Litteraturbanken.
Dataset Description
This dataset contains over 1.1 million sentences from 350 Swedish literary works spanning 140 years of Swedish literature. The texts have been sentence-segmented and include metadata about authors, titles, and publication years.
Fields
text: The sentence text
author: Author name
title: Work title
year:… See the full description on the dataset page: https://huggingface.co/datasets/UppsalaNLP/swedish-novels-1800-1940.
