davanstrien HF Staff commited on
Commit
94a74d8
·
verified ·
1 Parent(s): e2b1ae2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -21
README.md CHANGED
@@ -1,23 +1,30 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: string
6
- - name: section_text
7
- dtype: string
8
- - name: label
9
- dtype: string
10
- - name: is_synthetic
11
- dtype: bool
12
- splits:
13
- - name: train
14
- num_bytes: 198096
15
- num_examples: 200
16
- download_size: 98243
17
- dataset_size: 198096
18
- configs:
19
- - config_name: default
20
- data_files:
21
- - split: train
22
- path: data/train-*
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - classify-and-augment
4
+ - llm-annotated
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
+
7
+ # davanstrien/otb-augmented
8
+
9
+ LLM-annotated dataset produced by [classify-and-augment](https://github.com/davanstrien/classify-and-augment).
10
+
11
+ ## Configuration
12
+
13
+ - **Model**: `HuggingFaceTB/SmolLM3-3B`
14
+ - **Labels**: `jim_crow`, `no_jim_crow`
15
+ - **Input rows**: 200
16
+ - **Output rows**: 200
17
+
18
+ ## Label distribution
19
+
20
+ | Label | Real | Synthetic | Total |
21
+ |---|---:|---:|---:|
22
+ | `no_jim_crow` | 200 | 0 | 200 |
23
+
24
+ ## Synthesis audit
25
+
26
+ | Class | Needed | Generated | Validated | Kept | Acceptance |
27
+ |---|---:|---:|---:|---:|---:|
28
+ | `jim_crow` | 50 | 0 | 0 | 0 | 0.0% |
29
+
30
+ Acceptance = synthetic candidates that the same model re-classified as the target class (self-consistency check, [Synthetic Imputation, arxiv 2504.15160](https://arxiv.org/abs/2504.15160)).