File size: 599 Bytes
4b60acd | 1 2 3 4 5 6 7 8 9 10 11 | ---
license: mit
pipeline_tag: text-generation
library_name: transformers
---
# Fine-tuning a Large Language Model for Automating Computational Fluid Dynamics Simulations
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.
The code for the model can be found at https://github.com/YYgroup/AutoCFD. |