Datasets:
Languages:
English
Size:
10K - 100K
Update README.md
Browse files
README.md
CHANGED
@@ -80,3 +80,8 @@ print(dataset)
|
|
80 |
sample = dataset["train"][0]
|
81 |
print("Sample from training set:", sample)
|
82 |
```
|
|
|
|
|
|
|
|
|
|
|
|
80 |
sample = dataset["train"][0]
|
81 |
print("Sample from training set:", sample)
|
82 |
```
|
83 |
+
|
84 |
+
### What's next?
|
85 |
+
If you have any issues using this dataset, feel free to reach out to us at [support@intuctiva.ai](support@intuctiva.ai)
|
86 |
+
|
87 |
+
To learn more about how we created this dataset—or how you can generate synthetic datasets for Physics-AI models—visit [Inductiva.AI](inductiva.ai) or check out our blog post on [transforming complex simulation workflows into easy-to-use Python classes](https://inductiva.ai/blog/article/transform-complex-simulations).
|