verAPPelt commited on
Commit
1ec1609
·
verified ·
1 Parent(s): 3fcfb5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -37,7 +37,11 @@ If you use the TOMT-KIS dataset, please cite the corresponding paper:
37
 
38
  # Use of TOMT-KIS
39
 
40
- ToDo Example with huggingface dataset API.
 
 
 
 
41
 
42
  # Dataset Structure
43
 
 
37
 
38
  # Use of TOMT-KIS
39
 
40
+ ```
41
+ from datasets import load_dataset
42
+ tomt_kis = load_dataset("webis/tip-of-my-tongue-known-item-search")
43
+ ```
44
+
45
 
46
  # Dataset Structure
47