File size: 1,066 Bytes
afd9453 0376735 50b6d1a 0376735 50b6d1a 0376735 50b6d1a afd9453 0376735 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
---
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](https://github.com/AdamLucek/quickb), a tool developed by [Adam Lucek](https://huggingface.co/AdamLucek).
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 chunk
- `source`: The source file path for the chunk
- `id`: Unique identifier for each chunk |