Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OptimalScale
/
Robin-7b
like
66
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
7dc3da3
Robin-7b
/
lmflow
/
models
/
regression_model.py
hendrydong
Upload 32 files
e4f3acf
about 3 years ago
raw
Copy download link
history
blame
Safe
208 Bytes
#!/usr/bin/env python
# coding=utf-8
"""General regression model."""
from
lmflow.models.base_model
import
BaseModel
class
RegressionModel
(
BaseModel
):
def
__init__
(
self, *args, **kwargs
):
pass