Add pipeline tag, library name and links to paper and code

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: text-generation
4
+ library_name: transformers
5
+ ---
6
+
7
+ # Fine-tuning a Large Language Model for Automating Computational Fluid Dynamics Simulations
8
+
9
+ This model is a fine-tuned Qwen2.5-7B-Instruct LLM for automating Computational Fluid Dynamics (CFD) simulations, as described in [Fine-tuning a Large Language Model for Automating Computational Fluid Dynamics Simulations](https://huggingface.co/papers/2504.09602). It translates natural language descriptions into executable OpenFOAM configurations.
10
+
11
+ The code for the model can be found at https://github.com/YYgroup/AutoCFD.