mciancone commited on
Commit
badabd1
·
verified ·
1 Parent(s): cfd74cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -14,4 +14,10 @@ configs:
14
  data_files: marion.json
15
  - config_name: mathieu
16
  data_files: mathieu.json
17
- ---
 
 
 
 
 
 
 
14
  data_files: marion.json
15
  - config_name: mathieu
16
  data_files: mathieu.json
17
+ ---
18
+
19
+ ## How to use
20
+
21
+ ```py
22
+ data = datasets.load_dataset("Wikit/retrieval-pdf-acl2025")
23
+ ```