File size: 665 Bytes
d409c1f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - 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: 73013668
    num_examples: 10255
  download_size: 46776670
  dataset_size: 73013668
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---