nielsr HF Staff commited on
Commit
4b60acd
·
verified ·
1 Parent(s): 19c8958

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

Browse files

This PR improves the model card by:
- Adding the `pipeline_tag` to the metadata, meaning it can be found at https://huggingface.co/models?pipeline_tag=text-generation
- Adding the `library_name` to the metadata
- Adding a link to the paper
- Adding a link to the Github repository
- Adding a brief description of the model

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.