sposhiy commited on
Commit
3c8c056
·
verified ·
1 Parent(s): 453d68f

Push model using huggingface_hub.

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1 +1 @@
1
- {"model_name": "LitGene_ContrastiveLearning", "pooling": "cls", "gene2vec_flag": false, "gene2vec_hidden": 200, "task_type": "unsupervised", "n_labels": 1}
 
1
+ {"architectures": ["FineTunedBERT"], "model_type": "bert", "base_model": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext", "pooling": "cls", "gene2vec_flag": false, "gene2vec_hidden": 200, "task_type": "unsupervised", "n_labels": 1}