lewtun HF Staff commited on
Commit
d8cf312
·
verified ·
1 Parent(s): 603890a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -269,7 +269,7 @@ dataset_info:
269
  dataset_size: 334784354
270
  ---
271
 
272
- # Carbon Perturbation Bench
273
 
274
  A benchmark of **sequence-level perturbation tasks** for evaluating DNA foundation models.
275
  Each task presents pairs of genomic sequences — one real (unperturbed) and one structurally
@@ -340,17 +340,17 @@ from datasets import load_dataset
340
 
341
  # Synonymous codon substitution — human
342
  syn_human = load_dataset(
343
- "HuggingFaceBio/carbon-perturbation-bench", "syn_human", split="test"
344
  )
345
 
346
  # Synonymous codon substitution — mouse
347
  syn_mouse = load_dataset(
348
- "HuggingFaceBio/carbon-perturbation-bench", "syn_mouse", split="test"
349
  )
350
 
351
  # CAG motif insertion
352
  motif = load_dataset(
353
- "HuggingFaceBio/carbon-perturbation-bench", "motif_human", split="test"
354
  )
355
  ```
356
 
 
269
  dataset_size: 334784354
270
  ---
271
 
272
+ # Perturbation Bench
273
 
274
  A benchmark of **sequence-level perturbation tasks** for evaluating DNA foundation models.
275
  Each task presents pairs of genomic sequences — one real (unperturbed) and one structurally
 
340
 
341
  # Synonymous codon substitution — human
342
  syn_human = load_dataset(
343
+ "HuggingFaceBio/perturbation-bench", "syn_human", split="test"
344
  )
345
 
346
  # Synonymous codon substitution — mouse
347
  syn_mouse = load_dataset(
348
+ "HuggingFaceBio/perturbation-bench", "syn_mouse", split="test"
349
  )
350
 
351
  # CAG motif insertion
352
  motif = load_dataset(
353
+ "HuggingFaceBio/perturbation-bench", "motif_human", split="test"
354
  )
355
  ```
356