philipphager commited on
Commit
1b37fc2
·
verified ·
1 Parent(s): ac5acfd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,7 +19,7 @@ The model is available at: https://huggingface.co/philipphager/baidu-ultr_uva-be
19
  from datasets import load_dataset
20
 
21
  dataset = load_dataset(
22
- "philipphager/baidu-ultr_baidu-mlm-ctr",
23
  name="clicks",
24
  split="train", # ["train", "test"]
25
  cache_dir="~/.cache/huggingface",
@@ -33,7 +33,7 @@ dataset.set_format("torch") # [None, "numpy", "torch", "tensorflow", "pandas",
33
  from datasets import load_dataset
34
 
35
  dataset = load_dataset(
36
- "philipphager/baidu-ultr_baidu-mlm-ctr",
37
  name="annotations",
38
  split="test",
39
  cache_dir="~/.cache/huggingface",
 
19
  from datasets import load_dataset
20
 
21
  dataset = load_dataset(
22
+ "philipphager/baidu-ultr_uva-mlm-ctr",
23
  name="clicks",
24
  split="train", # ["train", "test"]
25
  cache_dir="~/.cache/huggingface",
 
33
  from datasets import load_dataset
34
 
35
  dataset = load_dataset(
36
+ "philipphager/baidu-ultr_uva-mlm-ctr",
37
  name="annotations",
38
  split="test",
39
  cache_dir="~/.cache/huggingface",