Skip to content

Commit ecfcada

Browse files
authored
Add relaion2b dataset opt-out results (#3059)
* Update endpoint.py * Update endpoint.py
1 parent 946b078 commit ecfcada

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

services/api/src/api/routes/endpoint.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ class OptInOutUrlsCountResponse(TypedDict):
6464

6565
# TODO: remove once full scan is implemented for spawning urls scan
6666
HARD_CODED_OPT_IN_OUT_URLS = {
67-
"laion/laion2B-en": OptInOutUrlsCountResponse(
67+
"laion/relaion2B-en-research-safe": OptInOutUrlsCountResponse(
6868
urls_columns=["URL"],
69-
num_opt_in_urls=5,
70-
num_opt_out_urls=42785281,
71-
num_urls=2322161807,
72-
num_scanned_rows=0, # It is unknown but leaving with 0 for now since UI validates non null
69+
num_opt_in_urls=16,
70+
num_opt_out_urls=43913814,
71+
num_urls=2097653553,
72+
num_scanned_rows=2097693557,
7373
has_urls_columns=True,
7474
full_scan=True,
7575
),

0 commit comments

Comments
 (0)