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:
from transformers import AutoModel
model = AutoModel.from_pretrained("username/my_model_repo")
Licensing
This model is shared under the mit license.
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.