| license: mit | |
| tags: | |
| - regression | |
| - synthetic-data | |
| - example-model | |
| datasets: | |
| - synthetic-dataset | |
| # My Linear Regression Model | |
| This model is a simple linear regression model trained on synthetic data. | |
| ## Model Details | |
| - **Architecture**: Linear(10 -> 1) | |
| - **Framework**: PyTorch | |
| - **Task**: Regression | |
| - **Datasets**: synthetic-dataset | |
| ## Metrics | |
| | Metric | Value | | |
| |--------|-------| | |
| | MSE | 0.03 | | |
| ## Usage | |
| To use this model, load it from the Hugging Face Hub: | |
| ```python | |
| from transformers import AutoModel | |
| model = AutoModel.from_pretrained("username/my_model_repo") | |
| ``` | |
| ## Licensing | |
| This model is shared under the mit license. | |