Vinsuka commited on
Commit
c386d53
·
verified ·
1 Parent(s): 897912a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -22
README.md CHANGED
@@ -1,22 +1,45 @@
1
- ---
2
- license: mit
3
- dataset_info:
4
- features:
5
- - name: id
6
- dtype: string
7
- - name: text
8
- dtype: string
9
- - name: source
10
- dtype: string
11
- splits:
12
- - name: train
13
- num_bytes: 21764959
14
- num_examples: 57405
15
- download_size: 10953408
16
- dataset_size: 21764959
17
- configs:
18
- - config_name: default
19
- data_files:
20
- - split: train
21
- path: data/train-*
22
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pretty_name: "legora-kb"
5
+ tags:
6
+ - quickb
7
+ - text-chunking
8
+ - 10K<n<100K
9
+ task_categories:
10
+ - text-generation
11
+ - text-retrieval
12
+ task_ids:
13
+ - document-retrieval
14
+ library_name: quickb
15
+ ---
16
+
17
+ # legora-kb
18
+
19
+ Generated using [QuicKB](https://github.com/AdamLucek/quickb), a tool developed by [Adam Lucek](https://huggingface.co/AdamLucek).
20
+
21
+ 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.
22
+
23
+ ### Chunking Configuration
24
+ - **Chunker**: RecursiveTokenChunker
25
+ - **Parameters**:
26
+ - **chunk_size**: `400`
27
+ - **chunk_overlap**: `0`
28
+ - **length_type**: `'character'`
29
+ - **separators**: `['\n\n', '\n', '.', '?', '!', ' ', '']`
30
+ - **keep_separator**: `True`
31
+ - **is_separator_regex**: `False`
32
+
33
+ ### Dataset Statistics
34
+ - Total chunks: 57,405
35
+ - Average chunk size: 52.6 words
36
+ - Source files: 604
37
+
38
+
39
+
40
+ ### Dataset Structure
41
+ This dataset contains the following fields:
42
+
43
+ - `text`: The content of each text chunk
44
+ - `source`: The source file path for the chunk
45
+ - `id`: Unique identifier for each chunk