id int64 959M 2.55B | title stringlengths 3 133 | body stringlengths 1 65.5k ⌀ | description stringlengths 5 65.6k | state stringclasses 2
values | created_at stringlengths 20 20 | updated_at stringlengths 20 20 | closed_at stringlengths 20 20 ⌀ | user stringclasses 174
values |
|---|---|---|---|---|---|---|---|---|
2,277,644,268 | block mcding-org/* datasets | They are very big (a lot of configs) and are updated all the time. | block mcding-org/* datasets: They are very big (a lot of configs) and are updated all the time. | closed | 2024-05-03T13:05:10Z | 2024-05-03T13:36:10Z | 2024-05-03T13:36:10Z | severo |
2,277,622,547 | support more than 10k parquet files in config-parquet-metadata | fixes #2768 | support more than 10k parquet files in config-parquet-metadata: fixes #2768 | closed | 2024-05-03T12:53:45Z | 2024-05-03T13:35:05Z | 2024-05-03T13:35:04Z | severo |
2,276,440,441 | Delete the cache entries before backfilling again if cache is incoherent (inexisting config or split names) | fixes #2767.
Hopefully, applying this to production will delete a lot of obsolete cache entries after the next backfill | Delete the cache entries before backfilling again if cache is incoherent (inexisting config or split names): fixes #2767.
Hopefully, applying this to production will delete a lot of obsolete cache entries after the next backfill | closed | 2024-05-02T20:40:50Z | 2024-05-03T10:42:20Z | 2024-05-03T08:49:39Z | severo |
2,275,662,351 | FineWeb: Unexpected end of stream: Page was smaller (1862094) than expected (2055611) | The config-parquet-metadata job succeeds but the split-first-rows job fails when using `compute_first_rows_from_parquet_response`.
In the meantime I set the error code in the config-parquet-metadata response as `CachedResponseNotFound` to make the split-first-rows succeed
This workaround causes `ResponseNotFound`... | FineWeb: Unexpected end of stream: Page was smaller (1862094) than expected (2055611): The config-parquet-metadata job succeeds but the split-first-rows job fails when using `compute_first_rows_from_parquet_response`.
In the meantime I set the error code in the config-parquet-metadata response as `CachedResponseNotF... | closed | 2024-05-02T14:18:12Z | 2024-05-03T13:35:05Z | 2024-05-03T13:35:05Z | lhoestq |
2,275,489,227 | Backfill ignores the existing cache entries for previous config/split names | See https://github.com/huggingface/dataset-viewer/issues/2766#issuecomment-2090443731
> For https://huggingface.co/datasets/re-align/UnifiedChat, for example, we have entries, including an error with LockedDatasetTimeoutError, for config `default`. But this config does not exist anymore.
In this case, the backfil... | Backfill ignores the existing cache entries for previous config/split names: See https://github.com/huggingface/dataset-viewer/issues/2766#issuecomment-2090443731
> For https://huggingface.co/datasets/re-align/UnifiedChat, for example, we have entries, including an error with LockedDatasetTimeoutError, for config `d... | closed | 2024-05-02T13:01:36Z | 2024-05-03T08:49:40Z | 2024-05-03T08:49:40Z | severo |
2,275,353,789 | persisting CreateCommitError | For dataset https://huggingface.co/datasets/venetis/VMMRdb_make_model_test, we get the same error after 30 retries: `CreateCommitError`. Another one: https://huggingface.co/datasets/celsowm/stack-exchange-paired-mini-1k
Also, two other datasets have the `CreateCommitError` for more than 1 month, so it does not seem ... | persisting CreateCommitError: For dataset https://huggingface.co/datasets/venetis/VMMRdb_make_model_test, we get the same error after 30 retries: `CreateCommitError`. Another one: https://huggingface.co/datasets/celsowm/stack-exchange-paired-mini-1k
Also, two other datasets have the `CreateCommitError` for more than... | open | 2024-05-02T11:53:57Z | 2024-07-30T16:51:51Z | null | severo |
2,275,338,435 | Children jobs are not created after `JobManagerCrashedError` | This would explain why we have ~500 `PreviousStepStillProcessingError` entries, while they should be temporary.
https://github.com/huggingface/dataset-viewer/pull/2758#issuecomment-2090300183 | Children jobs are not created after `JobManagerCrashedError`: This would explain why we have ~500 `PreviousStepStillProcessingError` entries, while they should be temporary.
https://github.com/huggingface/dataset-viewer/pull/2758#issuecomment-2090300183 | open | 2024-05-02T11:45:02Z | 2024-05-15T10:04:08Z | null | severo |
2,272,338,619 | Index Translations and TranslationVariableLanguages data type for search | We have 2171 splits with translation or TranslationVariableLanguages data types that need to be indexed while duckdb supports it.
See these examples:
- https://huggingface.co/datasets/vgaraujov/americasnlp-mt-21
- https://huggingface.co/datasets/ted_hrlr | Index Translations and TranslationVariableLanguages data type for search: We have 2171 splits with translation or TranslationVariableLanguages data types that need to be indexed while duckdb supports it.
See these examples:
- https://huggingface.co/datasets/vgaraujov/americasnlp-mt-21
- https://huggingface.co/data... | closed | 2024-04-30T19:48:56Z | 2024-05-02T15:21:09Z | 2024-05-02T14:11:06Z | AndreaFrancis |
2,272,114,014 | Add Presidio scan | Run Presidio on string data and store the entities counts + (masked) results.
Will add the aggregations that we can show in the viewer in a subsequent PR.
TODO:
- [x] tests
- [x] add job to graph
the plan is to show the entity types (email, ip adress, etc.) present in a dataset and the % of rows containing eac... | Add Presidio scan: Run Presidio on string data and store the entities counts + (masked) results.
Will add the aggregations that we can show in the viewer in a subsequent PR.
TODO:
- [x] tests
- [x] add job to graph
the plan is to show the entity types (email, ip adress, etc.) present in a dataset and the % of ... | closed | 2024-04-30T17:32:43Z | 2024-05-21T09:41:32Z | 2024-05-18T13:09:44Z | lhoestq |
2,271,966,719 | A space in the column name breaks the assets URLs | reported internally by @xianbaoqian: https://huggingface.slack.com/archives/C02EMARJ65P/p1714493144145569
## with the space


. | services/worker tests are failing: See https://github.com/huggingface/dataset-viewer/actions/runs/8895306050/job/24425363938
We get 55 instead of 50 (not sure for which field, we don't have enough logs as of now). | closed | 2024-04-30T13:27:57Z | 2024-04-30T15:14:24Z | 2024-04-30T15:14:24Z | severo |
2,271,427,484 | Set number of retries per error code | See https://huggingface.slack.com/archives/C04L6P8KNQ5/p1714480880576699?thread_ts=1714033939.429809&cid=C04L6P8KNQ5 (internal)
Errors like `CreateCommitError` should always be retried, because they correspond to the Hub being down, which should always be a temporary situation. I set the limit to 30 in that case (in... | Set number of retries per error code: See https://huggingface.slack.com/archives/C04L6P8KNQ5/p1714480880576699?thread_ts=1714033939.429809&cid=C04L6P8KNQ5 (internal)
Errors like `CreateCommitError` should always be retried, because they correspond to the Hub being down, which should always be a temporary situation. ... | closed | 2024-04-30T13:05:20Z | 2024-05-02T11:54:09Z | 2024-04-30T13:39:38Z | severo |
2,271,353,100 | Don't recompute everything if the change is only in the README body | If the contents of the README file (ie: excluding the dataset viewer YAML configuration) are modified, the responses will all be unchanged, so: we could avoid recomputing everything. This is particularly important for big datasets.
internal discussion: https://huggingface.slack.com/archives/C04L6P8KNQ5/p171415032472... | Don't recompute everything if the change is only in the README body: If the contents of the README file (ie: excluding the dataset viewer YAML configuration) are modified, the responses will all be unchanged, so: we could avoid recomputing everything. This is particularly important for big datasets.
internal discuss... | open | 2024-04-30T12:34:04Z | 2024-05-07T15:33:01Z | null | severo |
2,271,080,446 | Upgrade pyarrow to 16? | Release notes here: https://arrow.apache.org/blog/2024/04/20/16.0.0-release/
Are we affected by any change? Does it enable something for us? | Upgrade pyarrow to 16?: Release notes here: https://arrow.apache.org/blog/2024/04/20/16.0.0-release/
Are we affected by any change? Does it enable something for us? | open | 2024-04-30T10:20:45Z | 2024-04-30T16:19:31Z | null | severo |
2,270,189,704 | Adding large_string to duckdb-index worker and tests | Fix for https://github.com/huggingface/dataset-viewer/issues/2613 | Adding large_string to duckdb-index worker and tests: Fix for https://github.com/huggingface/dataset-viewer/issues/2613 | closed | 2024-04-29T23:39:40Z | 2024-04-30T13:50:11Z | 2024-04-30T13:05:15Z | AndreaFrancis |
2,269,539,788 | Return partial dataset-hub-cache instead of error? | `dataset-hub-cache` depends on multiple previous steps, and any error in one of them makes it fail. It provokes things like https://github.com/huggingface/moon-landing/issues/9799 (internal): in the datasets list, a dataset is not marked as "supporting the dataset viewer", whereas the only issue is that we didn't manag... | Return partial dataset-hub-cache instead of error?: `dataset-hub-cache` depends on multiple previous steps, and any error in one of them makes it fail. It provokes things like https://github.com/huggingface/moon-landing/issues/9799 (internal): in the datasets list, a dataset is not marked as "supporting the dataset vie... | closed | 2024-04-29T17:10:09Z | 2024-06-13T13:57:20Z | 2024-06-13T13:57:20Z | severo |
2,268,621,277 | Use `.__cause__` when possible when raising an exception | See https://github.com/huggingface/dataset-viewer/pull/2747#discussion_r1581758922
This refactoring would remove the need to pass the cause explicitly to the `cause` argument. Most importantly, we sometimes forget to pass the cause, which reduce the information passed to the user.
Note that it will only work if w... | Use `.__cause__` when possible when raising an exception: See https://github.com/huggingface/dataset-viewer/pull/2747#discussion_r1581758922
This refactoring would remove the need to pass the cause explicitly to the `cause` argument. Most importantly, we sometimes forget to pass the cause, which reduce the informati... | open | 2024-04-29T10:05:26Z | 2024-04-29T10:05:41Z | null | severo |
2,264,248,528 | Add timeout to hffs requests | I think it causes the fineweb job to hang, and then kube thinks the pod is doing nothing and can kill it
cc @polinaeterna
also cc @Wauplin just FYI | Add timeout to hffs requests: I think it causes the fineweb job to hang, and then kube thinks the pod is doing nothing and can kill it
cc @polinaeterna
also cc @Wauplin just FYI | closed | 2024-04-25T18:32:29Z | 2024-04-26T16:20:11Z | 2024-04-25T20:44:35Z | lhoestq |
2,264,235,571 | Re enable signal handling | I also removed the custom exception handler that can cause a segfault and has never been useful (no logs from this in the past days and I've never seen it) | Re enable signal handling: I also removed the custom exception handler that can cause a segfault and has never been useful (no logs from this in the past days and I've never seen it) | closed | 2024-04-25T18:25:06Z | 2024-04-25T20:41:32Z | 2024-04-25T20:41:31Z | lhoestq |
2,264,002,622 | Remove sleep logs | null | Remove sleep logs: | closed | 2024-04-25T16:21:02Z | 2024-04-25T16:22:58Z | 2024-04-25T16:22:57Z | lhoestq |
2,263,897,857 | Disable signal handling (temporarily for fineweb) | Now Kube shows the reason "Error" (so not "OOM") but thanks to logging I managed to see that the main process did receive a SIGTERM.
Temporarily disable some signal handling in case they prevent some logs from the children processes to appear, or if it prevents Kube from detecting the OOM.
cc @polinaeterna | Disable signal handling (temporarily for fineweb): Now Kube shows the reason "Error" (so not "OOM") but thanks to logging I managed to see that the main process did receive a SIGTERM.
Temporarily disable some signal handling in case they prevent some logs from the children processes to appear, or if it prevents Kube... | closed | 2024-04-25T15:25:40Z | 2024-04-25T16:16:18Z | 2024-04-25T16:15:49Z | lhoestq |
2,263,894,566 | Group sleep logs in retry() | they're spamming too much, e.g. 20k logs just for the parquet-and-info jobs of fineweb | Group sleep logs in retry(): they're spamming too much, e.g. 20k logs just for the parquet-and-info jobs of fineweb | closed | 2024-04-25T15:24:03Z | 2024-04-25T16:17:43Z | 2024-04-25T16:17:43Z | lhoestq |
2,263,660,641 | Update DatasetWithScriptNotSupportedError message suggesting CLI | Suggest using the `datasets` convert_to_parquet CLI instead of opening a Discussion.
Additionally, this PR sets a default error message, instead of repeating the same everywhere.
Fix #2742. | Update DatasetWithScriptNotSupportedError message suggesting CLI: Suggest using the `datasets` convert_to_parquet CLI instead of opening a Discussion.
Additionally, this PR sets a default error message, instead of repeating the same everywhere.
Fix #2742. | closed | 2024-04-25T13:55:23Z | 2024-04-29T10:05:49Z | 2024-04-26T16:23:58Z | albertvillanova |
2,263,601,301 | Update compatible_libraries.py | typo fix | Update compatible_libraries.py: typo fix | closed | 2024-04-25T13:31:37Z | 2024-04-25T13:31:49Z | 2024-04-25T13:31:49Z | severo |
2,263,216,305 | Presidio scan | Can help detecting pii and warn authors / users.
I'm working on something similar to the opt-out urls scan and use the default presidio config.
Note that it has false positives so we might have to adapt messages on the Hub (or have some sort of additional filtering) | Presidio scan: Can help detecting pii and warn authors / users.
I'm working on something similar to the opt-out urls scan and use the default presidio config.
Note that it has false positives so we might have to adapt messages on the Hub (or have some sort of additional filtering) | closed | 2024-04-25T10:17:32Z | 2024-05-18T13:09:45Z | 2024-05-18T13:09:45Z | lhoestq |
2,263,141,231 | More logs for crashes | Needed to debug HuggingFaceFW/fineweb "default" config that crashes in 15min without meaningful logs
cc @polinaeterna | More logs for crashes: Needed to debug HuggingFaceFW/fineweb "default" config that crashes in 15min without meaningful logs
cc @polinaeterna | closed | 2024-04-25T09:40:01Z | 2024-04-25T10:26:37Z | 2024-04-25T10:26:36Z | lhoestq |
2,259,158,524 | Hardcode number of bins in histogram instead of env var | ...to simplify things. I think I've seen some discussion and related PRs from @severo recently with the idea that the less configuration options the better. But I cannot find it...
(Honestly, I have no idea why I decided that it would be a good idea to make it an environmental variable.) | Hardcode number of bins in histogram instead of env var: ...to simplify things. I think I've seen some discussion and related PRs from @severo recently with the idea that the less configuration options the better. But I cannot find it...
(Honestly, I have no idea why I decided that it would be a good idea to make it a... | closed | 2024-04-23T15:20:04Z | 2024-04-25T08:50:00Z | 2024-04-24T14:02:26Z | polinaeterna |
2,258,423,170 | Improve the message for DatasetWithScriptNotSupportedError | Now we have a CLI tool to convert a script dataset to a data-only one (parquet). See https://github.com/huggingface/datasets/releases/tag/2.19.0
<img width="676" alt="Capture d’écran 2024-04-23 à 11 41 10" src="https://github.com/huggingface/dataset-viewer/assets/1676121/0a90c9fc-47c5-4266-bf6e-07b2c29986a6">
We ... | Improve the message for DatasetWithScriptNotSupportedError: Now we have a CLI tool to convert a script dataset to a data-only one (parquet). See https://github.com/huggingface/datasets/releases/tag/2.19.0
<img width="676" alt="Capture d’écran 2024-04-23 à 11 41 10" src="https://github.com/huggingface/dataset-viewer/... | closed | 2024-04-23T09:44:04Z | 2024-05-03T13:58:56Z | 2024-04-26T16:23:59Z | severo |
2,253,494,195 | Remove remaining DatasetWithTooManyParquetFilesError | I missed this occurence of DatasetWithTooManyParquetFilesError in https://github.com/huggingface/dataset-viewer/pull/2503
I'd like to deploy this soon for the FW dataset release
cc @guipenedo | Remove remaining DatasetWithTooManyParquetFilesError: I missed this occurence of DatasetWithTooManyParquetFilesError in https://github.com/huggingface/dataset-viewer/pull/2503
I'd like to deploy this soon for the FW dataset release
cc @guipenedo | closed | 2024-04-19T17:15:06Z | 2024-04-20T12:18:17Z | 2024-04-20T12:18:17Z | lhoestq |
2,252,865,847 | Update datasets to 2.19.0 and fsspec to 2024.3.1 | Update datasets to 2.19.0.
Fix #2739. | Update datasets to 2.19.0 and fsspec to 2024.3.1: Update datasets to 2.19.0.
Fix #2739. | closed | 2024-04-19T12:32:43Z | 2024-04-24T13:32:47Z | 2024-04-24T13:31:27Z | albertvillanova |
2,252,722,839 | Update datasets to 2.19.0 | Update datasets to 2.19.0: https://github.com/huggingface/datasets/releases/tag/2.19.0 | Update datasets to 2.19.0: Update datasets to 2.19.0: https://github.com/huggingface/datasets/releases/tag/2.19.0 | closed | 2024-04-19T11:17:42Z | 2024-04-30T15:42:51Z | 2024-04-30T15:42:50Z | albertvillanova |
2,252,419,022 | Block dataset | Bblock [mitermix/yt-links](https://huggingface.co/datasets/mitermix/yt-links)
apparently it has too many files and is causing issues on the hub
cc @XciD if you could tell us more about what issues it's causing and how we can avoid this in the future | Block dataset: Bblock [mitermix/yt-links](https://huggingface.co/datasets/mitermix/yt-links)
apparently it has too many files and is causing issues on the hub
cc @XciD if you could tell us more about what issues it's causing and how we can avoid this in the future | closed | 2024-04-19T08:37:08Z | 2024-04-19T09:26:22Z | 2024-04-19T09:26:21Z | lhoestq |
2,251,076,181 | Store transformed values in duckdb index file | Add the following columns:
* `{column_name}.length` - for lists and strings (**all strings**, both string-strings and class-strings)
* `{column_name}.duration` - for audios
* `{column_name}.width` and `{column_name}.height` - for images | Store transformed values in duckdb index file: Add the following columns:
* `{column_name}.length` - for lists and strings (**all strings**, both string-strings and class-strings)
* `{column_name}.duration` - for audios
* `{column_name}.width` and `{column_name}.height` - for images | closed | 2024-04-18T16:11:04Z | 2024-05-27T10:34:57Z | 2024-05-24T14:02:02Z | polinaeterna |
2,251,068,747 | Update aiohttp from 3.9.3 to 3.9.4 across 11 directories | Bumps the pip group with 1 update in the /front/admin_ui directory: [aiohttp](https://github.com/aio-libs/aiohttp).
Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [aiohttp](https://github.com/aio-libs/aiohttp).
Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [aio... | Update aiohttp from 3.9.3 to 3.9.4 across 11 directories: Bumps the pip group with 1 update in the /front/admin_ui directory: [aiohttp](https://github.com/aio-libs/aiohttp).
Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [aiohttp](https://github.com/aio-libs/aiohttp).
Bumps the pip group wi... | closed | 2024-04-18T16:07:24Z | 2024-04-19T12:34:44Z | 2024-04-19T12:34:43Z | dependabot[bot] |
2,249,360,530 | Change search resources | The current instance type for the search service is [r6id.16xlarge](https://github.com/huggingface/infra/blob/1288ec190493ef0da24cbbc5422ea94ed84924ea/projects/hub/00-aws/variables/hub-aws-prod-us-east-1.tfvars#L192C24-L192C37)


... | Fix search storage cleaning: Before moving storage cleaning to a parallel process in https://github.com/huggingface/dataset-viewer/issues/2718, there are some missing details and issues with the current process to fix:
- I removed `clean-directory` action from cache maintenance since we don't use this task anymore (we... | closed | 2024-04-17T22:01:08Z | 2024-04-18T14:43:22Z | 2024-04-18T14:43:21Z | AndreaFrancis |
2,247,864,952 | create the directory if it does not exist when checking disk space | fixes #2732 | create the directory if it does not exist when checking disk space: fixes #2732 | closed | 2024-04-17T09:48:02Z | 2024-04-17T10:02:12Z | 2024-04-17T10:02:11Z | severo |
2,247,839,049 | /search and /filter are currently broken | Any search or filter is currently failing.
https://datasets-server.huggingface.co/search?dataset=gsarti%2Fflores_101&config=afr&split=devtest&offset=0&length=100&query=a
https://datasets-server.huggingface.co/filter?dataset=gsarti%2Fflores_101&config=afr&split=devtest&offset=0&length=100&where=id%3E%3D409+and+id%3C... | /search and /filter are currently broken: Any search or filter is currently failing.
https://datasets-server.huggingface.co/search?dataset=gsarti%2Fflores_101&config=afr&split=devtest&offset=0&length=100&query=a
https://datasets-server.huggingface.co/filter?dataset=gsarti%2Fflores_101&config=afr&split=devtest&offse... | closed | 2024-04-17T09:35:59Z | 2024-04-18T08:12:07Z | 2024-04-17T10:02:12Z | severo |
2,245,923,909 | Set non-package mode | Once that we have updated Poetry to 1.8.2, we can set non-package mode in the components we are not packaging:
- docs
- admin-ui
- e2e
Note that currently a warning was raised when installing (poetry@1.8.2 install) the docs and the admin-ui components:
```
Warning: The current project could not be installed: No... | Set non-package mode: Once that we have updated Poetry to 1.8.2, we can set non-package mode in the components we are not packaging:
- docs
- admin-ui
- e2e
Note that currently a warning was raised when installing (poetry@1.8.2 install) the docs and the admin-ui components:
```
Warning: The current project coul... | closed | 2024-04-16T12:30:06Z | 2024-04-17T09:42:24Z | 2024-04-17T09:42:24Z | albertvillanova |
2,245,727,612 | Set s3fs max_paths | Maybe can help to save some RAM in API workers (https://github.com/huggingface/dataset-viewer/issues/2395)
The S3FileSystem DirCache can grow indefinitely. It is used to store assets and cached assets (image/audio) for the viewer. | Set s3fs max_paths: Maybe can help to save some RAM in API workers (https://github.com/huggingface/dataset-viewer/issues/2395)
The S3FileSystem DirCache can grow indefinitely. It is used to store assets and cached assets (image/audio) for the viewer. | closed | 2024-04-16T10:46:43Z | 2024-04-16T13:14:46Z | 2024-04-16T13:14:45Z | lhoestq |
2,245,709,397 | Update huggingface-hub to 0.22.2 | Update huggingface-hub to 0.22.2.
Fix #2634. | Update huggingface-hub to 0.22.2: Update huggingface-hub to 0.22.2.
Fix #2634. | closed | 2024-04-16T10:36:44Z | 2024-04-16T12:36:28Z | 2024-04-16T11:44:06Z | albertvillanova |
2,245,176,634 | Align huggingface-hub version | Align huggingface-hub version with that used in the rest of libs/services. See: https://github.com/huggingface/dataset-viewer/blob/5d3d7ccd03b71c9077feaf8088411584cb658534/libs/libcommon/pyproject.toml#L15 | Align huggingface-hub version: Align huggingface-hub version with that used in the rest of libs/services. See: https://github.com/huggingface/dataset-viewer/blob/5d3d7ccd03b71c9077feaf8088411584cb658534/libs/libcommon/pyproject.toml#L15 | closed | 2024-04-16T06:13:29Z | 2024-04-16T09:39:39Z | 2024-04-16T09:39:39Z | albertvillanova |
2,244,018,631 | Remove HF_HUB_ENABLE_HF_TRANSFER from e2e | null | Remove HF_HUB_ENABLE_HF_TRANSFER from e2e: | closed | 2024-04-15T15:44:28Z | 2024-04-15T17:22:32Z | 2024-04-15T17:22:31Z | AndreaFrancis |
2,244,001,142 | fix missing config name | null | fix missing config name: | closed | 2024-04-15T15:36:55Z | 2024-04-15T15:41:55Z | 2024-04-15T15:41:54Z | lhoestq |
2,243,811,757 | Ignore defunct configs | null | Ignore defunct configs: | closed | 2024-04-15T14:18:36Z | 2024-04-15T14:48:08Z | 2024-04-15T14:48:07Z | lhoestq |
2,243,650,417 | Use hf_transfer in e2e and align huggingface-hub version | Use hf_transfer in e2e and align huggingface-hub version with that used in the rest of libs/services.
Note that hf_transfer was already enabled in e2e (by setting the corresponding HF_HUB_ENABLE_HF_TRANSFER env variable) by PR:
- #2615
- See: https://github.com/huggingface/dataset-viewer/pull/2615/files#diff-783... | Use hf_transfer in e2e and align huggingface-hub version: Use hf_transfer in e2e and align huggingface-hub version with that used in the rest of libs/services.
Note that hf_transfer was already enabled in e2e (by setting the corresponding HF_HUB_ENABLE_HF_TRANSFER env variable) by PR:
- #2615
- See: https://gith... | closed | 2024-04-15T13:12:04Z | 2024-04-16T06:17:30Z | 2024-04-16T06:16:32Z | albertvillanova |
2,243,555,096 | Raise "DatasetGenerationError" instead of "UnexpectedError" | And give the details to the users. It generally helps them fix the underlying error by giving the underlying error message.
See https://huggingface.co/datasets/ibrahimhamamci/CT-RATE/discussions/56#661d1ce1689f5231501a0f9b for example.
related to #1443 | Raise "DatasetGenerationError" instead of "UnexpectedError": And give the details to the users. It generally helps them fix the underlying error by giving the underlying error message.
See https://huggingface.co/datasets/ibrahimhamamci/CT-RATE/discussions/56#661d1ce1689f5231501a0f9b for example.
related to #1443 | closed | 2024-04-15T12:28:23Z | 2024-05-13T19:05:23Z | 2024-05-13T19:05:23Z | severo |
2,243,531,510 | Columns stats display issue for class columns with many classes | A class column with many classes does not display the histogram UI component, but the count of records by class value updates when moving the mouse across the area where the component renders.
.
Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [dnspython](https://github.com/rthalley/dnspython).
Bumps the pip group with 1 update in the /jobs/mongodb_migration directo... | Update dnspython to 2.6.1 across 11 directories: Bumps the pip group with 1 update in the /front/admin_ui directory: [dnspython](https://github.com/rthalley/dnspython).
Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [dnspython](https://github.com/rthalley/dnspython).
Bumps the pip group wit... | closed | 2024-04-12T22:19:14Z | 2024-04-15T11:41:27Z | 2024-04-15T11:27:28Z | dependabot[bot] |
2,241,023,999 | Bump the pip group across 9 directories with 1 update | Bumps the pip group with 1 update in the /front/admin_ui directory: [dnspython](https://github.com/rthalley/dnspython).
Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [dnspython](https://github.com/rthalley/dnspython).
Bumps the pip group with 1 update in the /jobs/mongodb_migration directo... | Bump the pip group across 9 directories with 1 update: Bumps the pip group with 1 update in the /front/admin_ui directory: [dnspython](https://github.com/rthalley/dnspython).
Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [dnspython](https://github.com/rthalley/dnspython).
Bumps the pip gro... | closed | 2024-04-12T22:03:30Z | 2024-04-15T06:03:54Z | 2024-04-15T06:03:45Z | dependabot[bot] |
2,240,600,646 | Convert downloads cleaning task into a parallel process in search service | Context: https://github.com/huggingface/dataset-viewer/pull/2701#discussion_r1562223865
Instead of doing a random cleaning when the user performs a request, make the process run in parallel to the Starlette app. | Convert downloads cleaning task into a parallel process in search service: Context: https://github.com/huggingface/dataset-viewer/pull/2701#discussion_r1562223865
Instead of doing a random cleaning when the user performs a request, make the process run in parallel to the Starlette app. | closed | 2024-04-12T17:30:49Z | 2024-05-22T15:04:13Z | 2024-05-22T15:04:13Z | AndreaFrancis |
2,240,556,438 | Align clean downloads schedule | Rollback of https://github.com/huggingface/dataset-viewer/pull/2716 and align schedule with cache folder | Align clean downloads schedule: Rollback of https://github.com/huggingface/dataset-viewer/pull/2716 and align schedule with cache folder | closed | 2024-04-12T17:05:57Z | 2024-04-12T17:06:42Z | 2024-04-12T17:06:41Z | AndreaFrancis |
2,240,507,881 | Force clean downloads folder each 10 minutes to monitor | null | Force clean downloads folder each 10 minutes to monitor: | closed | 2024-04-12T16:36:54Z | 2024-04-12T17:00:31Z | 2024-04-12T16:39:19Z | AndreaFrancis |
2,240,458,682 | Delete service "storage-admin"? | It was useful to do management of the NFS, then of the EFS. But now, it only accesses the parquet metadata EFS. Not sure we need it anymore, we can still connect to a worker pod if we need to do some specific operation. | Delete service "storage-admin"? : It was useful to do management of the NFS, then of the EFS. But now, it only accesses the parquet metadata EFS. Not sure we need it anymore, we can still connect to a worker pod if we need to do some specific operation. | closed | 2024-04-12T16:07:43Z | 2024-05-15T18:57:32Z | 2024-05-15T18:57:32Z | severo |
2,240,287,127 | Update numpy from 1.23.5 to 1.26.4 | Update numpy from 1.23.5 to 1.26.4
Fix #2700. | Update numpy from 1.23.5 to 1.26.4: Update numpy from 1.23.5 to 1.26.4
Fix #2700. | closed | 2024-04-12T14:36:16Z | 2024-04-15T11:37:14Z | 2024-04-15T11:37:14Z | albertvillanova |
2,240,233,904 | feat(chart): expose all services through ALB | - [x] disable nginx proxy
- [x] expose `/` on `api` instances
- [x] expose `/admin` on `admin` instances
- [x] expose `/rows` on `rows` instances
- [x] expose `/search` on `search` instances
- [x] expose `/filter` on `search` instances
- [x] expose `/sse` on `sseApi` instances
- [x] expose `/openapi.json` on git... | feat(chart): expose all services through ALB: - [x] disable nginx proxy
- [x] expose `/` on `api` instances
- [x] expose `/admin` on `admin` instances
- [x] expose `/rows` on `rows` instances
- [x] expose `/search` on `search` instances
- [x] expose `/filter` on `search` instances
- [x] expose `/sse` on `sseApi` ... | closed | 2024-04-12T14:06:56Z | 2024-05-15T19:52:06Z | 2024-05-15T19:52:05Z | rtrompier |
2,240,231,620 | Stats for images | Compute histograms over images widths | Stats for images: Compute histograms over images widths | closed | 2024-04-12T14:05:44Z | 2024-04-17T13:38:02Z | 2024-04-17T13:38:01Z | polinaeterna |
2,240,166,657 | fix(helm): sticky session on search api | null | fix(helm): sticky session on search api: | closed | 2024-04-12T13:30:51Z | 2024-04-12T13:37:55Z | 2024-04-12T13:37:38Z | rtrompier |
2,240,086,507 | fix(chart): search api exposed directly with ALB | null | fix(chart): search api exposed directly with ALB: | closed | 2024-04-12T12:46:48Z | 2024-04-12T13:12:04Z | 2024-04-12T13:10:47Z | rtrompier |
2,239,360,413 | parquet-and-info worker fails if a parquet file is empty | Reported here:
https://huggingface.co/datasets/Asap7772/persona_gpt4_paired_margin1_allsplit/discussions/1#66187c367d8c2cd6fbce4a19
Error is:
```
{"error": "Could not read the parquet files: Some index in row_group_indices is 0, which is either < 0 or >= num_row_groups(0)"}
```
I think the issue is with... | parquet-and-info worker fails if a parquet file is empty: Reported here:
https://huggingface.co/datasets/Asap7772/persona_gpt4_paired_margin1_allsplit/discussions/1#66187c367d8c2cd6fbce4a19
Error is:
```
{"error": "Could not read the parquet files: Some index in row_group_indices is 0, which is either < 0 o... | closed | 2024-04-12T08:11:33Z | 2024-05-10T15:54:00Z | 2024-05-10T15:54:00Z | severo |
2,239,261,108 | feat(chart): search api exposed directly with ALB | As discussed in #468, let's start to remove nginx proxy.
In this PR, we begin with the search API. | feat(chart): search api exposed directly with ALB: As discussed in #468, let's start to remove nginx proxy.
In this PR, we begin with the search API. | closed | 2024-04-12T07:12:25Z | 2024-04-12T11:59:07Z | 2024-04-12T11:59:07Z | rtrompier |
2,238,989,856 | Update idna from 3.4 to 3.7 across 13 directories | Bumps the pip group with 1 update in the /docs directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1... | Update idna from 3.4 to 3.7 across 13 directories: Bumps the pip group with 1 update in the /docs directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https... | closed | 2024-04-12T03:43:02Z | 2024-04-12T08:11:05Z | 2024-04-12T08:11:04Z | dependabot[bot] |
2,238,963,028 | Bump the pip group across 12 directories with 1 update | Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [idna](https://github.com/kjd/idna).
Bumps th... | Bump the pip group across 12 directories with 1 update: Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /jobs/cache_maintenance ... | closed | 2024-04-12T03:13:04Z | 2024-04-12T07:57:29Z | 2024-04-12T07:57:21Z | dependabot[bot] |
2,238,942,150 | Bump the pip group across 10 directories with 1 update | Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [idna](https://github.com/kjd/idna).
Bumps th... | Bump the pip group across 10 directories with 1 update: Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /jobs/cache_maintenance ... | closed | 2024-04-12T02:50:16Z | 2024-04-12T07:57:16Z | 2024-04-12T07:57:07Z | dependabot[bot] |
2,238,913,403 | Bump the pip group across 8 directories with 1 update | Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [idna](https://github.com/kjd/idna).
Bumps th... | Bump the pip group across 8 directories with 1 update: Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /front/admin_ui directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /jobs/cache_maintenance d... | closed | 2024-04-12T02:20:56Z | 2024-04-12T07:56:40Z | 2024-04-12T07:56:32Z | dependabot[bot] |
2,238,883,049 | Bump the pip group across 5 directories with 1 update | Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /libs/libcommon directory: [idna](https://github.com/kjd/idna).
Bumps th... | Bump the pip group across 5 directories with 1 update: Bumps the pip group with 1 update in the /e2e directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /jobs/mongodb_migration directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /libs/libcommon d... | closed | 2024-04-12T01:47:16Z | 2024-04-12T07:56:35Z | 2024-04-12T07:56:27Z | dependabot[bot] |
2,238,875,574 | Bump the pip group across 2 directories with 1 update | Bumps the pip group with 1 update in the /services/admin directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /services/api directory: [idna](https://github.com/kjd/idna).
Updates `idna` from 3.4 to 3.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://... | Bump the pip group across 2 directories with 1 update: Bumps the pip group with 1 update in the /services/admin directory: [idna](https://github.com/kjd/idna).
Bumps the pip group with 1 update in the /services/api directory: [idna](https://github.com/kjd/idna).
Updates `idna` from 3.4 to 3.7
<details>
<summary>Releas... | closed | 2024-04-12T01:39:12Z | 2024-04-12T07:56:30Z | 2024-04-12T07:56:22Z | dependabot[bot] |
2,237,524,788 | Search service with local storage | Part of https://github.com/huggingface/dataset-viewer/issues/2593
When migrating to local storage, from dataset-viewer side, it is just needs to:
- [x] Point to the local storage
- [x] Change replicas and uvicornNumWorkers according to AWS instance type provisioned by the infra team (r6id.8xlarge)
- [x] Unmount all... | Search service with local storage: Part of https://github.com/huggingface/dataset-viewer/issues/2593
When migrating to local storage, from dataset-viewer side, it is just needs to:
- [x] Point to the local storage
- [x] Change replicas and uvicornNumWorkers according to AWS instance type provisioned by the infra tea... | closed | 2024-04-11T11:37:45Z | 2024-04-16T13:58:26Z | 2024-04-16T13:58:25Z | AndreaFrancis |
2,237,148,547 | Update numpy | The installed version of numpy is 1.23.5 while the latest released version is 1.26.4.
TODO:
- [x] Merge first #2699
- Note that numba-0.56.4 constrains numpy < 1.24 | Update numpy: The installed version of numpy is 1.23.5 while the latest released version is 1.26.4.
TODO:
- [x] Merge first #2699
- Note that numba-0.56.4 constrains numpy < 1.24 | closed | 2024-04-11T08:03:34Z | 2024-04-15T11:37:15Z | 2024-04-15T11:37:14Z | albertvillanova |
2,237,131,394 | Update numba from 0.56.4 to 0.59.1 | Update numba from 0.56.4 to 0.59.1.
Fix #2698. | Update numba from 0.56.4 to 0.59.1: Update numba from 0.56.4 to 0.59.1.
Fix #2698. | closed | 2024-04-11T07:52:43Z | 2024-04-12T12:14:04Z | 2024-04-12T12:14:03Z | albertvillanova |
2,237,091,833 | Update numba | Numba dependency was introduced to the exact 0.56.4 version in: https://github.com/huggingface/dataset-viewer/pull/1026/files#diff-e127bcf65702533dbd7e316815e4b116552c3adef5d4d50db54147d430d868edR24
- #1026
If there is not a strong requirement to use that specific version, we should update it.
| Update numba: Numba dependency was introduced to the exact 0.56.4 version in: https://github.com/huggingface/dataset-viewer/pull/1026/files#diff-e127bcf65702533dbd7e316815e4b116552c3adef5d4d50db54147d430d868edR24
- #1026
If there is not a strong requirement to use that specific version, we should update it.
| closed | 2024-04-11T07:30:37Z | 2024-04-12T12:14:04Z | 2024-04-12T12:14:04Z | albertvillanova |
2,236,986,772 | Update duckdb from 0.10.0 to 0.10.1 | Update duckdb from 0.10.0 to 0.10.1.
Fix #2604. | Update duckdb from 0.10.0 to 0.10.1: Update duckdb from 0.10.0 to 0.10.1.
Fix #2604. | closed | 2024-04-11T06:15:01Z | 2024-04-12T14:11:09Z | 2024-04-12T14:11:08Z | albertvillanova |
2,236,968,178 | Update pandas patch version from 2.2.0 to 2.2.2 | Update pandas patch version from 2.2.0 to 2.2.2.
Fix #2695. | Update pandas patch version from 2.2.0 to 2.2.2: Update pandas patch version from 2.2.0 to 2.2.2.
Fix #2695. | closed | 2024-04-11T05:58:11Z | 2024-04-12T12:15:50Z | 2024-04-12T12:15:49Z | albertvillanova |
2,236,947,386 | Update pandas patch version from 2.2.0 to 2.2.2 | Update pandas patch version from 2.2.0 to 2.2.2:
- https://github.com/pandas-dev/pandas/releases/tag/v2.2.1
- https://github.com/pandas-dev/pandas/releases/tag/v2.2.2 | Update pandas patch version from 2.2.0 to 2.2.2: Update pandas patch version from 2.2.0 to 2.2.2:
- https://github.com/pandas-dev/pandas/releases/tag/v2.2.1
- https://github.com/pandas-dev/pandas/releases/tag/v2.2.2 | closed | 2024-04-11T05:36:30Z | 2024-04-12T12:15:50Z | 2024-04-12T12:15:50Z | albertvillanova |
2,235,710,705 | Annotate rows in a dataset (an editable new colum?) | > I would love to be able to annotate samples in my datasets! The dataset viewer is helpful for analyzing the quality of the data my pipeline outputs, but I’d love to be able to also use it to mark high quality/low quality samples instead of relying on a third tool.
https://twitter.com/VenkatKSrini/status/1776654850... | Annotate rows in a dataset (an editable new colum?): > I would love to be able to annotate samples in my datasets! The dataset viewer is helpful for analyzing the quality of the data my pipeline outputs, but I’d love to be able to also use it to mark high quality/low quality samples instead of relying on a third tool.
... | open | 2024-04-10T14:14:06Z | 2024-04-15T11:51:46Z | null | severo |
2,235,603,840 | increase resources for API service | Related to #2690
See https://github.com/huggingface/infra/pull/940 (internal) which provides more resources, in a specific new "role" (role-datasets-server-api)
It provides up to 6 m6a.4xlarge nodes, each of which has 16 vCPUs and 64GB RAM. So: each node should get 4 pods, we should use 3 nodes, and have room to ... | increase resources for API service: Related to #2690
See https://github.com/huggingface/infra/pull/940 (internal) which provides more resources, in a specific new "role" (role-datasets-server-api)
It provides up to 6 m6a.4xlarge nodes, each of which has 16 vCPUs and 64GB RAM. So: each node should get 4 pods, we s... | closed | 2024-04-10T13:28:16Z | 2024-04-10T19:42:39Z | 2024-04-10T19:42:38Z | severo |
2,235,371,592 | Suggest using datasets CLI to convert to parquet in script-dataset error message | We should suggest using the `datasets` CLI to convert a dataset to Parquet in our script-dataset error message, once:
- https://github.com/huggingface/datasets/pull/6795 is merged and `datasets` is released and updated here. | Suggest using datasets CLI to convert to parquet in script-dataset error message: We should suggest using the `datasets` CLI to convert a dataset to Parquet in our script-dataset error message, once:
- https://github.com/huggingface/datasets/pull/6795 is merged and `datasets` is released and updated here. | closed | 2024-04-10T11:29:53Z | 2024-05-03T13:34:13Z | 2024-05-03T13:34:13Z | albertvillanova |
2,235,154,941 | Allow sorting by column | Allow sorting by column.
I am proposing a minimal implementation that adds the functionality, by adding a new query parameter to the corresponding endpoints. On this basis we can discuss the approach and suitability for our use case.
Close #2555. | Allow sorting by column: Allow sorting by column.
I am proposing a minimal implementation that adds the functionality, by adding a new query parameter to the corresponding endpoints. On this basis we can discuss the approach and suitability for our use case.
Close #2555. | closed | 2024-04-10T09:33:30Z | 2024-05-03T11:14:06Z | 2024-05-03T11:14:06Z | albertvillanova |
2,235,018,991 | Increase in timeouts from the Hub? | It seems like today a lot of datasets show `The dataset viewer is taking too long to fetch the data`, and only work after some refreshes.
<img width="1016" alt="Capture d’écran 2024-04-10 à 10 15 38" src="https://github.com/huggingface/dataset-viewer/assets/1676121/d9e7738b-48bf-4817-b8a1-b16216332323">
See the... | Increase in timeouts from the Hub?: It seems like today a lot of datasets show `The dataset viewer is taking too long to fetch the data`, and only work after some refreshes.
<img width="1016" alt="Capture d’écran 2024-04-10 à 10 15 38" src="https://github.com/huggingface/dataset-viewer/assets/1676121/d9e7738b-48bf... | closed | 2024-04-10T08:16:48Z | 2024-04-30T15:53:05Z | 2024-04-30T15:52:57Z | severo |
2,234,113,161 | Allow hf-internal-testing/dataset_with_script | It's used in `datasets` CI which is failing right now | Allow hf-internal-testing/dataset_with_script: It's used in `datasets` CI which is failing right now | closed | 2024-04-09T18:51:17Z | 2024-04-10T15:41:10Z | 2024-04-10T15:40:53Z | lhoestq |
2,234,039,982 | Handling dataset redirects | Currently datasets-server doesn't appear to handle dataset redirects, and gives an error.
For example:
- Querying `datasets` endpoints with the dataset `squad` works
- Querying `datasets-server` endpoints with the dataset `squad` gives an "unknown error"
- Querying `datasets-server` endpoints with a random da... | Handling dataset redirects: Currently datasets-server doesn't appear to handle dataset redirects, and gives an error.
For example:
- Querying `datasets` endpoints with the dataset `squad` works
- Querying `datasets-server` endpoints with the dataset `squad` gives an "unknown error"
- Querying `datasets-server... | closed | 2024-04-09T17:58:24Z | 2024-08-22T14:26:28Z | 2024-08-22T14:26:14Z | PeterAJansen |
2,233,342,418 | Fix big dataset name | null | Fix big dataset name: | closed | 2024-04-09T12:35:12Z | 2024-04-09T12:36:20Z | 2024-04-09T12:36:20Z | AndreaFrancis |
2,233,333,172 | Fix `Arrow datatype Extension(...) not supported by Polars` error | Some datasets use extension arrow datatypes ([`ArrayXD`](https://github.com/huggingface/datasets/blob/2.18.0/src/datasets/features/features.py#L524)) which are not supported by polars. Using `pl.read_parquet()` or `pl.scan_parquet()` throws an error:
```
"Arrow datatype {dt:?} not supported by Polars. You probably ne... | Fix `Arrow datatype Extension(...) not supported by Polars` error: Some datasets use extension arrow datatypes ([`ArrayXD`](https://github.com/huggingface/datasets/blob/2.18.0/src/datasets/features/features.py#L524)) which are not supported by polars. Using `pl.read_parquet()` or `pl.scan_parquet()` throws an error:
`... | closed | 2024-04-09T12:30:02Z | 2024-04-11T18:39:21Z | 2024-04-11T18:39:20Z | polinaeterna |
2,233,270,491 | More logs for FTS with local storage on big dataset | null | More logs for FTS with local storage on big dataset: | closed | 2024-04-09T11:54:37Z | 2024-04-09T12:04:41Z | 2024-04-09T12:04:41Z | AndreaFrancis |
2,232,986,118 | Update Poetry to 1.8.2 to align with Dependabot | Update Poetry to 1.8.2 to align with the version in Dependabot.
Fix #2675. | Update Poetry to 1.8.2 to align with Dependabot: Update Poetry to 1.8.2 to align with the version in Dependabot.
Fix #2675. | closed | 2024-04-09T09:17:36Z | 2024-04-16T10:24:33Z | 2024-04-16T10:24:32Z | albertvillanova |
2,232,899,037 | Make s3fs dependency explicit | Make s3fs dependency explicit in libcommon.
Related to:
- #2671
| Make s3fs dependency explicit: Make s3fs dependency explicit in libcommon.
Related to:
- #2671
| closed | 2024-04-09T08:31:11Z | 2024-04-10T06:50:59Z | 2024-04-10T06:50:58Z | albertvillanova |
2,231,699,849 | Duckdb Con - Error Invalid Input Error: Cannot change configuration option "extension_directory" - the configuration has been locked | After some time, the following error appears for some search calls:
```
NFO: 10.0.15.198:45176 - "OPTIONS /search?dataset=jp1924%2FVisualQuestionAnswering&config=default&split=train&offset=0&length=100&query=%EC%B4%88%EB%A1%9D%EC%83%89 HTTP/1.1" 200 OK
INFO: 2024-04-08 17:02:13,422 - root - /search dataset='jp19... | Duckdb Con - Error Invalid Input Error: Cannot change configuration option "extension_directory" - the configuration has been locked: After some time, the following error appears for some search calls:
```
NFO: 10.0.15.198:45176 - "OPTIONS /search?dataset=jp1924%2FVisualQuestionAnswering&config=default&split=trai... | open | 2024-04-08T17:03:51Z | 2024-05-29T20:37:59Z | null | AndreaFrancis |
2,231,660,876 | Bump pymongo from 4.5.0 to 4.6.3 across 11 directories | Bumps the pip group with 1 update in the /front/admin_ui directory: [pymongo](https://github.com/mongodb/mongo-python-driver).
Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [pymongo](https://github.com/mongodb/mongo-python-driver).
Bumps the pip group with 1 update in the /jobs/mongodb_mig... | Bump pymongo from 4.5.0 to 4.6.3 across 11 directories: Bumps the pip group with 1 update in the /front/admin_ui directory: [pymongo](https://github.com/mongodb/mongo-python-driver).
Bumps the pip group with 1 update in the /jobs/cache_maintenance directory: [pymongo](https://github.com/mongodb/mongo-python-driver).
Bu... | closed | 2024-04-08T16:39:32Z | 2024-04-09T09:06:38Z | 2024-04-09T09:06:37Z | dependabot[bot] |
2,231,614,095 | add a global rule for make install | null | add a global rule for make install: | closed | 2024-04-08T16:14:33Z | 2024-04-08T16:14:40Z | 2024-04-08T16:14:39Z | severo |
2,231,542,091 | Heavy jobs for split-descriptive-statistics failing | Many heavy jobs are failing for split-descriptive-statistics type:
```
INFO: 2024-04-08 15:34:20,432 - root - [split-descriptive-statistics] compute JobManager(job_id=66140a2ce7e9f14f2970867f dataset=eurecom-ds/scoresdeve_activations_shapes3d job_info={'job_id': '66140a2ce7e9f14f2970867f', 'type': 'split-descriptive-... | Heavy jobs for split-descriptive-statistics failing: Many heavy jobs are failing for split-descriptive-statistics type:
```
INFO: 2024-04-08 15:34:20,432 - root - [split-descriptive-statistics] compute JobManager(job_id=66140a2ce7e9f14f2970867f dataset=eurecom-ds/scoresdeve_activations_shapes3d job_info={'job_id': '6... | closed | 2024-04-08T15:38:30Z | 2024-04-11T18:39:21Z | 2024-04-11T18:39:21Z | AndreaFrancis |
2,231,529,325 | Fix typo for local big dataset and remove others | Related to https://github.com/huggingface/dataset-viewer/pull/2673 | Fix typo for local big dataset and remove others: Related to https://github.com/huggingface/dataset-viewer/pull/2673 | closed | 2024-04-08T15:31:48Z | 2024-04-08T15:42:50Z | 2024-04-08T15:42:49Z | AndreaFrancis |
2,231,432,769 | Handle no resolved parquet files | fix https://github.com/huggingface/dataset-viewer/issues/2672 | Handle no resolved parquet files: fix https://github.com/huggingface/dataset-viewer/issues/2672 | closed | 2024-04-08T14:50:53Z | 2024-04-08T16:08:26Z | 2024-04-08T16:08:25Z | lhoestq |
2,231,329,921 | Fix and re-enable pip-audit | Fix and re-enable pip-audit. | Fix and re-enable pip-audit: Fix and re-enable pip-audit. | closed | 2024-04-08T14:10:16Z | 2024-04-09T05:39:54Z | 2024-04-09T05:39:54Z | albertvillanova |
2,231,235,013 | Update Poetry version to 1.8.2 to align with that of Dependabot | Align Poetry version with the one used by Dependabot (currently 1.8.2).
See: https://github.com/huggingface/dataset-viewer/pull/2656/files#diff-e1fba75efbd9dba3b04b3702aa5368982ed4dbe34ed822135ea5b6949692de3dL1-R1
Follow-up of:
- #2411 | Update Poetry version to 1.8.2 to align with that of Dependabot: Align Poetry version with the one used by Dependabot (currently 1.8.2).
See: https://github.com/huggingface/dataset-viewer/pull/2656/files#diff-e1fba75efbd9dba3b04b3702aa5368982ed4dbe34ed822135ea5b6949692de3dL1-R1
Follow-up of:
- #2411 | closed | 2024-04-08T13:30:18Z | 2024-04-16T10:24:33Z | 2024-04-16T10:24:33Z | albertvillanova |
2,231,200,241 | Define POETRY variable in docs Makefile | Define POETRY variable in docs Makefile so that the right Poetry version is used when parallel versions are installed.
This PR is a follow-up of:
- #2411
- Commit: 42fe53a3e120de804e72d8d94ff475024152e31a
Note that `--no-root` argument is passed with current Poetry 1.7.1 to avoid the warning:
```
Installing... | Define POETRY variable in docs Makefile: Define POETRY variable in docs Makefile so that the right Poetry version is used when parallel versions are installed.
This PR is a follow-up of:
- #2411
- Commit: 42fe53a3e120de804e72d8d94ff475024152e31a
Note that `--no-root` argument is passed with current Poetry 1.7... | closed | 2024-04-08T13:16:00Z | 2024-04-09T05:40:52Z | 2024-04-09T05:40:51Z | albertvillanova |
2,231,037,655 | Try FTS index in local storage | Before trying to change to local disks for duckdb index files, I would like to confirm whether it speeds up the response for some datasets analyzed in https://github.com/huggingface/dataset-viewer/issues/2593.
**wikimedia/wikipedia-20231101.en-train** (Medium size: 9.1 GB) = ~17 seconds
**MohamedRashad/Arabic-Civi... | Try FTS index in local storage: Before trying to change to local disks for duckdb index files, I would like to confirm whether it speeds up the response for some datasets analyzed in https://github.com/huggingface/dataset-viewer/issues/2593.
**wikimedia/wikipedia-20231101.en-train** (Medium size: 9.1 GB) = ~17 seco... | closed | 2024-04-08T12:14:00Z | 2024-04-10T18:08:04Z | 2024-04-08T14:05:18Z | AndreaFrancis |
2,230,854,768 | IndexError in paquet-and-info job runner | reported here: https://huggingface.co/datasets/gorovuha/ru_image_captioning/discussions/1
```
{
"error": "list index out of range",
"cause_exception": "IndexError",
"cause_message": "list index out of range",
"cause_traceback": [
"Traceback (most recent call last):\n",
" File \"/src/services... | IndexError in paquet-and-info job runner: reported here: https://huggingface.co/datasets/gorovuha/ru_image_captioning/discussions/1
```
{
"error": "list index out of range",
"cause_exception": "IndexError",
"cause_message": "list index out of range",
"cause_traceback": [
"Traceback (most recent c... | closed | 2024-04-08T10:39:45Z | 2024-04-08T16:08:26Z | 2024-04-08T16:08:26Z | severo |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.