shubnandi commited on
Commit
77cf192
1 Parent(s): 4f6afa6
Files changed (1) hide show
  1. README.md +137 -25
README.md CHANGED
@@ -1,25 +1,137 @@
1
- ---
2
- license: apache-2.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/train-*
8
- - split: validation
9
- path: data/validation-*
10
- dataset_info:
11
- features:
12
- - name: label
13
- dtype: int64
14
- - name: text
15
- dtype: string
16
- splits:
17
- - name: train
18
- num_bytes: 1310325
19
- num_examples: 1000
20
- - name: validation
21
- num_bytes: 1329205
22
- num_examples: 1000
23
- download_size: 1688812
24
- dataset_size: 2639530
25
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for Dataset Name
2
+
3
+ <!-- Provide a quick summary of the dataset. -->
4
+
5
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
6
+
7
+ ## Dataset Details
8
+
9
+ ### Dataset Description
10
+
11
+ <!-- Provide a longer summary of what this dataset is. -->
12
+
13
+
14
+
15
+ - **Curated by:** [More Information Needed]
16
+ - **Funded by [optional]:** [More Information Needed]
17
+ - **Shared by [optional]:** [More Information Needed]
18
+ - **Language(s) (NLP):** [More Information Needed]
19
+ - **License:** [More Information Needed]
20
+
21
+ ### Dataset Sources [optional]
22
+
23
+ <!-- Provide the basic links for the dataset. -->
24
+
25
+ - **Repository:** [More Information Needed]
26
+ - **Paper [optional]:** [More Information Needed]
27
+ - **Demo [optional]:** [More Information Needed]
28
+
29
+ ## Uses
30
+
31
+ <!-- Address questions around how the dataset is intended to be used. -->
32
+
33
+ ### Direct Use
34
+
35
+ <!-- This section describes suitable use cases for the dataset. -->
36
+
37
+ [More Information Needed]
38
+
39
+ ### Out-of-Scope Use
40
+
41
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
42
+
43
+ [More Information Needed]
44
+
45
+ ## Dataset Structure
46
+
47
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ## Dataset Creation
52
+
53
+ ### Curation Rationale
54
+
55
+ <!-- Motivation for the creation of this dataset. -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Source Data
60
+
61
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
62
+
63
+ #### Data Collection and Processing
64
+
65
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
66
+
67
+ [More Information Needed]
68
+
69
+ #### Who are the source data producers?
70
+
71
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
72
+
73
+ [More Information Needed]
74
+
75
+ ### Annotations [optional]
76
+
77
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
78
+
79
+ #### Annotation process
80
+
81
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
82
+
83
+ [More Information Needed]
84
+
85
+ #### Who are the annotators?
86
+
87
+ <!-- This section describes the people or systems who created the annotations. -->
88
+
89
+ [More Information Needed]
90
+
91
+ #### Personal and Sensitive Information
92
+
93
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
94
+
95
+ [More Information Needed]
96
+
97
+ ## Bias, Risks, and Limitations
98
+
99
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ### Recommendations
104
+
105
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
106
+
107
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
108
+
109
+ ## Citation [optional]
110
+
111
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
112
+
113
+ **BibTeX:**
114
+
115
+ [More Information Needed]
116
+
117
+ **APA:**
118
+
119
+ [More Information Needed]
120
+
121
+ ## Glossary [optional]
122
+
123
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ## More Information [optional]
128
+
129
+ [More Information Needed]
130
+
131
+ ## Dataset Card Authors [optional]
132
+
133
+ [More Information Needed]
134
+
135
+ ## Dataset Card Contact
136
+
137
+ [More Information Needed]