| # Documentation for Parameter Calculation | |
| Thank you for your interest in our Yuan3.0 Model! | |
| Our community is open to everyone and welcomes all kinds of comments. | |
| This document is an explanation of Parameter Calculation script. | |
| ## Setup for Parameter Calculation | |
| ### 1.Download Yuan3.0 Model Locally | |
| ### 2.Modify the "MODEL PATH" to Your Local Download Path | |
| ```bash | |
| vim Param_Calculation.py | |
| # modify the above line | |
| MODEL_PATH = "/path/to/Yuan3.0-Model" | |
| ``` | |
| ### 3.Run Parameter Calculation script | |
| ```bash | |
| python Param_Calculation.py | |
| ``` | |