nielsr HF Staff commited on
Commit
10a1b21
·
verified ·
1 Parent(s): 57c567d

Improve dataset card: add metadata, paper link, and code reference

Browse files

This PR enhances the dataset card by:
- Adding `task_categories: other` and relevant `tags` (physics, general-relativity, neural-fields, scientific-computing) to the metadata for better discoverability.
- Including a direct link to the Hugging Face paper page ([https://huggingface.co/papers/2507.11589](https://huggingface.co/papers/2507.11589)) for improved integration within the Hub.
- Adding a link to the associated GitHub repository ([https://github.com/AndreiB137/EinFields](https://github.com/AndreiB137/EinFields)) for direct access to the code and usage instructions.
- Expanding the overall description to provide more context about the EinFields framework and the nature of the datasets.

Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -1,10 +1,31 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  ---
4
 
 
 
 
 
 
 
5
  ## Overview
6
 
7
- Three examples of datasets used to train EinFields, namely Schwarzschild, Kerr and GW metrics in spherical, Kerr-Schild and cartesian coordinates.
 
 
 
 
 
 
 
 
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