p1atdev commited on
Commit
5166ea5
1 Parent(s): f6e410f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ struct:
6
+ - name: accepted_answer_id
7
+ dtype: string
8
+ - name: answer_count
9
+ dtype: int64
10
+ - name: body
11
+ dtype: string
12
+ - name: comment_count
13
+ dtype: int64
14
+ - name: content_license
15
+ dtype: string
16
+ - name: creation_date
17
+ dtype: string
18
+ - name: favorite_count
19
+ dtype: int64
20
+ - name: id
21
+ dtype: string
22
+ - name: last_activity_date
23
+ dtype: string
24
+ - name: last_edit_date
25
+ dtype: string
26
+ - name: last_editor_user_id
27
+ dtype: string
28
+ - name: owner_user_id
29
+ dtype: string
30
+ - name: post_type
31
+ dtype: string
32
+ - name: score
33
+ dtype: int64
34
+ - name: tags
35
+ sequence: string
36
+ - name: title
37
+ dtype: string
38
+ - name: view_count
39
+ dtype: int64
40
+ - name: answers
41
+ list:
42
+ - name: body
43
+ dtype: string
44
+ - name: comment_count
45
+ dtype: int64
46
+ - name: content_license
47
+ dtype: string
48
+ - name: creation_date
49
+ dtype: string
50
+ - name: id
51
+ dtype: string
52
+ - name: last_activity_date
53
+ dtype: string
54
+ - name: last_edit_date
55
+ dtype: string
56
+ - name: last_editor_user_id
57
+ dtype: string
58
+ - name: owner_user_id
59
+ dtype: string
60
+ - name: parent_id
61
+ dtype: string
62
+ - name: post_type
63
+ dtype: string
64
+ - name: score
65
+ dtype: int64
66
+ - name: id
67
+ dtype: string
68
+ - name: accepted_answer_id
69
+ dtype: string
70
+ - name: popular_answer_id
71
+ dtype: string
72
+ splits:
73
+ - name: train
74
+ num_bytes: 112596554
75
+ num_examples: 30551
76
+ download_size: 54805530
77
+ dataset_size: 112596554
78
+ configs:
79
+ - config_name: default
80
+ data_files:
81
+ - split: train
82
+ path: data/train-*
83
+ ---
84
+ # Dataset Card for "ja-stackoverflow"
85
+
86
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)