Improve dataset card: add metadata, paper link, and code reference (#1)
Browse files- Improve dataset card: add metadata, paper link, and code reference (10a1b2154ea5a6a6a01c6cfd2f19919a9fef3e98)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,10 +1,31 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
## Overview
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
## Citation
|
10 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- other
|
5 |
+
tags:
|
6 |
+
- physics
|
7 |
+
- general-relativity
|
8 |
+
- neural-fields
|
9 |
+
- scientific-computing
|
10 |
---
|
11 |
|
12 |
+
# EinFields Datasets
|
13 |
+
|
14 |
+
This repository contains examples of datasets used to train [EinFields](https://github.com/AndreiB137/EinFields), a neural representation designed to compress computationally intensive four-dimensional numerical relativity simulations into compact implicit neural network weights. These datasets correspond to the work presented in the paper [Einstein Fields: A Neural Perspective To Computational General Relativity](https://huggingface.co/papers/2507.11589).
|
15 |
+
|
16 |
+
EinFields models the *metric*, the core tensor field of general relativity, enabling derivation of physical quantities via automatic differentiation. Unlike conventional neural fields, EinFields are Neural Tensor Fields where dynamics emerge naturally. Key features include continuum modeling of 4D spacetime, mesh-agnosticity, storage efficiency, derivative accuracy, and ease of use.
|
17 |
+
|
18 |
## Overview
|
19 |
|
20 |
+
The datasets include three examples used to train EinFields, namely Schwarzschild, Kerr, and Gravitational Wave (GW) metrics, provided in spherical, Kerr-Schild, and Cartesian coordinates.
|
21 |
+
|
22 |
+
## Code
|
23 |
+
|
24 |
+
The associated code and framework for EinFields is available on GitHub: [https://github.com/AndreiB137/EinFields](https://github.com/AndreiB137/EinFields)
|
25 |
+
|
26 |
+
## Usage
|
27 |
+
|
28 |
+
These datasets are designed to be used with the EinFields framework. For detailed installation instructions, examples on how to load and utilize these datasets for training, and further information on the framework's capabilities, please refer to the [EinFields GitHub repository](https://github.com/AndreiB137/EinFields).
|
29 |
|
30 |
## Citation
|
31 |
|