For example, if the input is:
https://huggingface.co/datasets/Anthropic/persuasion/resolve/refs%2Fconvert%2Fparquet/default/train/0000.parquet
the partquet-viewer will treat it as:
https://huggingface.co/datasets/Anthropic/persuasion/resolve/refs%252Fconvert%252Fparquet/default/train/0000.parquet
We could refer to the implementation in the browsers to see what strategies the browsers use to avoid such issue.
For example, if the input is:
https://huggingface.co/datasets/Anthropic/persuasion/resolve/refs%2Fconvert%2Fparquet/default/train/0000.parquetthe partquet-viewer will treat it as:
https://huggingface.co/datasets/Anthropic/persuasion/resolve/refs%252Fconvert%252Fparquet/default/train/0000.parquetWe could refer to the implementation in the browsers to see what strategies the browsers use to avoid such issue.