Add model card
Browse filesThis PR adds a model card for the paper [PDE-Controller: LLMs for Autoformalization and Reasoning of PDEs](https://huggingface.co/papers/2502.00963).
This includes relevant metadata such as the library name, pipeline tag and license.
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/
|