File size: 871 Bytes
7bfd9e1
 
e9974ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27a7fb4
e9974ab
 
 
 
 
 
 
 
 
 
7bfd9e1
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
47
---
license: cc-by-4.0
dataset_info:
  features:
  - name: id
    dtype: string
  - name: title
    dtype: string
  - name: body
    dtype: string
  - name: created_utc
    dtype: string
  - name: url
    dtype: string
  - name: retrieved_on
    dtype: string
  - name: question_content
    dtype: string
  - name: dominant_topic
    dtype: int64
  - name: dominant_topic_name
    dtype: string
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 32409618
    num_examples: 13552
  - name: validation
    num_bytes: 6891421
    num_examples: 2904
  - name: test
    num_bytes: 7021155
    num_examples: 2905
  download_size: 26693366
  dataset_size: 46322194
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---