nicofirst1
commited on
Commit
•
d279555
1
Parent(s):
bb45a26
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
Dataset_Metadata:
|
3 |
+
General_Information:
|
4 |
+
Title: "Concise and descriptive name of the dataset."
|
5 |
+
Description: "A brief summary explaining the dataset’s purpose, contents, and potential applications. Max 250 chars."
|
6 |
+
Creator: "Name of the individual or organization primarily responsible for creating the dataset."
|
7 |
+
DOI_or_Other_Identifiers: "A digital object identifier (DOI) or other unique identifiers if applicable."
|
8 |
+
Intended_Use:
|
9 |
+
Description: "For detailed descriptions of what the dataset is intended for, including specific use cases envisioned by the creators (training, finetuning, evaluating, etc.) and instruction on how to load/store and use the data, follow this link:"
|
10 |
+
Link: "URL to documentation or webpage."
|
11 |
+
|
12 |
+
Access_and_Usage:
|
13 |
+
Access_Rights: "Descriptions of who can access the data and under what conditions."
|
14 |
+
License:
|
15 |
+
Description: "Specific licensing information, select preferably from the list provided or use N/A if not found."
|
16 |
+
Choices:
|
17 |
+
- "GPL"
|
18 |
+
- "MIT"
|
19 |
+
- "Apache 2.0"
|
20 |
+
- "Creative Commons"
|
21 |
+
- "N/A"
|
22 |
+
Date_of_Publication: "When the dataset was made available."
|
23 |
+
Regulatory_Compliance: "Relevant compliance information if the data is subject to specific regulations (e.g., GDPR, HIPAA)."
|
24 |
+
Presence_of_PII:
|
25 |
+
Description: "Indicate the presence of Personally Identifiable Information (PII)."
|
26 |
+
Choices:
|
27 |
+
- "Yes"
|
28 |
+
- "No"
|
29 |
+
- "Cannot exclude"
|
30 |
+
Presence_of_copyrighted_material:
|
31 |
+
Description: "Indicate if there is any copyrighted material."
|
32 |
+
Choices:
|
33 |
+
- "Yes"
|
34 |
+
- "No"
|
35 |
+
- "Cannot exclude"
|
36 |
+
|
37 |
+
Technical_Specifications:
|
38 |
+
Format: "The file format(s) of the dataset (e.g., CSV, JSON)."
|
39 |
+
Language: "Primary language(s) of the dataset content, using ISO language codes."
|
40 |
+
Version: "Version of the dataset to track updates and changes."
|
41 |
+
Size: "The size of the dataset."
|
42 |
+
API_Access: "Information on how to access the dataset via APIs, if available."
|
43 |
+
|
44 |
+
Content_Specifics:
|
45 |
+
Subjects_Keywords: "A set of keywords or subjects describing the dataset’s focus, which aids in searchability and categorization."
|
46 |
+
Modality_ies:
|
47 |
+
Description: "Data modality included in the dataset."
|
48 |
+
Choices:
|
49 |
+
- "Text"
|
50 |
+
- "Video"
|
51 |
+
- "Audio"
|
52 |
+
- "Tabular"
|
53 |
+
- "Multimodal"
|
54 |
+
Temporal_Coverage: "Time period during which the data was collected."
|
55 |
+
Geographical_Coverage:
|
56 |
+
Description: "Specifies the geographic area the data pertains to. Providing more specific details is preferable if known."
|
57 |
+
Examples: "Global, America, Asia, Europe, Italy, China, Morocco."
|
58 |
+
|
59 |
+
Data_Quality_and_Methodology:
|
60 |
+
Data_Collection_Method: "Brief description of how the data was collected (e.g., survey, automated sensor)."
|
61 |
+
Data_Processing_Details: "Information on how the data was processed or transformed post-collection."
|
62 |
+
Quality_Control_Measures: "Description of steps taken to ensure data quality."
|
63 |
+
Evaluation_Protocols: "Standard procedures recommended for evaluating models trained on this dataset, which might include specific metrics or test environments."
|
64 |
+
Fairness_and_Bias: "Information on any efforts made to ensure the dataset is balanced or to identify and mitigate biases present in the data."
|
65 |
+
|
66 |
+
Provenance_and_Lineage:
|
67 |
+
Source: "Origin of the data, if derived from another dataset or source."
|
68 |
+
Related_Datasets: "Links or references to datasets that are related or used in conjunction with this dataset."
|
69 |
+
|
70 |
+
---
|