Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
LCZZZZ
/
model111
like
0
arxiv:
2509.24704
Model card
Files
Files and versions
xet
Community
main
model111
/
larm
/
task
/
base_model.py
LCZZZZ
Upload MemGen code and data
e34b94f
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
195 Bytes
import
torch.nn
as
nn
from
abc
import
ABC
class
BaseModel
(nn.Module, ABC):
def
__init__
(
self
):
super
().__init__()
@classmethod
def
from_config
(
cls, config
):
pass