Datasets:
ArXiv:
License:
Update README.md
Browse files
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-
|
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-
|
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",
|