nielsr HF Staff commited on
Commit
a2d8a38
·
verified ·
1 Parent(s): 2f27d99

Add model card

Browse files

This 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.

Files changed (1) hide show
  1. README.md +10 -0
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/