File size: 653 Bytes
0e85286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
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.