Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
ChatterjeeLab
/
MadSBM
like
0
Follow
Programmable Biology Group
126
arxiv:
2601.22408
License:
cc-by-nc-nd-4.0
Model card
Files
Files and versions
xet
Community
main
MadSBM
/
setup.py
Shrey Goel
initial commit
94c2704
4 months ago
raw
Copy download link
history
blame
contribute
delete
211 Bytes
from
setuptools
import
setup, find_packages
setup(
name=
'MadSBM'
,
version=
'1.0'
,
packages=find_packages(),
install_requires=[],
author=
'Shrey Goel'
,
author_email=
'shrey.goel@duke.edu'
)