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