Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
ctheodoris
/
Geneformer
like
199
Fill-Mask
Transformers
Safetensors
ctheodoris/Genecorpus-30M
bert
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
441
Train
Deploy
Use this model
madhavanvenkatesh
commited on
Sep 5
Commit
0560619
•
1 Parent(s):
e8fa43a
adding tensorboard to setup.py
Browse files
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",