Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ChatterjeeLab
/
MemDLM
like
0
Follow
Programmable Biology Group
97
arxiv:
2410.16735
License:
cc-by-nc-nd-4.0
Model card
Files
Files and versions
xet
Community
3
d04a061
MemDLM
/
setup.py
Shrey Goel
adding code
d04a061
about 2 months ago
raw
Copy download link
history
blame
213 Bytes
from
setuptools
import
setup, find_packages
setup(
name=
'MeMDLM_v2'
,
version=
'1.0'
,
packages=find_packages(),
install_requires=[],
author=
'Shrey Goel'
,
author_email=
'
[email protected]
'
)