vishal-burman commited on
Commit
09a9176
·
1 Parent(s): f03755b

README.md: Add basic template + yaml tags

Browse files
Files changed (1) hide show
  1. README.md +131 -20
README.md CHANGED
@@ -1,42 +1,153 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: faq_pairs
5
- list:
6
- - name: question
7
- dtype: string
8
- - name: answer
9
- dtype: string
10
- splits:
11
- - name: train
12
- num_bytes: 337589475
13
- num_examples: 100000
14
- download_size: 195676961
15
- dataset_size: 337589475
16
- task_categories:
17
- - question-answering
18
- - text-generation
19
  language:
20
  - en
21
- pretty_name: C4 FAQs
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
 
 
32
 
 
33
 
 
34
 
 
35
 
 
36
 
 
37
 
 
38
 
 
39
 
40
- # Dataset Card for "c4-faqs"
41
 
42
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
1
  ---
2
+ annotations_creators:
3
+ - no-annotation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  language:
5
  - en
6
+ language_creators:
7
+ - machine-generated
8
+ license:
9
+ - odc-by
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: C4-FAQs
13
+ size_categories:
14
+ - 100K<n<1M
15
+ source_datasets:
16
+ - extended|c4
17
+ tags:
18
+ - question-generation
19
+ - question_generation
20
+ - open-domain-qg
21
+ - qg
22
+ task_categories:
23
+ - text2text-generation
24
+ - text-generation
25
+ - question-answering
26
+ task_ids:
27
+ - text-simplification
28
+ - language-modeling
29
+ - open-domain-qa
30
  ---
31
 
32
+ # Dataset Card for [Dataset Name]
33
+
34
+ ## Table of Contents
35
+ - [Table of Contents](#table-of-contents)
36
+ - [Dataset Description](#dataset-description)
37
+ - [Dataset Summary](#dataset-summary)
38
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
39
+ - [Languages](#languages)
40
+ - [Dataset Structure](#dataset-structure)
41
+ - [Data Instances](#data-instances)
42
+ - [Data Fields](#data-fields)
43
+ - [Data Splits](#data-splits)
44
+ - [Dataset Creation](#dataset-creation)
45
+ - [Curation Rationale](#curation-rationale)
46
+ - [Source Data](#source-data)
47
+ - [Annotations](#annotations)
48
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
49
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
50
+ - [Social Impact of Dataset](#social-impact-of-dataset)
51
+ - [Discussion of Biases](#discussion-of-biases)
52
+ - [Other Known Limitations](#other-known-limitations)
53
+ - [Additional Information](#additional-information)
54
+ - [Dataset Curators](#dataset-curators)
55
+ - [Licensing Information](#licensing-information)
56
+ - [Citation Information](#citation-information)
57
+ - [Contributions](#contributions)
58
+
59
+ ## Dataset Description
60
+
61
+ - **Homepage:**
62
+ - **Repository:**
63
+ - **Paper:**
64
+ - **Leaderboard:**
65
+ - **Point of Contact:**
66
+
67
+ ### Dataset Summary
68
+
69
+ [More Information Needed]
70
+
71
+ ### Supported Tasks and Leaderboards
72
+
73
+ [More Information Needed]
74
+
75
+ ### Languages
76
+
77
+ [More Information Needed]
78
+
79
+ ## Dataset Structure
80
+
81
+ ### Data Instances
82
+
83
+ [More Information Needed]
84
+
85
+ ### Data Fields
86
+
87
+ [More Information Needed]
88
+
89
+ ### Data Splits
90
+
91
+ [More Information Needed]
92
+
93
+ ## Dataset Creation
94
+
95
+ ### Curation Rationale
96
+
97
+ [More Information Needed]
98
+
99
+ ### Source Data
100
+
101
+ #### Initial Data Collection and Normalization
102
+
103
+ [More Information Needed]
104
+
105
+ #### Who are the source language producers?
106
+
107
+ [More Information Needed]
108
+
109
+ ### Annotations
110
+
111
+ #### Annotation process
112
+
113
+ [More Information Needed]
114
+
115
+ #### Who are the annotators?
116
+
117
+ [More Information Needed]
118
+
119
+ ### Personal and Sensitive Information
120
 
121
+ [More Information Needed]
122
 
123
+ ## Considerations for Using the Data
124
 
125
+ ### Social Impact of Dataset
126
 
127
+ [More Information Needed]
128
 
129
+ ### Discussion of Biases
130
 
131
+ [More Information Needed]
132
 
133
+ ### Other Known Limitations
134
 
135
+ [More Information Needed]
136
 
137
+ ## Additional Information
138
 
139
+ ### Dataset Curators
140
 
141
+ [More Information Needed]
142
 
143
+ ### Licensing Information
144
 
145
+ [More Information Needed]
146
 
147
+ ### Citation Information
148
 
149
+ [More Information Needed]
150
 
151
+ ### Contributions
152
 
153
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.