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 isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The model has no library tag.