You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@severo Do I understand correctly that each service should:
deserialize the names from the URL before using the name
call other services with serialized names in the URL?
Do you see a way to fix it more gradually service by service (e.g., starting by /parquet)? How can we make sure that we don't break anybody relying on names not being serialized in the URL?
When playing with mlcroissant, we observed the following issue:
bigcode/commitpackft has both the configs
c
andc#
. When going to https://huggingface.co/api/datasets/bigcode/commitpackft/parquet/c#/train/0.parquet, it lists https://huggingface.co/api/datasets/bigcode/commitpackft/parquet/c/train/0.parquet (instead of https://huggingface.co/api/datasets/bigcode/commitpackft/parquet/c%23/train/0.parquet).Should dataset names / config names be escaped in the URLs?
cc @severo @lhoestq
The text was updated successfully, but these errors were encountered: