eaglewatch commited on
Commit
82f8593
1 Parent(s): 3296287

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +115 -0
README.md ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - other
4
+ language:
5
+ - ko
6
+ language_creators:
7
+ - other
8
+ license:
9
+ - apache-2.0
10
+ multilinguality:
11
+ - multilingual
12
+ pretty_name: Korean wikipedia dataset for GPT-2 training
13
+ size_categories:
14
+ - 100M<n<1B
15
+ source_datasets: []
16
+ tags:
17
+ - gpt2
18
+ - korean
19
+ - wikipedia
20
+ - pertained
21
+ task_categories:
22
+ - question-answering
23
+ - text2text-generation
24
+ - translation
25
+ - conversational
26
+ - visual-question-answering
27
+ task_ids:
28
+ - open-domain-qa
29
+ - closed-domain-qa
30
+ - closed-domain-qa
31
+ - dialogue-generation
32
+ - visual-question-answering
33
+
34
+ viewer: true
35
+
36
+ ---
37
+
38
+ # Dataset Card for korean_wikipedia_dataset_for_GPT2
39
+
40
+ ## Table of Contents
41
+ - [Table of Contents](#table-of-contents)
42
+ - [Dataset Description](#dataset-description)
43
+ - [Dataset Summary](#dataset-summary)
44
+ - [Languages](#languages)
45
+ - [Dataset Structure](#dataset-structure)
46
+ - [Data Instances](#data-instances)
47
+ - [Data Fields](#data-fields)
48
+ - [Data Splits](#data-splits)
49
+ - [Dataset Creation](#dataset-creation)
50
+ - [Source Data](#source-data)
51
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
52
+ - [Social Impact of Dataset](#social-impact-of-dataset)
53
+ - [Discussion of Biases](#discussion-of-biases)
54
+ - [Other Known Limitations](#other-known-limitations)
55
+ - [Additional Information](#additional-information)
56
+ - [Dataset Curators](#dataset-curators)
57
+ - [Contributions](#contributions)
58
+
59
+ ## Dataset Description
60
+
61
+ Entire Korean language Wikipedia data for GPT-2 training as of August 1st, 2022.
62
+
63
+ email: oscar.eaglewatch@gmail.com
64
+
65
+ ### Dataset Summary
66
+
67
+ This is to make a pre-trained GPT-2 Korean model
68
+
69
+ ### Languages
70
+
71
+ Korean
72
+
73
+ ## Dataset Structure
74
+
75
+ ### Data Instances
76
+
77
+ Train wikipedia article count: 334420
78
+
79
+ validation wikipedia article count: 83605
80
+
81
+ ### Data Fields
82
+
83
+ 'text'
84
+
85
+ ### Data Splits
86
+
87
+ 80% vs. 20%, randomly, according to the Pareto Principle.
88
+
89
+ ## Dataset Creation
90
+
91
+ ### Source Data
92
+
93
+ Wikipedia
94
+ https://dumps.wikimedia.org/kowiki/latest/kowiki-latest-pages-articles.xml.bz2
95
+
96
+ ## Considerations for Using the Data
97
+
98
+ ### Social Impact of Dataset
99
+
100
+ None
101
+
102
+ ### Discussion of Biases
103
+
104
+ None
105
+
106
+ ### Other Known Limitations
107
+
108
+ None
109
+
110
+ ## Additional Information
111
+
112
+ ### Dataset Curators
113
+
114
+ Yongwoo Jeong
115
+