Files changed (1) hide show
  1. README.md +70 -3
README.md CHANGED
@@ -1,3 +1,70 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - open-science
5
+ - hugging science
6
+ - dataset-index
7
+ - scientific-ml
8
+ - ml-for-science
9
+ - metadata
10
+ - physics
11
+ - biology
12
+ - chemistry
13
+ - astronomy
14
+ - materials-science
15
+ - csv
16
+ ---
17
+ # Datasets Index
18
+
19
+ This dataset is a curated collection of scientific datasets from across the web, compiled to support open-source machine learning in science. Many of these datasets are difficult to access, scattered across domain-specific websites, or stored in inconvenient formats. The goal of this index is to make them more discoverable for researchers, engineers, and contributors to the HuggingFace4Science community.
20
+
21
+ # Dataset Overview
22
+
23
+ Rows: 52 datasets/urls
24
+
25
+ Format: CSV file
26
+
27
+ Fields:
28
+
29
+ id – Unique identifier
30
+
31
+ created_at – Timestamp of entry creation
32
+
33
+ dataset_name – Human-readable dataset name
34
+
35
+ dataset_url – Source link
36
+
37
+ description – Short summary of dataset contents
38
+
39
+ approx_size – Estimated dataset size
40
+
41
+ size_unit – Unit of size (e.g., MB, GB, TB)
42
+
43
+ field – Scientific domain (e.g., physics, materials science, biology)
44
+
45
+ user – Contributor who submitted the dataset
46
+
47
+ # Use Cases
48
+
49
+ Discovery: Find datasets relevant to ML in physics, chemistry, materials science, and beyond.
50
+
51
+ Preprocessing: Many listed datasets are in raw formats (NetCDF, FITS, domain-specific archives). This CSV provides a starting point for building standardized loaders.
52
+
53
+ Community Contribution: Expand the list by submitting new entries, cleaning existing datasets, or publishing derived versions to Hugging Face Datasets Hub.
54
+
55
+ # How to Contribute
56
+
57
+ - Suggest new datasets via the Hugging Science community.
58
+
59
+ - Contribute loaders, enrichment scripts, or preprocessed dataset cards.
60
+
61
+ - Help validate metadata (sizes, formats, licenses).
62
+
63
+ # Disclaimer
64
+
65
+ This index does not host the actual datasets. It only provides links and metadata.
66
+ Users are responsible for checking each dataset’s original license, distribution restrictions, and usage terms before downloading or using the data.
67
+
68
+ # License
69
+
70
+ The index file is released under Apache 2.0. Individual datasets retain their original licenses. Please check the linked sources before use.