davanstrien HF Staff commited on
Commit
201683c
·
verified ·
1 Parent(s): 1523553

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -17
README.md CHANGED
@@ -1,19 +1,21 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- - name: label
7
- dtype: string
8
- splits:
9
- - name: train
10
- num_bytes: 9107
11
- num_examples: 8
12
- download_size: 11468
13
- dataset_size: 9107
14
- configs:
15
- - config_name: default
16
- data_files:
17
- - split: train
18
- path: data/train-*
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - classify-and-augment
4
+ - llm-annotated
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
+
7
+ # davanstrien/imdb-classify-and-augment-v2-test
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**: `positive`, `negative`
15
+ - **Input rows**: 8
16
+ - **Output rows**: 8
17
+
18
+ ## Label distribution
19
+
20
+ - `negative`: 7
21
+ - `positive`: 1