File size: 906 Bytes
c484f43
 
886bc59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c484f43
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---

license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
dataset_info:
  features:
  - name: 'Unnamed: 0'
    dtype: int64
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': enfj
          '1': enfp
          '2': entj
          '3': entp
          '4': esfj
          '5': esfp
          '6': estj
          '7': estp
          '8': infj
          '9': infp
          '10': intj
          '11': intp
          '12': isfj
          '13': isfp
          '14': istj
          '15': istp
  splits:
  - name: train
    num_bytes: 69882742.74561515
    num_examples: 7029
  - name: validation
    num_bytes: 7774691.254384842
    num_examples: 782
  download_size: 49968385
  dataset_size: 77657434.0
---