metadata
language:
- en
pretty_name: quickb-kb
tags:
- quickb
- text-chunking
- unknown
task_categories:
- text-generation
- text-retrieval
task_ids:
- document-retrieval
library_name: quickb
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: id
dtype: string
- name: text
dtype: string
- name: source
dtype: string
splits:
- name: train
num_bytes: 1135297
num_examples: 2807
download_size: 553288
dataset_size: 1135297
quickb-kb
Generated using QuicKB, a tool developed by Adam Lucek.
QuicKB optimizes document retrieval by creating fine-tuned knowledge bases through an end-to-end pipeline that handles document chunking, training data generation, and embedding model optimization.
Dataset Structure
This dataset contains the following fields:
text
: The content of each text chunksource
: The source file path for the chunkid
: Unique identifier for each chunk