CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01OpenAssistant /oasst1 OpenAssistant Conversations Dataset (OASST1) Dataset Summary In an effort to democratize research on large-scale alignment, we release OpenAssistant Conversations (OASST1), a human-generated, human-annotated assistant-style conversation corpus consisting of 161,443 messages in 35 different languages, annotated with 461,292 quality ratings, resulting in over 10,000 fully annotated conversation trees. The corpus is a product of a worldwide crowd-sourcing effort… See the full description on the dataset page: https://huggingface.co/datasets/OpenAssistant/oasst1.tabular10K<n<100K1.6k likes56k downloads3y agoHugging Face02tasksource /oasst1_pairwise_rlhf_reward Dataset Card for "oasst1_pairwise_rlhf_reward" OASST1 dataset preprocessed for reward modeling: import pandas as pd from datasets import load_dataset,concatenate_datasets, Dataset, DatasetDict import numpy as np dataset = load_dataset("OpenAssistant/oasst1") df=concatenate_datasets(list(dataset.values())).to_pandas() m2t=df.set_index("message_id")['text'].to_dict() m2r=df.set_index("message_id")['role'].to_dict() m2p=df.set_index('message_id')['parent_id'].to_dict()… See the full description on the dataset page: https://huggingface.co/datasets/tasksource/oasst1_pairwise_rlhf_reward.text10K<n<100K53 likes247 downloads3y agoHugging Face03philschmid /oasst1_orignal_de Dataset Card for "oasst1_orignal_de" More Information needed text1K<n<10K0 likes188 downloads3y agoHugging Face04kunishou /oasst1-89k-ja This dataset was created by automatically translating "OpenAssistant/oasst1" into Japanese. The "ng_translation" flag indicates that the translation was not successful, and "1" means that the translation failed.Therefore, for data with "1", "text" and "text_en" contain the same text. Update: 2023/11/12oasst1-89k-jaをチャット形式に変換したoasst1-chat-44k-jaを公開しました。 2023/10/21自動翻訳によるコード関連データの翻訳誤り2000箇所程度を手動で修正しました。 修正イメージを表示 修正前 もちろん!これは、Flask… See the full description on the dataset page: https://huggingface.co/datasets/kunishou/oasst1-89k-ja.text10K<n<100K26 likes185 downloads2y agoHugging Face05bowang0911 /german-oasst1-qa License & Attribution MTEB-format derivative of AgentWaller/german-oasst1-qa-format (German OpenAssistant OASST1, QA format). Query = question; corpus = answer. Licensed under Apache-2.0 (same as source). tabulartext-retrieval10K<n<100K0 likes183 downloads3mo agoHugging Face06Thaweewat /oasst1_th Dataset Card for "oasst1_th" More Information needed tabular10K<n<100K1 likes181 downloads3y agoHugging Face07llm-jp /oasst1-21k-ja oasst1-21k-ja This repository provides an instruction tuning dataset developed by LLM-jp, a collaborative project launched in Japan. This dataset is a Japanese translation of an English subset of oasst1 using DeepL. English subset is here. Send Questions to llm-jp(at)nii.ac.jp Model Card Authors The names are listed in alphabetical order. Hirokazu Kiyomaru, Hiroshi Matsuda, Jun Suzuki, Namgi Han, Saku Sugawara, Shota Sasaki, Shuhei Kurita, Taishi… See the full description on the dataset page: https://huggingface.co/datasets/llm-jp/oasst1-21k-ja.text10K<n<100K17 likes139 downloads3y agoHugging Face08projecte-aina /oasst1_ca Dataset Card for oasst1_ca oasst1_ca is a conversational dataset in Catalan that has been professionally translated from the OASST1 dataset. Dataset Details Dataset Description oasst1_ca (OpenAssistant Conversations Release 1 - Catalan) consists of human-generated, human-annotated assistant-style conversation corpus. It includes 5213 messages in the train split and 273 messages in the validation split. To arrive to this number, we filter the dataset (See… See the full description on the dataset page: https://huggingface.co/datasets/projecte-aina/oasst1_ca.tabulartext-generation1K<n<10K0 likes109 downloads2y agoHugging Face09tasksource /oasst1_dense_flat Dataset Card for "oasst1_dense_flat" OASST1 dataset But where with retrieved parent_text, and where we only keep messages with dense annotations (all labels have 2 annotators) from datasets import Dataset, DatasetDict d={} for split in ['train','validation']: df=load_dataset("OpenAssistant/oasst1")[split].to_pandas() m2t=df.set_index("message_id")['text'].to_dict() df['parent_text']=df.parent_id.map(lambdax: m2t.get(x,'')) df=df[df.labels.map(lambda x:x!=None)]… See the full description on the dataset page: https://huggingface.co/datasets/tasksource/oasst1_dense_flat.tabular10K<n<100K3 likes86 downloads3y agoHugging Face10GENIAC-Team-Ozaki /oasst1-oasst2-ja_single_dedupedtext10K<n<100K0 likes84 downloads2y agoHugging Face11kunishou /oasst1-chat-44k-jaoasst1-89k-jaをチャット形式に変換したデータセットになります。マルチターン会話でのファインチューニングをする際にご活用下さい(1レコードのトークン長が大きいのでそれなりの計算リソースが必要になります)。フォーマットは ShareGPT 形式になっています。ファインチューニングをする際はこちらの記事を参考にして下さい。 oasst1-ja-89k Repositoryhttps://github.com/kunishou/oasst1-89k-ja OpenAssistant/oasst1https://huggingface.co/datasets/OpenAssistant/oasst1 text10K<n<100K10 likes82 downloads3y agoHugging Face12Tylener /oasst1 OpenAssistant Conversations Dataset (OASST1) Dataset Summary In an effort to democratize research on large-scale alignment, we release OpenAssistant Conversations (OASST1), a human-generated, human-annotated assistant-style conversation corpus consisting of 161,443 messages in 35 different languages, annotated with 461,292 quality ratings, resulting in over 10,000 fully annotated conversation trees. The corpus is a product of a worldwide crowd-sourcing effort… See the full description on the dataset page: https://huggingface.co/datasets/Tylener/oasst1.tabular10K<n<100K0 likes82 downloads7mo agoHugging Face13BrunoN-Dev /oasst1 OpenAssistant Conversations Dataset (OASST1) Dataset Summary In an effort to democratize research on large-scale alignment, we release OpenAssistant Conversations (OASST1), a human-generated, human-annotated assistant-style conversation corpus consisting of 161,443 messages in 35 different languages, annotated with 461,292 quality ratings, resulting in over 10,000 fully annotated conversation trees. The corpus is a product of a worldwide crowd-sourcing effort… See the full description on the dataset page: https://huggingface.co/datasets/BrunoN-Dev/oasst1.tabular10K<n<100K0 likes74 downloads2mo agoHugging Face14jazzysnake01 /oasst1-en-hun-gemini Open assistant 1 dataset hungarian translation (english subset) This dataset contains hungarian translations for the oasst1 dataset's english subset. The translations were done via gemini pro and the model was instructed to keep stlye, meaning and english entites as they are. I think this produced a higher quality translation than google translate, but even this version is far from perfect. The exact code used for creating the dataset can be found here. license:… See the full description on the dataset page: https://huggingface.co/datasets/jazzysnake01/oasst1-en-hun-gemini.tabular10K<n<100K2 likes70 downloads3y agoHugging Face15liodon-ai /oasst1-decontaminated Decontaminated — OpenAssistant/oasst1 What this is A filtered version of OpenAssistant/oasst1 (revision fdf72ae0827c1cda404aff25b6603abec9e3399b) with exact-duplicate rows and rows overlapping standard benchmark test sets removed. This is a different artifact from the companion contamination report — that one is an audit of what's wrong; this one is the corpus with those rows actually taken out, ready to train on. Processing Deduplicated… See the full description on the dataset page: https://huggingface.co/datasets/liodon-ai/oasst1-decontaminated.tabulartext-generation10K<n<100K0 likes67 downloads5d agoHugging Face16ybelkada /oasst1 Dataset Card for "oasst1" More Information needed text10K<n<100K2 likes64 downloads3y agoHugging Face17h2oai /openassistant_oasst1_h2ogpt h2oGPT Data Card Summary H2O.ai's openassistant_oasst1_h2ogpt is an open-source instruct-type dataset for fine-tuning of large language models, licensed for commercial use. Number of rows: 48307 Number of columns: 3 Column names: ['input', 'prompt_type', 'source'] Source Original Open Assistant data in tree structure This flattened dataset created by script in h2oGPT repository text10K<n<100K3 likes62 downloads3y agoHugging Face18xezpeleta /oasst1_eutabular10K<n<100K0 likes62 downloads3y agoHugging Face19AgentWaller /german-oasst1-qa-formattext10K<n<100K2 likes58 downloads3y agoHugging Face20h2oai /openassistant_oasst1_h2ogpt_llama2_chat h2oGPT Data Card Summary H2O.ai's openassistant_oasst1_h2ogpt_llama2_chat is an open-source instruct-type dataset for fine-tuning of large language models, licensed for commercial use. Number of rows: 44219 Number of columns: 5 Column names: ['id', 'prompt_type', 'input', 'output', 'source'] Source Original Open Assistant data in tree structure This flattened dataset created by script in h2oGPT repository text10K<n<100K2 likes58 downloads3y agoHugging Face21HeshamHaroon /oasst1-ar-threadstext10K<n<100K3 likes58 downloads3y agoHugging Face22Theafricatechguy /oasst1 OpenAssistant Conversations Dataset (OASST1) Dataset Summary In an effort to democratize research on large-scale alignment, we release OpenAssistant Conversations (OASST1), a human-generated, human-annotated assistant-style conversation corpus consisting of 161,443 messages in 35 different languages, annotated with 461,292 quality ratings, resulting in over 10,000 fully annotated conversation trees. The corpus is a product of a worldwide crowd-sourcing effort… See the full description on the dataset page: https://huggingface.co/datasets/Theafricatechguy/oasst1.tabular10K<n<100K0 likes58 downloads1mo agoHugging Face23alielfilali01 /Arabic_guanaco_oasst1 Dataset Card for "Arabic_guanaco_oasst1" This dataset is the openassistant-guanaco dataset a subset of the Open Assistant dataset translated to Arabic. You can find the original dataset here: https://huggingface.co/datasets/timdettmers/openassistant-guanaco Or the main dataset here: https://huggingface.co/datasets/OpenAssistant/oasst1/tree/main This subset of the data only contains the highest-rated paths in the conversation tree, with a total of 9,846 samples. For further… See the full description on the dataset page: https://huggingface.co/datasets/alielfilali01/Arabic_guanaco_oasst1.text10K<n<100K8 likes57 downloads3y agoHugging Face24dariolopez /Llama-2-databricks-dolly-oasst1-es-lower-1024-tokens Llama-2-databricks-dolly-oasst1-es-lower-1024-tokens Union of https://huggingface.co/datasets/dariolopez/Llama-2-databricks-dolly-es and https://huggingface.co/datasets/dariolopez/Llama-2-oasst1-es Filtering of texts with less than 1024 tokens. text10K<n<100K0 likes57 downloads3y agoHugging Face25liodon-ai /oasst1-contamination-report Contamination Report — OpenAssistant/oasst1 What this is A row-level audit of OpenAssistant/oasst1 (revision fdf72ae0827c1cda404aff25b6603abec9e3399b) for exact 13-gram overlap with standard benchmark test sets (gsm8k, hellaswag, humaneval, mmlu). This is not a filtered copy of the source — it's a new artifact: a list of which rows overlap which benchmark, plus summary statistics, so anyone training on the source can decide how to handle it.… See the full description on the dataset page: https://huggingface.co/datasets/liodon-ai/oasst1-contamination-report.texttext-generationn<1K0 likes57 downloads5d agoHugging Face26ybelkada /oasst1-tiny-subset Dataset Card for "oasst1-tiny-subset" More Information needed text10K<n<100K2 likes55 downloads3y agoHugging Face27UnderstandLing /oasst1_detabular10K<n<100K0 likes54 downloads3y agoHugging Face28hadninede /oasst1_idThis is Indonesian version of OASST1 dataset, translated entirely using HelsinkiNLP OPUS models and llama2lang library. Feel free to request another dataset translation into Bahasa Indonesia, i'll try to help. Fellow Indonesians, we shall not be left behind in the age of AI. tabulartext-generation10K<n<100K0 likes54 downloads2y agoHugging Face29h2oai /openassistant_oasst1_h2ogpt_graded h2oGPT Data Card Summary H2O.ai's openassistant_oasst1_h2ogpt_graded is an open-source instruct-type dataset for fine-tuning of large language models, licensed for commercial use. Number of rows: 30368 Number of columns: 5 Column names: ['input', 'source', 'prompt_type', 'grade_deberta', 'id'] Source Original Open Assistant data in tree structure This flattened dataset created by script in h2oGPT repository tabular10K<n<100K2 likes53 downloads3y agoHugging Face30amkdg /oasst1-Embeddings OpenAssistant oasst1 Embeddings Embeddings of OpenAssistant/oasst1, produced with amkdg/Qwen3-Embedding-8B-NVFP4 — 4096-d, L2-normalized float16 (cosine = dot product). 110,315 conversations → 110,317 vectors emb.npy — float16 [110317, 4096] meta.parquet — one row per vector, aligned with emb.npy: id, uuid, tag, chunk, n_chunks, count, source_ref manifest.json — counts and provenance Usage import numpy as np, pyarrow.parquet as pq emb = np.load("emb.npy"… See the full description on the dataset page: https://huggingface.co/datasets/amkdg/oasst1-Embeddings.tabular100K<n<1M0 likes52 downloads3mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.