File size: 1,887 Bytes
88cbf8f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
dataset_info:
  features:
  - name: post_discussion_id
    dtype: int64
  - name: post_discussion_tags
    sequence: string
  - name: post_discussion_title
    dtype: string
  - name: post_discussion_created_at
    dtype: timestamp[ns, tz=UTC]
  - name: post_category_id
    dtype: int64
  - name: post_discussion_views
    dtype: int64
  - name: post_discussion_reply_count
    dtype: int64
  - name: post_discussion_like_count
    dtype: int64
  - name: post_discussion_participant_count
    dtype: int64
  - name: post_discussion_word_count
    dtype: float64
  - name: post_id
    dtype: int64
  - name: post_created_at
    dtype: string
  - name: post_content
    dtype: string
  - name: post_read_count
    dtype: int64
  - name: post_reply_count
    dtype: int64
  - name: post_author_id
    dtype: string
  - name: post_number
    dtype: int64
  - name: post_discussion_related_topics
    sequence: int64
  - name: accepted_answer_post
    dtype: float64
  - name: post_content_raw
    dtype: string
  - name: post_category_name
    dtype: string
  - name: post_sentiment
    dtype: string
  - name: post_sentiment_score
    dtype: float64
  - name: post_content_cluster_embedding
    sequence: float64
  - name: post_content_classification_embedding
    sequence: float64
  - name: post_content_search_document_embedding
    sequence: float64
  - name: tag1
    dtype: string
  - name: tag2
    dtype: string
  - name: tag3
    dtype: string
  - name: tag4
    dtype: string
  - name: post_discussion_url
    dtype: string
  - name: post_url
    dtype: string
  - name: topic_model_medium
    dtype: string
  - name: topic_model_broad
    dtype: string
  splits:
  - name: train
    num_bytes: 1959958888
    num_examples: 97033
  download_size: 1928991796
  dataset_size: 1959958888
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---