File size: 548 Bytes
00e4c9d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: identity_id
    dtype: int32
  - name: name
    dtype: string
  - name: language
    dtype:
      class_label:
        names:
          '0': DE
          '1': EN
          '2': ES
          '3': FR
          '4': IT
  - name: topic_id
    dtype: string
  - name: question
    dtype: string
  splits:
  - name: train
    num_bytes: 545383.2864
    num_examples: 4416
  download_size: 177609
  dataset_size: 545383.2864
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---