idobn commited on
Commit
886bc59
·
verified ·
1 Parent(s): d05d260

Encode label as ClassLabel + add validation split

Browse files
README.md CHANGED
@@ -1,3 +1,45 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: validation
9
+ path: data/validation-*
10
+ dataset_info:
11
+ features:
12
+ - name: 'Unnamed: 0'
13
+ dtype: int64
14
+ - name: text
15
+ dtype: string
16
+ - name: label
17
+ dtype:
18
+ class_label:
19
+ names:
20
+ '0': enfj
21
+ '1': enfp
22
+ '2': entj
23
+ '3': entp
24
+ '4': esfj
25
+ '5': esfp
26
+ '6': estj
27
+ '7': estp
28
+ '8': infj
29
+ '9': infp
30
+ '10': intj
31
+ '11': intp
32
+ '12': isfj
33
+ '13': isfp
34
+ '14': istj
35
+ '15': istp
36
+ splits:
37
+ - name: train
38
+ num_bytes: 69882742.74561515
39
+ num_examples: 7029
40
+ - name: validation
41
+ num_bytes: 7774691.254384842
42
+ num_examples: 782
43
+ download_size: 49968385
44
+ dataset_size: 77657434.0
45
  ---
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5caeec4652ff12dec3b62ce5a3578b3618dbbcde7cc8a42efbe0b74c065ca773
3
+ size 44867147
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25fb65a267c1346dd9e7dd9e93196290a97292c4e466ba750542ba3b80edaa5c
3
+ size 5101238