We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946b078 commit ecfcadaCopy full SHA for ecfcada
services/api/src/api/routes/endpoint.py
@@ -64,12 +64,12 @@ class OptInOutUrlsCountResponse(TypedDict):
64
65
# TODO: remove once full scan is implemented for spawning urls scan
66
HARD_CODED_OPT_IN_OUT_URLS = {
67
- "laion/laion2B-en": OptInOutUrlsCountResponse(
+ "laion/relaion2B-en-research-safe": OptInOutUrlsCountResponse(
68
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
+ num_opt_in_urls=16,
+ num_opt_out_urls=43913814,
+ num_urls=2097653553,
+ num_scanned_rows=2097693557,
73
has_urls_columns=True,
74
full_scan=True,
75
),
0 commit comments