Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OptimalScale
/
Robin-33b
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3455d37
Robin-33b
/
lmflow
/
models
/
base_model.py
hendrydong
Upload 39 files
3455d37
over 1 year ago
raw
Copy download link
history
blame
Safe
162 Bytes
#!/usr/bin/env python
# coding=utf-8
"""Base model class.
"""
from
abc
import
ABC
class
BaseModel
(
ABC
):
def
__init__
(
self, *args, **kwargs
):
pass