Add model card (#1)
Browse files- Add model card (a2d8a381f9c9057ac8d6b5126efd983141b324eb)
Co-authored-by: Niels Rogge <[email protected]>
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the PDE-Controller model as described in [PDE-Controller: LLMs for Autoformalization and Reasoning of PDEs](https://huggingface.co/papers/2502.00963).
|
8 |
+
|
9 |
+
Github repository: https://github.com/Delta-Lab-AI/PDE-Controller.
|
10 |
+
Project Page: https://pde-controller.github.io/
|