Geneformer / geneformer

Commit History

plot umap for all labels in same view
ff551ee

Christina Theodoris commited on

silence tensor copy warning
9d8d2f0

Christina Theodoris commited on

clone rather than wrap tensors
aea4988

Christina Theodoris commited on

update collator with dummy save fn for transformers compatibility
f17618a

Christina Theodoris commited on

fix to properly move model after checking device
f953554

Christina Theodoris commited on

move model to device after checking
efc403d

Christina Theodoris commited on

update V1 token dict usage to self attr
f26136d

Christina Theodoris commited on

move V1 autoformatting to after validate_options
4364d31

Christina Theodoris commited on

add option for relabeling data from prior label class dict, update dict paths in manifest
76a78a0

Christina Theodoris commited on

add V2 models
7cf49a3

Christina Theodoris commited on

update with V2 models
d319fef

Christina Theodoris commited on

fix TypeError: TrainingArguments.__init__() got an unexpected keyword argument 'evaluation_strategy' (#539)
42dbf0a
verified

ctheodoris jackkuo commited on

add fallback task_type for LoraConfig to support different PEFT versions (#538)
d471d1b
verified

ctheodoris madhavanvvs commited on

update eval_strategy for new transformers version
18a2ca6

Christina Theodoris commited on

move import wandb to conditional
7e4697d

Christina Theodoris commited on

ddp_mtl_nccl_support (#524)
e2efe2b
verified

ctheodoris commited on

edit imports in perturber_utils
c6d04a6

Christina Theodoris commited on

fix exact_mean subselection to be for index rather than col name
a13a2cf

Christina Theodoris commited on

fix exact_mean and exact_median to subselect dataframe emb cols, not cell rows
cfc8cdb

Christina Theodoris commited on

add quantization for pretrained model
7b591f6

Christina Theodoris commited on

Prepare data cell level pass cell state dict instead of genes (#483)
69e6887
verified

ctheodoris hchen725 commited on

ensure gene class dict only inverted when using gene classifier
54b408b

Christina Theodoris commited on

make plot roc compatible with eval-only metrics
ae4867d

Christina Theodoris commited on

Merge remote-tracking branch 'origin/main'
5760b30

Christina Theodoris commited on

fix gene class dict labeling
bfcada4

Christina Theodoris commited on

Add checks for custom attributes and n_counts prior to sum ensembl id (#461)
09de197
verified

ctheodoris hchen725 commited on

remove unused imports while no longer using distributed sampler
b9028ba
verified

ctheodoris commited on

update isp default mode to cls
0c99403
verified

ctheodoris commited on

update pretrainer to not use distributed sampler (Trainer uses accelerate)
8140c51
verified

ctheodoris commited on

update function for N_Detections for mixture_model without anchor_token
df297bc

Christina Theodoris commited on

add check to ensure emb_label is None for getting state embs dict
39b4444

Christina Theodoris commited on

change default emb to cls
9ee140a
verified

ctheodoris commited on

CUDA kernels incompatible with standard PyTorch device movement with 4bit/8bit, necessitating device-specific handling (#416)
b6d28c3
verified

ctheodoris madhavanvenkatesh commited on

move dict loading to function in eval utils
57bc17e

ctheodoris commited on

edit docs formatting
ef094b2

ctheodoris commited on

update tokenizer to defaults for 95M models for special token and input size
da8cf3d
verified

ctheodoris commited on