Alexis-Az commited on
Commit
d4e038c
·
verified ·
1 Parent(s): b8cf329

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -55
README.md CHANGED
@@ -1,4 +1,11 @@
1
  ---
 
 
 
 
 
 
 
2
  # For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
3
  # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
4
  {}
@@ -16,8 +23,6 @@ This dataset card aims to be a base template for new datasets. It has been gener
16
 
17
  <!-- Provide a longer summary of what this dataset is. -->
18
 
19
-
20
-
21
  - **Curated by:** [More Information Needed]
22
  - **Funded by [optional]:** [More Information Needed]
23
  - **Shared by [optional]:** [More Information Needed]
@@ -36,17 +41,6 @@ This dataset card aims to be a base template for new datasets. It has been gener
36
 
37
  <!-- Address questions around how the dataset is intended to be used. -->
38
 
39
- ### Direct Use
40
-
41
- <!-- This section describes suitable use cases for the dataset. -->
42
-
43
- [More Information Needed]
44
-
45
- ### Out-of-Scope Use
46
-
47
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
48
-
49
- [More Information Needed]
50
 
51
  ## Dataset Structure
52
 
@@ -54,13 +48,6 @@ This dataset card aims to be a base template for new datasets. It has been gener
54
 
55
  [More Information Needed]
56
 
57
- ## Dataset Creation
58
-
59
- ### Curation Rationale
60
-
61
- <!-- Motivation for the creation of this dataset. -->
62
-
63
- [More Information Needed]
64
 
65
  ### Source Data
66
 
@@ -78,27 +65,6 @@ This dataset card aims to be a base template for new datasets. It has been gener
78
 
79
  [More Information Needed]
80
 
81
- ### Annotations [optional]
82
-
83
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
84
-
85
- #### Annotation process
86
-
87
- <!-- 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. -->
88
-
89
- [More Information Needed]
90
-
91
- #### Who are the annotators?
92
-
93
- <!-- This section describes the people or systems who created the annotations. -->
94
-
95
- [More Information Needed]
96
-
97
- #### Personal and Sensitive Information
98
-
99
- <!-- 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. -->
100
-
101
- [More Information Needed]
102
 
103
  ## Bias, Risks, and Limitations
104
 
@@ -116,19 +82,9 @@ Users should be made aware of the risks, biases and limitations of the dataset.
116
 
117
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
118
 
119
- **BibTeX:**
120
-
121
- [More Information Needed]
122
 
123
- **APA:**
124
-
125
- [More Information Needed]
126
 
127
- ## Glossary [optional]
128
 
129
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
130
-
131
- [More Information Needed]
132
 
133
  ## More Information [optional]
134
 
@@ -137,7 +93,3 @@ Users should be made aware of the risks, biases and limitations of the dataset.
137
  ## Dataset Card Authors [optional]
138
 
139
  [More Information Needed]
140
-
141
- ## Dataset Card Contact
142
-
143
- [More Information Needed]
 
1
  ---
2
+ configs:
3
+ - config_name: derivatives
4
+ data_files: "Derivatives.csv"
5
+ - config_name: roots
6
+ data_files: "Roots.csv"
7
+ ---
8
+ ---
9
  # For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
10
  # Doc / guide: https://huggingface.co/docs/hub/datasets-cards
11
  {}
 
23
 
24
  <!-- Provide a longer summary of what this dataset is. -->
25
 
 
 
26
  - **Curated by:** [More Information Needed]
27
  - **Funded by [optional]:** [More Information Needed]
28
  - **Shared by [optional]:** [More Information Needed]
 
41
 
42
  <!-- Address questions around how the dataset is intended to be used. -->
43
 
 
 
 
 
 
 
 
 
 
 
 
44
 
45
  ## Dataset Structure
46
 
 
48
 
49
  [More Information Needed]
50
 
 
 
 
 
 
 
 
51
 
52
  ### Source Data
53
 
 
65
 
66
  [More Information Needed]
67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
68
 
69
  ## Bias, Risks, and Limitations
70
 
 
82
 
83
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
84
 
 
 
 
85
 
 
 
 
86
 
 
87
 
 
 
 
88
 
89
  ## More Information [optional]
90
 
 
93
  ## Dataset Card Authors [optional]
94
 
95
  [More Information Needed]