Upload L180_ctx2400_ds50000/data_generation_config.json with huggingface_hub
Browse files
L180_ctx2400_ds50000/data_generation_config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"project": "TRACE_RECONSTRUCTION",
|
3 |
+
"experiment": null,
|
4 |
+
"data_type": "ids_data",
|
5 |
+
"target_type": "CPRED",
|
6 |
+
"block_size": 2400,
|
7 |
+
"sequence_type": "nuc",
|
8 |
+
"data_set_size": 50000,
|
9 |
+
"observation_size": 10,
|
10 |
+
"observation_size_lb": 2,
|
11 |
+
"ground_truth_length": 180,
|
12 |
+
"save_flag": true,
|
13 |
+
"seed_number": 34721,
|
14 |
+
"wandb.wandb_log": true,
|
15 |
+
"wandb.wandb_project": "TRACE_RECONSTRUCTION",
|
16 |
+
"wandb.wandb_entity": "franziweindel-technical-university-of-munich",
|
17 |
+
"lower_noise_bound": 0.01,
|
18 |
+
"upper_noise_bound": 0.1,
|
19 |
+
"insertion_probability_lb": 0.01,
|
20 |
+
"insertion_probability_ub": 0.1,
|
21 |
+
"deletion_probability_lb": 0.01,
|
22 |
+
"deletion_probability_ub": 0.1,
|
23 |
+
"substitution_probability_lb": 0.01,
|
24 |
+
"substitution_probability_ub": 0.1,
|
25 |
+
"group_name": "ids_data_observation_size_10_ground_truth_180",
|
26 |
+
"noise_name": "lower_bound_001_upper_bound_01",
|
27 |
+
"folder_name": "pretraining_data/seed_num_34721/ids_data_observation_size_10_ground_truth_180/lower_bound_001_upper_bound_01/CPRED",
|
28 |
+
"meta_vocab_size": 8,
|
29 |
+
"max_len_reads": 215
|
30 |
+
}
|