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 |
|---|---|---|---|---|---|---|---|---|
1,150,279,700 | fix: π add random jitter to the duration the workers sleep | It helps preventing concurrent workers to pick a job at the exact same
time | fix: π add random jitter to the duration the workers sleep: It helps preventing concurrent workers to pick a job at the exact same
time | closed | 2022-02-25T10:21:13Z | 2022-02-25T10:21:21Z | 2022-02-25T10:21:21Z | severo |
1,150,261,339 | fix: π fix incoherencies due to concurrency in the queue | Just log and ignore if queue jobs are in an inexpected state. | fix: π fix incoherencies due to concurrency in the queue: Just log and ignore if queue jobs are in an inexpected state. | closed | 2022-02-25T10:02:45Z | 2022-02-25T10:03:58Z | 2022-02-25T10:03:58Z | severo |
1,150,229,037 | fix: π fix concurrency between workers | null | fix: π fix concurrency between workers: | closed | 2022-02-25T09:28:17Z | 2022-02-25T09:28:24Z | 2022-02-25T09:28:24Z | severo |
1,150,204,269 | feat: πΈ add MAX_JOBS_PER_DATASET to improve queue availability | Some datasets (https://huggingface.co/datasets/lvwerra/github-code) have
more than 100 splits. To avoid congesting the queue when such a dataset
is refreshed, the number of concurrent jobs for the same dataset is now
limited (to 2 jobs per default using MAX_JOBS_PER_DATASET environment
variable). | feat: πΈ add MAX_JOBS_PER_DATASET to improve queue availability: Some datasets (https://huggingface.co/datasets/lvwerra/github-code) have
more than 100 splits. To avoid congesting the queue when such a dataset
is refreshed, the number of concurrent jobs for the same dataset is now
limited (to 2 jobs per default usin... | closed | 2022-02-25T09:02:28Z | 2022-02-25T09:02:37Z | 2022-02-25T09:02:37Z | severo |
1,149,509,529 | Double limit on size | null | Double limit on size: | closed | 2022-02-24T16:42:23Z | 2022-02-24T16:49:42Z | 2022-02-24T16:49:42Z | severo |
1,149,237,889 | Add max size | null | Add max size: | closed | 2022-02-24T12:37:43Z | 2022-02-24T12:46:57Z | 2022-02-24T12:46:56Z | severo |
1,148,326,406 | limit the size of /rows response | See https://github.com/huggingface/moon-landing/pull/2147, and https://github.com/huggingface/moon-landing/pull/2147#issuecomment-1048976581 in particular:
> BTW, I'm thinking I should have implemented this on the backend, not here (or only as a safeguard). Indeed, we already artificially limit to 100 rows on the ba... | limit the size of /rows response: See https://github.com/huggingface/moon-landing/pull/2147, and https://github.com/huggingface/moon-landing/pull/2147#issuecomment-1048976581 in particular:
> BTW, I'm thinking I should have implemented this on the backend, not here (or only as a safeguard). Indeed, we already artifi... | closed | 2022-02-23T16:42:38Z | 2022-02-24T16:55:01Z | 2022-02-24T12:46:57Z | severo |
1,147,921,090 | feat: πΈ remove lvwerra/github-code from the blocklist | null | feat: πΈ remove lvwerra/github-code from the blocklist: | closed | 2022-02-23T10:36:26Z | 2022-02-23T10:36:31Z | 2022-02-23T10:36:31Z | severo |
1,146,943,006 | refactor: π‘ Use datasets' DownloadMode enum | It solves the type error, and simplifies the code. `datasets` is
upgraded | refactor: π‘ Use datasets' DownloadMode enum: It solves the type error, and simplifies the code. `datasets` is
upgraded | closed | 2022-02-22T13:55:51Z | 2022-02-22T13:55:58Z | 2022-02-22T13:55:57Z | severo |
1,146,731,391 | [refactor] use `datasets` enum instead of strings for download_mode | Once https://github.com/huggingface/datasets/pull/3759 has been merged
| [refactor] use `datasets` enum instead of strings for download_mode: Once https://github.com/huggingface/datasets/pull/3759 has been merged
| closed | 2022-02-22T10:31:57Z | 2022-02-22T13:56:28Z | 2022-02-22T13:56:22Z | severo |
1,146,722,424 | feat: πΈ upgrade py7zr and update the safety checks | Removes two exceptions in "safety" check, since py7zr and numpy (via
datasets) have been upgraded.
https://github.com/huggingface/datasets-preview-backend/issues/132 is
still not fixed, and it still depends on the upstream datasets library. | feat: πΈ upgrade py7zr and update the safety checks: Removes two exceptions in "safety" check, since py7zr and numpy (via
datasets) have been upgraded.
https://github.com/huggingface/datasets-preview-backend/issues/132 is
still not fixed, and it still depends on the upstream datasets library. | closed | 2022-02-22T10:23:57Z | 2022-02-22T14:12:24Z | 2022-02-22T10:26:02Z | severo |
1,146,708,278 | feat: πΈ remove direct dependency to pandas | Also: upgrade other dependencies to minor versions. Fixes
https://github.com/huggingface/datasets-preview-backend/issues/143 | feat: πΈ remove direct dependency to pandas: Also: upgrade other dependencies to minor versions. Fixes
https://github.com/huggingface/datasets-preview-backend/issues/143 | closed | 2022-02-22T10:11:39Z | 2022-02-22T10:14:00Z | 2022-02-22T10:13:59Z | severo |
1,146,700,846 | fix common_voice | See https://github.com/huggingface/datasets-preview-backend/blob/f54543709237215db38dc4064ce6710f6e974d79/tests/models/test_row.py#L65 and https://github.com/huggingface/datasets-preview-backend/blob/f54543709237215db38dc4064ce6710f6e974d79/tests/models/test_typed_row.py#L63 | fix common_voice: See https://github.com/huggingface/datasets-preview-backend/blob/f54543709237215db38dc4064ce6710f6e974d79/tests/models/test_row.py#L65 and https://github.com/huggingface/datasets-preview-backend/blob/f54543709237215db38dc4064ce6710f6e974d79/tests/models/test_typed_row.py#L63 | closed | 2022-02-22T10:05:11Z | 2022-05-11T15:39:43Z | 2022-05-11T15:39:43Z | severo |
1,146,697,577 | refactor: π‘ use datasets' get_dataset_config_info() function | We also refactor to use the info as a DatasetInfo object, instead of
serializing it to a dict (we historically did it to send it as a JSON in
a dedicated endpoint). It impacts all the column related code. Also:
disable two tests since common_voice has changed in some way that breaks
the tests. Also: upgrade dataset... | refactor: π‘ use datasets' get_dataset_config_info() function: We also refactor to use the info as a DatasetInfo object, instead of
serializing it to a dict (we historically did it to send it as a JSON in
a dedicated endpoint). It impacts all the column related code. Also:
disable two tests since common_voice has ch... | closed | 2022-02-22T10:02:36Z | 2022-02-22T10:02:45Z | 2022-02-22T10:02:45Z | severo |
1,145,636,136 | test: π remove unused import | null | test: π remove unused import: | closed | 2022-02-21T10:55:00Z | 2022-02-21T10:55:11Z | 2022-02-21T10:55:10Z | severo |
1,145,632,037 | test: π fix default value for headers | if None, create a new dict. Previous situation was that the default
dictionary was created at function creation, then mutated on every call.
Also: add traceback to exception raising. (all are suggestions by
sourcery.ai in vscode) | test: π fix default value for headers: if None, create a new dict. Previous situation was that the default
dictionary was created at function creation, then mutated on every call.
Also: add traceback to exception raising. (all are suggestions by
sourcery.ai in vscode) | closed | 2022-02-21T10:51:02Z | 2022-02-21T10:51:08Z | 2022-02-21T10:51:08Z | severo |
1,145,608,830 | feat: πΈ force all the rows to have the same set of columns | It reverts
https://github.com/huggingface/datasets-preview-backend/pull/145, as
discussed in https://github.com/huggingface/datasets/issues/3738 and
https://github.com/huggingface/datasets-preview-backend/issues/144. This
means that
https://huggingface.co/datasets/huggingface/transformers-metadata is
assumed to f... | feat: πΈ force all the rows to have the same set of columns: It reverts
https://github.com/huggingface/datasets-preview-backend/pull/145, as
discussed in https://github.com/huggingface/datasets/issues/3738 and
https://github.com/huggingface/datasets-preview-backend/issues/144. This
means that
https://huggingface.c... | closed | 2022-02-21T10:29:01Z | 2022-02-21T10:29:09Z | 2022-02-21T10:29:08Z | severo |
1,143,680,235 | test: π fix test on head_qa | Due to https://github.com/huggingface/datasets/issues/3758, head_qa,
config "en" is not available and makes the tests fail. The "es" is
working, so, let's use it instead.
Fixes #147 | test: π fix test on head_qa: Due to https://github.com/huggingface/datasets/issues/3758, head_qa,
config "en" is not available and makes the tests fail. The "es" is
working, so, let's use it instead.
Fixes #147 | closed | 2022-02-18T19:56:54Z | 2022-02-18T20:26:41Z | 2022-02-18T20:26:41Z | severo |
1,143,099,831 | feat: πΈ Add an endpoint to get only the current queue jobs | ie: started and waiting. Because the queue can contain a lot of past
jobs we're not interested in looking at, and take a lot of time +
weight.
The implementation is a bit ugly. | feat: πΈ Add an endpoint to get only the current queue jobs: ie: started and waiting. Because the queue can contain a lot of past
jobs we're not interested in looking at, and take a lot of time +
weight.
The implementation is a bit ugly. | closed | 2022-02-18T13:51:33Z | 2022-02-18T13:54:44Z | 2022-02-18T13:54:43Z | severo |
1,139,024,954 | Fix CI | https://github.com/huggingface/datasets-preview-backend/runs/5204605847?check_suite_focus=true | Fix CI: https://github.com/huggingface/datasets-preview-backend/runs/5204605847?check_suite_focus=true | closed | 2022-02-15T17:53:18Z | 2022-02-18T20:26:40Z | 2022-02-18T20:26:40Z | severo |
1,139,013,635 | fix: π preserve order of the columns when infered from the rows | null | fix: π preserve order of the columns when infered from the rows: | closed | 2022-02-15T17:41:29Z | 2022-02-15T17:41:53Z | 2022-02-15T17:41:52Z | severo |
1,138,997,777 | Allow missing columns | fixes https://github.com/huggingface/datasets-preview-backend/issues/144 | Allow missing columns: fixes https://github.com/huggingface/datasets-preview-backend/issues/144 | closed | 2022-02-15T17:29:10Z | 2022-02-15T17:31:05Z | 2022-02-15T17:31:04Z | severo |
1,138,893,218 | weird error when fetching the rows | https://huggingface.co/datasets/huggingface/transformers-metadata
```
Message: could not get the config name for this dataset
```
while https://huggingface.co/datasets/huggingface/transformers-metadata already has the config and split names
<img width="899" alt="Capture dβeΜcran 2022-02-15 aΜ 17 03 22"... | weird error when fetching the rows: https://huggingface.co/datasets/huggingface/transformers-metadata
```
Message: could not get the config name for this dataset
```
while https://huggingface.co/datasets/huggingface/transformers-metadata already has the config and split names
<img width="899" alt="Capt... | closed | 2022-02-15T16:03:32Z | 2022-02-21T10:29:25Z | 2022-02-21T10:29:25Z | severo |
1,138,880,331 | upgrade datasets and remove pandas dependencies | Once https://github.com/huggingface/datasets/pull/3726 is be merged, we'll be able to remove the dependency to pandas we introduced in https://github.com/huggingface/datasets-preview-backend/commit/0f83b5cbb415175034cc0a93fa7cbb4774e11d68 | upgrade datasets and remove pandas dependencies: Once https://github.com/huggingface/datasets/pull/3726 is be merged, we'll be able to remove the dependency to pandas we introduced in https://github.com/huggingface/datasets-preview-backend/commit/0f83b5cbb415175034cc0a93fa7cbb4774e11d68 | closed | 2022-02-15T15:53:10Z | 2022-02-22T10:14:00Z | 2022-02-22T10:14:00Z | severo |
1,138,854,087 | feat: πΈ upgrade datasets and pin pandas to <1.4 | Related to https://github.com/huggingface/datasets/issues/3724. Fixes
"lvwerra/red-wine". | feat: πΈ upgrade datasets and pin pandas to <1.4: Related to https://github.com/huggingface/datasets/issues/3724. Fixes
"lvwerra/red-wine". | closed | 2022-02-15T15:34:19Z | 2022-02-15T15:34:31Z | 2022-02-15T15:34:31Z | severo |
1,132,835,823 | ci: π‘ apt update before installing packages | null | ci: π‘ apt update before installing packages: | closed | 2022-02-11T16:37:55Z | 2022-02-11T16:47:36Z | 2022-02-11T16:47:36Z | severo |
1,132,818,772 | feat: πΈ change the meaning of a "valid" dataset | Now: a dataset is considered valid if "at least one split" is valid.
BREAKING CHANGE: 𧨠/valid and /is-valid consider as valid the datasets with at least one
valid split (before: all the splits were required to be valid)
Fixes https://github.com/huggingface/datasets-preview-backend/issues/139 | feat: πΈ change the meaning of a "valid" dataset: Now: a dataset is considered valid if "at least one split" is valid.
BREAKING CHANGE: 𧨠/valid and /is-valid consider as valid the datasets with at least one
valid split (before: all the splits were required to be valid)
Fixes https://github.com/huggingface/data... | closed | 2022-02-11T16:23:41Z | 2022-02-11T16:23:58Z | 2022-02-11T16:23:57Z | severo |
1,132,808,807 | Consider a dataset as valid if at least one split is valid | see https://github.com/huggingface/moon-landing/issues/2086 | Consider a dataset as valid if at least one split is valid: see https://github.com/huggingface/moon-landing/issues/2086 | closed | 2022-02-11T16:15:12Z | 2022-02-11T16:23:57Z | 2022-02-11T16:23:57Z | severo |
1,127,782,154 | feat: πΈ upgrade dependencies | in particular, black to stable version, and tensorflow to 2.8.0 | feat: πΈ upgrade dependencies: in particular, black to stable version, and tensorflow to 2.8.0 | closed | 2022-02-08T21:35:20Z | 2022-02-09T07:43:47Z | 2022-02-09T07:43:46Z | severo |
1,124,342,985 | Add field to splits | null | Add field to splits: | closed | 2022-02-04T15:43:50Z | 2022-02-04T15:44:19Z | 2022-02-04T15:44:18Z | severo |
1,123,987,455 | feat: πΈ add an endpoint to get the cache status of HF datasets | null | feat: πΈ add an endpoint to get the cache status of HF datasets: | closed | 2022-02-04T09:27:34Z | 2022-02-04T09:27:50Z | 2022-02-04T09:27:49Z | severo |
1,123,333,043 | feat: πΈ remove the SplitsNotFoundError exception | it is not informative, and hides the real problem | feat: πΈ remove the SplitsNotFoundError exception: it is not informative, and hides the real problem | closed | 2022-02-03T16:59:25Z | 2022-02-03T17:10:58Z | 2022-02-03T17:10:57Z | severo |
1,122,941,775 | feat: πΈ add /is-valid endpoint | fixes https://github.com/huggingface/datasets-preview-backend/issues/129 | feat: πΈ add /is-valid endpoint: fixes https://github.com/huggingface/datasets-preview-backend/issues/129 | closed | 2022-02-03T11:00:22Z | 2022-02-03T11:00:30Z | 2022-02-03T11:00:29Z | severo |
1,122,167,843 | feat: πΈ upgrade datasets to 1.18.3 | It will fix an error when retrieving splits. See
https://github.com/huggingface/datasets/pull/3657 | feat: πΈ upgrade datasets to 1.18.3: It will fix an error when retrieving splits. See
https://github.com/huggingface/datasets/pull/3657 | closed | 2022-02-02T16:56:09Z | 2022-02-02T16:56:36Z | 2022-02-02T16:56:36Z | severo |
1,122,160,298 | upgrade dependencies | February release of `safety` includes new warnings:
```
+==============================================================================+
| |
| /$$$$$$ /$$ |
| ... | upgrade dependencies: February release of `safety` includes new warnings:
```
+==============================================================================+
| |
| /$$$$$$ /$$ ... | closed | 2022-02-02T16:48:52Z | 2022-06-17T12:51:27Z | 2022-06-17T12:51:27Z | severo |
1,122,012,368 | Add two fields to /splits | (edit)
add fields `num_bytes` and `num_examples` to the `/splits` response. The data comes from DatasetInfo, or `null` (see https://github.com/huggingface/datasets-preview-backend#splits)
---
<strike>Being able to retrieve a dataset infos via an HTTP API will be valuable for AutoNLP</strike>
| Add two fields to /splits: (edit)
add fields `num_bytes` and `num_examples` to the `/splits` response. The data comes from DatasetInfo, or `null` (see https://github.com/huggingface/datasets-preview-backend#splits)
---
<strike>Being able to retrieve a dataset infos via an HTTP API will be valuable for AutoNLP<... | closed | 2022-02-02T14:43:34Z | 2022-02-04T15:44:19Z | 2022-02-04T15:44:19Z | SBrandeis |
1,122,000,761 | Upgrade datasets to 1.18.3 | See https://github.com/huggingface/datasets/releases/tag/1.18.3
> Extend dataset builder for streaming in get_dataset_split_names by @mariosasko in https://github.com/huggingface/datasets/pull/3657 | Upgrade datasets to 1.18.3: See https://github.com/huggingface/datasets/releases/tag/1.18.3
> Extend dataset builder for streaming in get_dataset_split_names by @mariosasko in https://github.com/huggingface/datasets/pull/3657 | closed | 2022-02-02T14:34:16Z | 2022-02-03T22:47:37Z | 2022-02-02T16:56:46Z | severo |
1,119,921,394 | Create a new endpoint to check the validity of a specific dataset | Instead of requesting /valid which returns a list of all the valid datasets `{valid: ['glue', ...], created_at: "..."}`, we just want to request `GET https://.../valid?dataset=glue` and get `{dataset: 'glue', valid: true}` for example.
task: find the best way to name this new endpoint, and possibly change the name o... | Create a new endpoint to check the validity of a specific dataset: Instead of requesting /valid which returns a list of all the valid datasets `{valid: ['glue', ...], created_at: "..."}`, we just want to request `GET https://.../valid?dataset=glue` and get `{dataset: 'glue', valid: true}` for example.
task: find the... | closed | 2022-01-31T20:54:44Z | 2022-02-03T11:02:02Z | 2022-02-03T11:00:29Z | severo |
1,119,832,511 | Don't expand viewer unless the user clicks `Go to dataset viewer` | Currently, if the user picks a subset or a split in the viewer, the user is automatically redirected to the viewer page. This should only happen if the user clicks the `Go to dataset viewer` button. Otherwise, the viewer should be updated "in-place". | Don't expand viewer unless the user clicks `Go to dataset viewer`: Currently, if the user picks a subset or a split in the viewer, the user is automatically redirected to the viewer page. This should only happen if the user clicks the `Go to dataset viewer` button. Otherwise, the viewer should be updated "in-place". | closed | 2022-01-31T19:15:14Z | 2022-09-16T20:05:10Z | 2022-09-16T20:05:09Z | mariosasko |
1,117,757,123 | feat: πΈ reduce cache duration + instruction for nginx cache | null | feat: πΈ reduce cache duration + instruction for nginx cache: | closed | 2022-01-28T19:23:31Z | 2022-01-28T19:23:44Z | 2022-01-28T19:23:43Z | severo |
1,117,695,360 | feat: πΈ upgrade datasets to 1.18.2 | null | feat: πΈ upgrade datasets to 1.18.2: | closed | 2022-01-28T18:08:07Z | 2022-01-28T18:08:17Z | 2022-01-28T18:08:17Z | severo |
1,117,668,413 | Upgrade datasets to 1.18.2 | null | Upgrade datasets to 1.18.2: | closed | 2022-01-28T17:39:15Z | 2022-01-28T19:38:14Z | 2022-01-28T19:38:14Z | severo |
1,117,667,306 | Cache /valid? | <strike>It is called multiple times per second by moon landing, and it impacts a lot the loading time of the /datasets page (https://github.com/huggingface/moon-landing/issues/1871#issuecomment-1024414854).</strike>
Currently, several queries are done to check all the valid datasets on every request | Cache /valid?: <strike>It is called multiple times per second by moon landing, and it impacts a lot the loading time of the /datasets page (https://github.com/huggingface/moon-landing/issues/1871#issuecomment-1024414854).</strike>
Currently, several queries are done to check all the valid datasets on every request | closed | 2022-01-28T17:37:47Z | 2022-01-31T20:31:41Z | 2022-01-28T19:32:06Z | severo |
1,115,116,719 | feat: πΈ upgrade datasets to 1.18.1 | null | feat: πΈ upgrade datasets to 1.18.1: | closed | 2022-01-26T14:58:50Z | 2022-01-26T14:58:57Z | 2022-01-26T14:58:57Z | severo |
1,115,095,763 | upgrade datasets to 1.18.1 | https://github.com/huggingface/datasets/releases/tag/1.18.1 | upgrade datasets to 1.18.1: https://github.com/huggingface/datasets/releases/tag/1.18.1 | closed | 2022-01-26T14:41:59Z | 2022-01-26T15:26:45Z | 2022-01-26T15:26:45Z | severo |
1,115,093,034 | Check if the cache should be refreshed when receiving a webhook | For example, we generally don't want to refresh all the canonical datasets when they get a new tag (see https://github.com/huggingface/moon-landing/issues/1925) | Check if the cache should be refreshed when receiving a webhook: For example, we generally don't want to refresh all the canonical datasets when they get a new tag (see https://github.com/huggingface/moon-landing/issues/1925) | closed | 2022-01-26T14:39:25Z | 2022-09-19T08:50:39Z | 2022-09-19T08:50:39Z | severo |
1,115,067,223 | fix: π the blocked datasets must be blocked at cache invalidation | They were blocked on user requests, instead of at cache invalidation,
which is the purpose of blocking them (not overwhelm the server with
memory overflow, see
https://github.com/huggingface/datasets-preview-backend/issues/91#issuecomment-952749773 | fix: π the blocked datasets must be blocked at cache invalidation: They were blocked on user requests, instead of at cache invalidation,
which is the purpose of blocking them (not overwhelm the server with
memory overflow, see
https://github.com/huggingface/datasets-preview-backend/issues/91#issuecomment-952749773 | closed | 2022-01-26T14:15:42Z | 2022-01-26T14:15:53Z | 2022-01-26T14:15:52Z | severo |
1,115,025,989 | Use last revision for canonical datasets | null | Use last revision for canonical datasets: | closed | 2022-01-26T13:34:16Z | 2022-01-26T13:42:04Z | 2022-01-26T13:42:04Z | severo |
1,110,685,139 | upgrade to datasets 1.18 | https://github.com/huggingface/datasets/releases/tag/1.18.0 | upgrade to datasets 1.18: https://github.com/huggingface/datasets/releases/tag/1.18.0 | closed | 2022-01-21T16:48:38Z | 2022-01-26T13:42:05Z | 2022-01-26T13:42:05Z | severo |
1,110,680,963 | Add new datatypes | See https://github.com/huggingface/datasets/pull/3591
time, date, duration, and decimal | Add new datatypes: See https://github.com/huggingface/datasets/pull/3591
time, date, duration, and decimal | closed | 2022-01-21T16:43:47Z | 2022-06-17T12:50:49Z | 2022-06-17T12:50:49Z | severo |
1,108,433,052 | feat: πΈ change the logic: decouple the /splits and /rows | Now, we have jobs to get all the split names of a dataset, and other
jobs to get the rows and columns of a given split. This allows to fill
the cache progressively, and supports datasets with part of the splits
being erroneous.
BREAKING CHANGE: 𧨠the endpoints have changed, and the mongo database too | feat: πΈ change the logic: decouple the /splits and /rows: Now, we have jobs to get all the split names of a dataset, and other
jobs to get the rows and columns of a given split. This allows to fill
the cache progressively, and supports datasets with part of the splits
being erroneous.
BREAKING CHANGE: 𧨠the en... | closed | 2022-01-19T18:38:22Z | 2022-01-20T15:11:03Z | 2022-01-20T15:11:03Z | severo |
1,101,477,224 | Allow partial datasets | For the big datasets, it might be hard to get the rows for all the configs (common voice has 155 configs, one per language, and for each of their 5 splits, we have to download 100 audio files -> we get banned quickly).
An improvement would be to refresh the cache on a config basis, instead of a dataset basis. Possib... | Allow partial datasets: For the big datasets, it might be hard to get the rows for all the configs (common voice has 155 configs, one per language, and for each of their 5 splits, we have to download 100 audio files -> we get banned quickly).
An improvement would be to refresh the cache on a config basis, instead of... | closed | 2022-01-13T10:05:55Z | 2022-01-21T15:12:19Z | 2022-01-21T15:12:19Z | severo |
1,100,750,506 | feat: πΈ upgrade dependencies, and set python to fixed 3.9.6 | null | feat: πΈ upgrade dependencies, and set python to fixed 3.9.6: | closed | 2022-01-12T20:15:48Z | 2022-01-12T20:25:58Z | 2022-01-12T20:25:57Z | severo |
1,100,738,865 | Retry | null | Retry: | closed | 2022-01-12T20:02:16Z | 2022-01-12T20:02:23Z | 2022-01-12T20:02:22Z | severo |
1,100,067,380 | fix: π limit fallback to datasets under 100MB, not 100GB | null | fix: π limit fallback to datasets under 100MB, not 100GB: | closed | 2022-01-12T09:03:44Z | 2022-01-12T09:03:51Z | 2022-01-12T09:03:50Z | severo |
1,099,485,663 | feat: πΈ envvar to fallback to normal mode if streaming fails | It fallbacks if the dataset size is under a limit | feat: πΈ envvar to fallback to normal mode if streaming fails: It fallbacks if the dataset size is under a limit | closed | 2022-01-11T18:19:26Z | 2022-01-11T18:19:33Z | 2022-01-11T18:19:33Z | severo |
1,099,366,668 | Simplify errors | null | Simplify errors: | closed | 2022-01-11T16:18:55Z | 2022-01-11T16:20:12Z | 2022-01-11T16:20:11Z | severo |
1,097,773,579 | feat: πΈ upgrade datasets | Fixes issue with splits for gated datasets. See
https://github.com/huggingface/datasets/pull/3545. | feat: πΈ upgrade datasets: Fixes issue with splits for gated datasets. See
https://github.com/huggingface/datasets/pull/3545. | closed | 2022-01-10T11:16:53Z | 2022-01-10T11:17:02Z | 2022-01-10T11:17:01Z | severo |
1,094,774,548 | feat: πΈ get data from gated datasets | null | feat: πΈ get data from gated datasets: | closed | 2022-01-05T21:54:09Z | 2022-01-06T14:52:52Z | 2022-01-06T14:52:52Z | severo |
1,093,735,085 | feat: πΈ add a script to refresh the whole cache | null | feat: πΈ add a script to refresh the whole cache: | closed | 2022-01-04T20:38:30Z | 2022-01-04T20:39:05Z | 2022-01-04T20:39:04Z | severo |
1,093,710,500 | Columns are wrongly detected as audio | https://huggingface.co/datasets/indonli
<img width="792" alt="Capture dβeΜcran 2022-01-04 aΜ 21 01 22" src="https://user-images.githubusercontent.com/1676121/148117033-ccca3db5-6200-4356-85d3-085ec5c6fd84.png">
https://datasets-preview.huggingface.tech/rows?dataset=indonli&config=indonli&split=test_expert
<i... | Columns are wrongly detected as audio: https://huggingface.co/datasets/indonli
<img width="792" alt="Capture dβeΜcran 2022-01-04 aΜ 21 01 22" src="https://user-images.githubusercontent.com/1676121/148117033-ccca3db5-6200-4356-85d3-085ec5c6fd84.png">
https://datasets-preview.huggingface.tech/rows?dataset=indonli... | closed | 2022-01-04T20:03:22Z | 2022-01-05T08:41:11Z | 2022-01-04T20:30:50Z | severo |
1,092,359,023 | feat: πΈ upgrade datasets | It should make "pib" streamable | feat: πΈ upgrade datasets: It should make "pib" streamable | closed | 2022-01-03T09:39:38Z | 2022-01-03T09:53:30Z | 2022-01-03T09:39:45Z | severo |
1,088,411,077 | feat: πΈ upgrade datasets | See https://github.com/huggingface/datasets/pull/3478 and
https://github.com/huggingface/datasets/pull/3476 | feat: πΈ upgrade datasets: See https://github.com/huggingface/datasets/pull/3478 and
https://github.com/huggingface/datasets/pull/3476 | closed | 2021-12-24T14:40:55Z | 2022-01-03T09:53:26Z | 2021-12-24T14:41:01Z | severo |
1,087,631,177 | fix: π serve the asserts from nginx instead of starlette | Starlette cannot serve ranges for static files, see
https://github.com/encode/starlette/issues/950.
Also: fix the rights of the assets directory
Also: add the CORS header (doc) | fix: π serve the asserts from nginx instead of starlette: Starlette cannot serve ranges for static files, see
https://github.com/encode/starlette/issues/950.
Also: fix the rights of the assets directory
Also: add the CORS header (doc) | closed | 2021-12-23T11:29:20Z | 2022-01-03T09:53:19Z | 2021-12-23T11:29:27Z | severo |
1,087,029,231 | feat: πΈ support beans and cats_vs_dogs | See https://github.com/huggingface/datasets/pull/3472 | feat: πΈ support beans and cats_vs_dogs: See https://github.com/huggingface/datasets/pull/3472 | closed | 2021-12-22T17:17:25Z | 2022-01-03T09:53:46Z | 2021-12-22T17:17:36Z | severo |
1,086,042,496 | the order of the columns is not preserved in the cache | null | the order of the columns is not preserved in the cache: | closed | 2021-12-21T17:08:38Z | 2021-12-21T17:52:53Z | 2021-12-21T17:52:53Z | severo |
1,085,963,498 | feat: πΈ add Image column | null | feat: πΈ add Image column: | closed | 2021-12-21T15:40:55Z | 2021-12-21T15:48:49Z | 2021-12-21T15:48:48Z | severo |
1,085,962,743 | Provide multiple sizes for the images | Maybe use https://cloudinary.com/documentation/resizing_and_cropping.
At least provide a thumbnail and the original size, which will allow using https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture to separate: the small images in the table from the original image which is shown when clicking on a thumb... | Provide multiple sizes for the images: Maybe use https://cloudinary.com/documentation/resizing_and_cropping.
At least provide a thumbnail and the original size, which will allow using https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture to separate: the small images in the table from the original image ... | closed | 2021-12-21T15:40:08Z | 2024-06-19T14:00:21Z | 2024-06-19T14:00:21Z | severo |
1,085,710,483 | feat: πΈ upgrade datasets to master (1.16.2.dev0) | Note: later today, 1.16.2 will be release, so a new upgrade will be required | feat: πΈ upgrade datasets to master (1.16.2.dev0): Note: later today, 1.16.2 will be release, so a new upgrade will be required | closed | 2021-12-21T11:04:49Z | 2021-12-21T11:05:27Z | 2021-12-21T11:05:27Z | severo |
1,083,535,580 | feat: πΈ add audio column | <img width="1077" alt="Capture dβeΜcran 2021-12-17 aΜ 17 56 27" src="https://user-images.githubusercontent.com/1676121/146594420-1efc2a82-9aa6-4b24-851e-f36a58a03135.png">
| feat: πΈ add audio column: <img width="1077" alt="Capture dβeΜcran 2021-12-17 aΜ 17 56 27" src="https://user-images.githubusercontent.com/1676121/146594420-1efc2a82-9aa6-4b24-851e-f36a58a03135.png">
| closed | 2021-12-17T18:53:19Z | 2021-12-20T17:22:16Z | 2021-12-20T17:22:15Z | severo |
1,079,861,589 | cache refresh does not work | ```
3|datasets | DEBUG: 2021-12-14 14:52:48,994 - worker - job assigned: 61b8afbff18404b0ff26d942 for dataset: Babelscape/wikineural
3|datasets | INFO: 2021-12-14 14:52:48,994 - worker - compute dataset 'Babelscape/wikineural'
3|datasets | DEBUG: 2021-12-14 14:52:50,391 - worker - job finished: 61b8afbff18404b0ff26d... | cache refresh does not work: ```
3|datasets | DEBUG: 2021-12-14 14:52:48,994 - worker - job assigned: 61b8afbff18404b0ff26d942 for dataset: Babelscape/wikineural
3|datasets | INFO: 2021-12-14 14:52:48,994 - worker - compute dataset 'Babelscape/wikineural'
3|datasets | DEBUG: 2021-12-14 14:52:50,391 - worker - job fi... | closed | 2021-12-14T14:58:35Z | 2021-12-14T16:27:06Z | 2021-12-14T16:27:06Z | severo |
1,079,814,673 | Add auth to the technical endpoints | endpoints like /cache-reports, or /queue-flush, are freely available <strike>and contain information about the private datasets</strike> (no, they don't). They should be behind some authentication | Add auth to the technical endpoints: endpoints like /cache-reports, or /queue-flush, are freely available <strike>and contain information about the private datasets</strike> (no, they don't). They should be behind some authentication | closed | 2021-12-14T14:18:08Z | 2022-09-07T07:37:39Z | 2022-09-07T07:37:38Z | severo |
1,078,689,575 | Multiple cache collections | null | Multiple cache collections: | closed | 2021-12-13T15:48:28Z | 2021-12-13T16:10:38Z | 2021-12-13T16:10:37Z | severo |
1,039,322,608 | feat: πΈ add /queue-dump endpoint | null | feat: πΈ add /queue-dump endpoint: | closed | 2021-10-29T08:41:53Z | 2021-10-29T08:49:43Z | 2021-10-29T08:49:42Z | severo |
1,037,144,253 | Server error raised in webhook in the app | ```
0|datasets-preview-backend | INFO: 2021-10-27 08:44:44,092 - datasets_preview_backend.routes.webhook - /webhook: {'add': 'datasets/yuvalkirstain/asset'}
0|datasets-preview-backend | INFO: 2021-10-27 08:44:44,118 - datasets_preview_backend.routes.webhook - /webhook: {'add': 'datasets/yuvalkirstain/... | Server error raised in webhook in the app: ```
0|datasets-preview-backend | INFO: 2021-10-27 08:44:44,092 - datasets_preview_backend.routes.webhook - /webhook: {'add': 'datasets/yuvalkirstain/asset'}
0|datasets-preview-backend | INFO: 2021-10-27 08:44:44,118 - datasets_preview_backend.routes.webhook -... | closed | 2021-10-27T08:46:49Z | 2022-06-17T12:48:38Z | 2022-06-17T12:48:37Z | severo |
1,037,081,672 | Stalled jobs in the queue | https://datasets-preview.huggingface.tech/queue is returning:
```
{"waiting":48,"started":6,"done":2211,"created_at":"2021-10-27T07:40:33Z"}
```
But there are only 3 workers in production, so the max acceptable number of `started` jobs should be 3.
| Stalled jobs in the queue: https://datasets-preview.huggingface.tech/queue is returning:
```
{"waiting":48,"started":6,"done":2211,"created_at":"2021-10-27T07:40:33Z"}
```
But there are only 3 workers in production, so the max acceptable number of `started` jobs should be 3.
| closed | 2021-10-27T07:41:39Z | 2022-06-17T11:55:39Z | 2022-06-17T11:55:39Z | severo |
1,037,079,843 | JobNotFound kills the worker | ```
4|datasets-preview-backend-worker | DEBUG: 2021-10-27 07:34:30,558 - worker - dataset 'billsum' had error, cache updated
4|datasets-preview-backend-worker | Traceback (most recent call last):
4|datasets-preview-backend-worker | File "/home/hf/.cache/pypoetry/virtualenvs/datasets-preview-backend-CTHb2hp_-py3... | JobNotFound kills the worker: ```
4|datasets-preview-backend-worker | DEBUG: 2021-10-27 07:34:30,558 - worker - dataset 'billsum' had error, cache updated
4|datasets-preview-backend-worker | Traceback (most recent call last):
4|datasets-preview-backend-worker | File "/home/hf/.cache/pypoetry/virtualenvs/dataset... | closed | 2021-10-27T07:39:49Z | 2022-09-16T20:05:29Z | 2022-09-16T20:05:29Z | severo |
1,037,056,605 | Big documents are not stored in the mongo db | ```
3|datasets-preview-backend-worker | DEBUG: 2021-10-27 07:08:33,384 - worker - job finished: 6178fae6d6a08142f3961667 for dataset: the_pile_books3
3|datasets-preview-backend-worker | Traceback (most recent call last):
3|datasets-preview-backend-worker | File "/home/hf/datasets-preview-backend/src/datasets_pr... | Big documents are not stored in the mongo db: ```
3|datasets-preview-backend-worker | DEBUG: 2021-10-27 07:08:33,384 - worker - job finished: 6178fae6d6a08142f3961667 for dataset: the_pile_books3
3|datasets-preview-backend-worker | Traceback (most recent call last):
3|datasets-preview-backend-worker | File "/ho... | closed | 2021-10-27T07:11:34Z | 2021-12-13T16:21:56Z | 2021-12-13T16:10:38Z | severo |
1,036,741,836 | Queue | null | Queue: | closed | 2021-10-26T21:07:41Z | 2021-10-26T21:08:15Z | 2021-10-26T21:08:15Z | severo |
1,035,132,462 | Use mongodb for the cache | null | Use mongodb for the cache: | closed | 2021-10-25T13:20:35Z | 2021-10-26T13:17:07Z | 2021-10-26T13:17:07Z | severo |
1,035,027,245 | Support timestamp and date feature types | - [ ] add a date type
- [ ] detect dates, ie `allenai/c4` -> `timestamp` , `curiosity_dialogs` | Support timestamp and date feature types: - [ ] add a date type
- [ ] detect dates, ie `allenai/c4` -> `timestamp` , `curiosity_dialogs` | closed | 2021-10-25T11:38:01Z | 2023-10-16T15:40:44Z | 2023-10-16T15:40:44Z | severo |
1,034,760,196 | Technical endpoints timeout | I get Gateway timeout (from the nginx proxy behind the uvicorn app) when trying to access:
- https://datasets-preview.huggingface.tech/valid
- https://datasets-preview.huggingface.tech/cache
They loop over the cache of all the excepted datasets... It might be an issue with the cache (one entry is too large, some i... | Technical endpoints timeout: I get Gateway timeout (from the nginx proxy behind the uvicorn app) when trying to access:
- https://datasets-preview.huggingface.tech/valid
- https://datasets-preview.huggingface.tech/cache
They loop over the cache of all the excepted datasets... It might be an issue with the cache (o... | closed | 2021-10-25T07:09:19Z | 2021-10-27T08:56:52Z | 2021-10-27T08:56:52Z | severo |
1,034,721,078 | Application stuck | The app does not respond anymore.
The server itself is not stuck, and there is a lot of swap left.
https://betteruptime.com/team/14149/incidents/170400279?m=389098
<img width="1845" alt="Capture dβeΜcran 2021-10-25 aΜ 08 11 46" src="https://user-images.githubusercontent.com/1676121/138643405-f71d5c6a-a6dd-45e6... | Application stuck: The app does not respond anymore.
The server itself is not stuck, and there is a lot of swap left.
https://betteruptime.com/team/14149/incidents/170400279?m=389098
<img width="1845" alt="Capture dβeΜcran 2021-10-25 aΜ 08 11 46" src="https://user-images.githubusercontent.com/1676121/138643405... | closed | 2021-10-25T06:13:43Z | 2021-10-27T08:56:25Z | 2021-10-27T08:56:25Z | severo |
1,033,787,801 | Detect basic types from rows | null | Detect basic types from rows: | closed | 2021-10-22T17:05:12Z | 2021-10-22T17:10:31Z | 2021-10-22T17:10:31Z | severo |
1,033,352,060 | Improve the heuristic to detect basic types | If "features" is missing in the dataset info, all the columns are set to `json`. We might try to guess the types from the first (or more) rows instead. | Improve the heuristic to detect basic types: If "features" is missing in the dataset info, all the columns are set to `json`. We might try to guess the types from the first (or more) rows instead. | closed | 2021-10-22T09:06:09Z | 2021-10-22T17:17:40Z | 2021-10-22T17:15:59Z | severo |
1,033,317,781 | Change the architecture | Currently: the API server, the cache/database, the assets, and the workers (that generate the data) are running on the same machine and share the same resources, which is the source of various issues:
- a worker that requires a lot of resources can block the server (https://grafana.huggingface.co/d/rYdddlPWk/node-expo... | Change the architecture: Currently: the API server, the cache/database, the assets, and the workers (that generate the data) are running on the same machine and share the same resources, which is the source of various issues:
- a worker that requires a lot of resources can block the server (https://grafana.huggingface... | closed | 2021-10-22T08:27:59Z | 2022-05-11T15:10:47Z | 2022-05-11T15:10:46Z | severo |
1,032,662,443 | Remove local information from the error messages | It might be a security issue | Remove local information from the error messages: It might be a security issue | closed | 2021-10-21T15:55:09Z | 2022-09-16T20:07:36Z | 2022-09-16T20:07:36Z | severo |
1,032,638,446 | Impove the heuristic to detect image columns | See the closed lists of column names, in particular: https://github.com/huggingface/datasets-preview-backend/blob/master/src/datasets_preview_backend/models/column/image_array2d.py#L16 for example | Impove the heuristic to detect image columns: See the closed lists of column names, in particular: https://github.com/huggingface/datasets-preview-backend/blob/master/src/datasets_preview_backend/models/column/image_array2d.py#L16 for example | closed | 2021-10-21T15:29:43Z | 2022-01-10T16:50:46Z | 2022-01-10T16:50:46Z | severo |
1,032,453,807 | Cannot get the config names for some datasets | They all generate this warning:
```
1|datasets | INFO: 2021-10-21 12:41:10,003 - datasets_preview_backend.models.row - could not read all the required rows (2 / 100) from dataset Check/region_1 - default - train
1|datasets | INFO: 2021-10-21 12:41:10,361 - datasets_preview_backend.models.row - could not read all t... | Cannot get the config names for some datasets: They all generate this warning:
```
1|datasets | INFO: 2021-10-21 12:41:10,003 - datasets_preview_backend.models.row - could not read all the required rows (2 / 100) from dataset Check/region_1 - default - train
1|datasets | INFO: 2021-10-21 12:41:10,361 - datasets_pr... | closed | 2021-10-21T12:47:41Z | 2021-10-29T13:36:35Z | 2021-10-29T13:36:34Z | severo |
1,031,847,967 | feat: πΈ refactor the code + change the /rows response | The code is now split into more small files. Also: the rows and features
are no checked so that the response is coherent. The /rows response
format has changed, it returns columns and rows (instead of features and
rows), and the columns and rows are now ensured to be coherent.
BREAKING CHANGE: 𧨠change format of... | feat: πΈ refactor the code + change the /rows response: The code is now split into more small files. Also: the rows and features
are no checked so that the response is coherent. The /rows response
format has changed, it returns columns and rows (instead of features and
rows), and the columns and rows are now ensured... | closed | 2021-10-20T21:32:29Z | 2021-10-20T21:32:41Z | 2021-10-20T21:32:40Z | severo |
1,030,378,192 | Cifar10 | null | Cifar10: | closed | 2021-10-19T14:25:14Z | 2021-10-19T14:25:27Z | 2021-10-19T14:25:26Z | severo |
1,030,295,465 | Dependencies | null | Dependencies: | closed | 2021-10-19T13:14:47Z | 2021-10-19T14:07:30Z | 2021-10-19T14:07:27Z | severo |
1,030,293,223 | Support gated datasets | See https://huggingface.co/datasets/oscar-corpus/OSCAR-2109, https://huggingface.co/datasets/mozilla-foundation/common_voice_1_0
Note: we restrict this issue to the *public* gated datasets. | Support gated datasets: See https://huggingface.co/datasets/oscar-corpus/OSCAR-2109, https://huggingface.co/datasets/mozilla-foundation/common_voice_1_0
Note: we restrict this issue to the *public* gated datasets. | closed | 2021-10-19T13:12:55Z | 2022-01-26T11:15:09Z | 2022-01-26T11:13:45Z | severo |
1,030,250,830 | isolate the generation of every cache entry | The community datasets contain arbitrary code in their .py scripts: we should run them in isolation, in order to avoid security issues. | isolate the generation of every cache entry: The community datasets contain arbitrary code in their .py scripts: we should run them in isolation, in order to avoid security issues. | closed | 2021-10-19T12:33:02Z | 2022-06-08T08:42:14Z | 2022-06-08T08:42:14Z | severo |
1,030,098,956 | feat: πΈ add fields "tags" and "downloads" to /cache-reports | null | feat: πΈ add fields "tags" and "downloads" to /cache-reports: | closed | 2021-10-19T09:52:48Z | 2021-10-19T09:55:15Z | 2021-10-19T09:55:15Z | severo |
1,029,287,110 | Download and cache the images and other files? | Fields with an image URL are detected, and the "ImageUrl" type is passed in the features, to let the client (moonlanding) put the URL in `<img src="..." />`.
This means that pages such as https://hf.co/datasets/severo/wit will download images directly from Wikipedia for example. Hotlinking presents various [issues](... | Download and cache the images and other files?: Fields with an image URL are detected, and the "ImageUrl" type is passed in the features, to let the client (moonlanding) put the URL in `<img src="..." />`.
This means that pages such as https://hf.co/datasets/severo/wit will download images directly from Wikipedia fo... | closed | 2021-10-18T15:37:59Z | 2022-09-16T20:09:24Z | 2022-09-16T20:09:24Z | severo |
1,029,063,986 | Support audio datasets | null | Support audio datasets: | closed | 2021-10-18T12:41:58Z | 2021-12-21T10:16:52Z | 2021-12-21T10:16:52Z | severo |
1,026,363,289 | Image endpoint | null | Image endpoint: | closed | 2021-10-14T12:54:37Z | 2021-10-14T12:58:17Z | 2021-10-14T12:58:16Z | severo |
1,025,148,095 | feat: πΈ enable food101 dataset | See https://github.com/huggingface/datasets/pull/3066
Also:
- encode bytes data as UTF-8 encoded base64 in JSON responses
- use Z standard for dates
- ensure we use the same version of datasets for the datasets and the code | feat: πΈ enable food101 dataset: See https://github.com/huggingface/datasets/pull/3066
Also:
- encode bytes data as UTF-8 encoded base64 in JSON responses
- use Z standard for dates
- ensure we use the same version of datasets for the datasets and the code | closed | 2021-10-13T11:50:06Z | 2021-10-13T11:54:37Z | 2021-10-13T11:54:37Z | severo |
1,023,986,750 | fix: π fix serialization errors with datetime in rows | null | fix: π fix serialization errors with datetime in rows: | closed | 2021-10-12T15:58:36Z | 2021-10-12T16:06:22Z | 2021-10-12T16:06:21Z | severo |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.