cgeorgiaw HF Staff commited on
Commit
532c6d4
·
verified ·
1 Parent(s): 4332d8e

Use 8192 bp final-position variant windows

Browse files
README.md CHANGED
@@ -80,7 +80,16 @@ Dataset-wide provenance summary:
80
  "single nucleotide variant": 6000
81
  },
82
  "window_bp": {
83
- "1024": 6000
 
 
 
 
 
 
 
 
 
84
  },
85
  "benchmark_exclusion_status": {
86
  "checked": 6000
@@ -88,6 +97,8 @@ Dataset-wide provenance summary:
88
  }
89
  ```
90
 
 
 
91
  The `all_tasks` config has 6,000 task rows but 4,000 unique variant keys. The `binary` and `clinvar_levels` configs are two views of the same 2,000 clinical-classification variants; `pathogenic_pairwise` contributes 2,000 additional pathogenic or likely pathogenic variants.
92
 
93
  Unique variant chromosome distribution across `all_tasks`:
@@ -203,7 +214,7 @@ excluded_from_benchmark_eval: true
203
 
204
  ### `binary`
205
 
206
- The prompt shows the reference allele, alternate allele, and a 1,024 bp DNA sequence window containing the alternate allele. The model is asked to answer with exactly one option:
207
 
208
  ```text
209
  benign or likely benign
 
80
  "single nucleotide variant": 6000
81
  },
82
  "window_bp": {
83
+ "8192": 6000
84
+ },
85
+ "variant_window_placement": {
86
+ "final": 6000
87
+ },
88
+ "variant_index_0based": {
89
+ "8191": 6000
90
+ },
91
+ "variant_position_1based": {
92
+ "8192": 6000
93
  },
94
  "benchmark_exclusion_status": {
95
  "checked": 6000
 
97
  }
98
  ```
99
 
100
+ Every prompt sequence is 8,192 bp long. The variant is placed at the final base of the sequence context: `variant_index_0based = 8191`, equivalent to `variant_position_1based = 8192`.
101
+
102
  The `all_tasks` config has 6,000 task rows but 4,000 unique variant keys. The `binary` and `clinvar_levels` configs are two views of the same 2,000 clinical-classification variants; `pathogenic_pairwise` contributes 2,000 additional pathogenic or likely pathogenic variants.
103
 
104
  Unique variant chromosome distribution across `all_tasks`:
 
214
 
215
  ### `binary`
216
 
217
+ The prompt shows the reference allele, alternate allele, and an 8,192 bp DNA sequence window containing the alternate allele at the final base of the context. The model is asked to answer with exactly one option:
218
 
219
  ```text
220
  benign or likely benign
all_tasks/train-00000-of-00001.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad933e84128aae04f5ec0619689df861c1bb758aa7ceb7839f752063c4c792f8
3
- size 38219553
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e96535d15744930b81154e8d7c3ee96aff217f9c0a160070b7a9272739d3fe82
3
+ size 210851553
binary/train-00000-of-00001.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48707401850b0f51cb21555a63cb5ced83292cf34b915b57c9af71a7f30e4f7c
3
- size 10904557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0192484cf7a48e60291f8a53d0160f61a67f393bf45d2f957e4fb72078f4ba71
3
+ size 54112557
clinvar_levels/train-00000-of-00001.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc14c14ed8b3a34485311f568ae3c225da95912fa947aec28e118b8d6b1838b7
3
- size 11240553
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a311857606a5e035bb4edb650307f4c3f9a62c39196be2973f350a396dd7fab1
3
+ size 54448553
pathogenic_pairwise/train-00000-of-00001.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a3ac9ee25ad5167fdeb49b3e9ab880144c245c1e1ecf2a87dd22a03c311abac
3
- size 16074443
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad6a2ea8543d0a52c3798fe311da9914373150285f450ae515028bfd4f3b4233
3
+ size 102290443