Yuxuan Liu commited on
Commit ·
aa0c8a4
1
Parent(s): 87878ca
upload weights
Browse files- .gitattributes +1 -0
- README.md +17 -0
- bcat.pth +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.png filter=xet diff=xet merge=xet -text
|
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
# BCAT: A Block Causal Transformer for PDE Foundation Models for Fluid Dynamics
|
| 5 |
+
|
| 6 |
+
This repository contains pretrained model weights for the BCAT model ([paper](https://arxiv.org/abs/2501.18972)) The code is available at: https://github.com/felix-lyx/bcat
|
| 7 |
+
|
| 8 |
+
## Citation
|
| 9 |
+
|
| 10 |
+
```bibtex
|
| 11 |
+
@article{liu2025bcat,
|
| 12 |
+
title={{BCAT}: A Block Causal Transformer for PDE Foundation Models for Fluid Dynamics},
|
| 13 |
+
author={Yuxuan Liu and Jingmin Sun and Hayden Schaeffer},
|
| 14 |
+
journal={arXiv preprint arXiv:2501.18972},
|
| 15 |
+
year={2025}
|
| 16 |
+
}
|
| 17 |
+
```
|
bcat.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5cfd481660f46646ff16f783ada3d32ad93efe64f767d9ba44ea3230aa92842a
|
| 3 |
+
size 622626556
|