Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
ctheodoris
/
Geneformer
like
210
Fill-Mask
Transformers
Safetensors
ctheodoris/Genecorpus-30M
bert
single-cell
genomics
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
472
Train
Deploy
Use this model
adding tensorboard to setup.py
#409
by
madhavanvenkatesh
- opened
Sep 5, 2024
base:
refs/heads/main
←
from:
refs/pr/409
Discussion
Files changed
+1
-0
Files changed (1)
hide
show
setup.py
+1
-0
setup.py
CHANGED
Viewed
@@ -34,6 +34,7 @@ setup(
34
"setuptools",
35
"statsmodels",
36
"tdigest",
37
"torch",
38
"tqdm",
39
"transformers",
34
"setuptools",
35
"statsmodels",
36
"tdigest",
37
+
"tensorboard",
38
"torch",
39
"tqdm",
40
"transformers",