File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ID
2- hf_username : !!str Synthyra
3- hf_token : !!str null
4- synthyra_api_key : !!str null
5- wandb_api_key : !!str null
2+ hf_username : Synthyra
3+ hf_token : null
4+ synthyra_api_key : null
5+ wandb_api_key : null
66
77
88# Paths
9- yaml_path : !!str null
10- log_dir : !!str logs
11- results_dir : !!str results
12- model_save_dir : !!str weights
13- embedding_save_dir : !!str embeddings
14- download_dir : !!str Synthyra/mean_pooled_embeddings
15- plots_dir : !!str plots
16- replay_path : !!str null
17- pretrained_probe_path : !!str null
9+ yaml_path : null
10+ log_dir : logs
11+ results_dir : results
12+ model_save_dir : weights
13+ embedding_save_dir : embeddings
14+ download_dir : Synthyra/mean_pooled_embeddings
15+ plots_dir : plots
16+ replay_path : null
17+ pretrained_probe_path : null
1818
1919
2020# DataArguments:
21- delimiter : !!str ','
21+ delimiter : ' ,'
2222col_names :
2323 - seqs
2424 - labels
@@ -35,7 +35,7 @@ model_names:
3535
3636
3737# ProbeArguments:
38- probe_type : !!str linear # valid options: linear, transformer, crossconv
38+ probe_type : linear # valid options: linear, transformer, crossconv
3939tokenwise : !!bool false
4040hidden_dim : !!int 8192
4141dropout : !!float 0.2
@@ -60,7 +60,7 @@ lora_dropout: !!float 0.01
6060scikit_n_iter : !!int 10
6161scikit_cv : !!int 3
6262scikit_random_state : !!int 42
63- scikit_model_name : !!str null
63+ scikit_model_name : null
6464use_scikit : !!bool false
6565n_jobs : !!int 1
6666
Original file line number Diff line number Diff line change 11# ID
2- hf_username : !!str Synthyra
3- hf_token : !!str null
4- synthyra_api_key : !!str null
5- wandb_api_key : !!str null
2+ hf_username : Synthyra
3+ hf_token : null
4+ synthyra_api_key : null
5+ wandb_api_key : null
66
77
88# Paths
9- yaml_path : !!str null
10- log_dir : !!str logs
11- results_dir : !!str results
12- model_save_dir : !!str weights
13- embedding_save_dir : !!str embeddings
14- download_dir : !!str Synthyra/mean_pooled_embeddings
15- plots_dir : !!str plots
16- replay_path : !!str null
17- pretrained_probe_path : !!str null
9+ yaml_path : null
10+ log_dir : logs
11+ results_dir : results
12+ model_save_dir : weights
13+ embedding_save_dir : embeddings
14+ download_dir : Synthyra/mean_pooled_embeddings
15+ plots_dir : plots
16+ replay_path : null
17+ pretrained_probe_path : null
1818
1919
2020# DataArguments:
21- delimiter : !!str ','
21+ delimiter : ' ,'
2222col_names :
2323 - seqs
2424 - labels
@@ -57,7 +57,7 @@ model_names:
5757
5858
5959# ProbeArguments:
60- probe_type : !!str linear # valid options: linear, transformer, crossconv
60+ probe_type : linear # valid options: linear, transformer, crossconv
6161tokenwise : !!bool false
6262hidden_dim : !!int 8192
6363dropout : !!float 0.2
@@ -83,7 +83,7 @@ lora_dropout: !!float 0.01
8383scikit_n_iter : !!int 10
8484scikit_cv : !!int 3
8585scikit_random_state : !!int 42
86- scikit_model_name : !!str null
86+ scikit_model_name : null
8787use_scikit : !!bool false
8888n_jobs : !!int 1
8989
You can’t perform that action at this time.
0 commit comments