iamirulofficial commited on
Commit
3fa18ea
·
verified ·
1 Parent(s): f64074f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +142 -4
README.md CHANGED
@@ -8,10 +8,10 @@ dataset_info:
8
  sequence: int32
9
  splits:
10
  - name: train
11
- num_bytes: 4454342.0
12
  num_examples: 4
13
  download_size: 4456765
14
- dataset_size: 4454342.0
15
  - config_name: small
16
  features:
17
  - name: image
@@ -20,10 +20,10 @@ dataset_info:
20
  sequence: int32
21
  splits:
22
  - name: train
23
- num_bytes: 2225016.0
24
  num_examples: 2
25
  download_size: 2227266
26
- dataset_size: 2225016.0
27
  configs:
28
  - config_name: full
29
  data_files:
@@ -34,4 +34,142 @@ configs:
34
  - split: train
35
  path: small/train-*
36
  default: true
 
37
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  sequence: int32
9
  splits:
10
  - name: train
11
+ num_bytes: 4454342
12
  num_examples: 4
13
  download_size: 4456765
14
+ dataset_size: 4454342
15
  - config_name: small
16
  features:
17
  - name: image
 
20
  sequence: int32
21
  splits:
22
  - name: train
23
+ num_bytes: 2225016
24
  num_examples: 2
25
  download_size: 2227266
26
+ dataset_size: 2225016
27
  configs:
28
  - config_name: full
29
  data_files:
 
34
  - split: train
35
  path: small/train-*
36
  default: true
37
+ license: mit
38
  ---
39
+ # Dataset Card for Dataset Name
40
+
41
+ <!-- Provide a quick summary of the dataset. -->
42
+
43
+ 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).
44
+
45
+ ## Dataset Details
46
+
47
+ ### Dataset Description
48
+
49
+ <!-- Provide a longer summary of what this dataset is. -->
50
+
51
+
52
+
53
+ - **Curated by:** [More Information Needed]
54
+ - **Funded by [optional]:** [More Information Needed]
55
+ - **Shared by [optional]:** [More Information Needed]
56
+ - **Language(s) (NLP):** [More Information Needed]
57
+ - **License:** [More Information Needed]
58
+
59
+ ### Dataset Sources [optional]
60
+
61
+ <!-- Provide the basic links for the dataset. -->
62
+
63
+ - **Repository:** [More Information Needed]
64
+ - **Paper [optional]:** [More Information Needed]
65
+ - **Demo [optional]:** [More Information Needed]
66
+
67
+ ## Uses
68
+
69
+ <!-- Address questions around how the dataset is intended to be used. -->
70
+
71
+ ### Direct Use
72
+
73
+ <!-- This section describes suitable use cases for the dataset. -->
74
+
75
+ [More Information Needed]
76
+
77
+ ### Out-of-Scope Use
78
+
79
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
80
+
81
+ [More Information Needed]
82
+
83
+ ## Dataset Structure
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ## Dataset Creation
90
+
91
+ ### Curation Rationale
92
+
93
+ <!-- Motivation for the creation of this dataset. -->
94
+
95
+ [More Information Needed]
96
+
97
+ ### Source Data
98
+
99
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
100
+
101
+ #### Data Collection and Processing
102
+
103
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ #### Who are the source data producers?
108
+
109
+ <!-- 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. -->
110
+
111
+ [More Information Needed]
112
+
113
+ ### Annotations [optional]
114
+
115
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
116
+
117
+ #### Annotation process
118
+
119
+ <!-- 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. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Who are the annotators?
124
+
125
+ <!-- This section describes the people or systems who created the annotations. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Personal and Sensitive Information
130
+
131
+ <!-- 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. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ## Bias, Risks, and Limitations
136
+
137
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
138
+
139
+ [More Information Needed]
140
+
141
+ ### Recommendations
142
+
143
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
144
+
145
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
146
+
147
+ ## Citation [optional]
148
+
149
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
150
+
151
+ **BibTeX:**
152
+
153
+ [More Information Needed]
154
+
155
+ **APA:**
156
+
157
+ [More Information Needed]
158
+
159
+ ## Glossary [optional]
160
+
161
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
162
+
163
+ [More Information Needed]
164
+
165
+ ## More Information [optional]
166
+
167
+ [More Information Needed]
168
+
169
+ ## Dataset Card Authors [optional]
170
+
171
+ [More Information Needed]
172
+
173
+ ## Dataset Card Contact
174
+
175
+ [More Information Needed]