SeaWolf-AI commited on
Commit
4ac4c38
·
verified ·
1 Parent(s): 4116f19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -191,7 +191,7 @@ This separation directly maps to the monitoring–control model of Nelson & Nare
191
  ```python
192
  from datasets import load_dataset
193
 
194
- dataset = load_dataset("VIDRAFT/FINAL-Bench", split="test")
195
 
196
  # Total 100 tasks
197
  print(f"Total tasks: {len(dataset)}")
 
191
  ```python
192
  from datasets import load_dataset
193
 
194
+ dataset = load_dataset("FINAL-Bench/Metacognitive", split="test")
195
 
196
  # Total 100 tasks
197
  print(f"Total tasks: {len(dataset)}")