slconnin commited on
Commit
f72f308
·
verified ·
1 Parent(s): dbd891b

V2.5 synthetic dataset with balanced diversity - expanded vocabulary, multiple text formats, reduced template predictability while maintaining clear category boundaries

Browse files
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: label
7
+ dtype: int64
8
+ - name: label_name
9
+ dtype: string
10
+ splits:
11
+ - name: train
12
+ num_bytes: 1376576
13
+ num_examples: 8000
14
+ - name: validation
15
+ num_bytes: 342839
16
+ num_examples: 2000
17
+ - name: test
18
+ num_bytes: 340389
19
+ num_examples: 2000
20
+ download_size: 585135
21
+ dataset_size: 2059804
22
+ configs:
23
+ - config_name: default
24
+ data_files:
25
+ - split: train
26
+ path: data/train-*
27
+ - split: validation
28
+ path: data/validation-*
29
+ - split: test
30
+ path: data/test-*
31
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65ae7305798c5bca928b8d55bf310a318f87c2c27a41c3b773927504e4e86bc6
3
+ size 97144
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f361c381e97b8e67b788760adba8d4e30c8e23a34737fdbb50b4e2413724246
3
+ size 389662
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc713b6d0cb9f5f70db5cb2986531c9381f429f5ebf749fbb093edc8a3f79f36
3
+ size 98329