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