Dataset Viewer
Auto-converted to Parquet Duplicate
hash
stringlengths
40
40
authorName
stringclasses
42 values
authorEmail
stringclasses
41 values
date
timestamp[ms]date
2021-07-26 09:52:55
2025-07-18 10:19:56
subject
stringlengths
11
116
diff
stringlengths
0
987k
cf79aee59cb74b067987238cfbf0be493428b802
Remy
remy@huggingface.co
2025-07-18T10:19:56
fix(infra): resources optimization (#3225)
diff --git a/chart/env/prod.yaml b/chart/env/prod.yaml index 18862dd7..b7ca3a2e 100644 --- a/chart/env/prod.yaml +++ b/chart/env/prod.yaml @@ -347,2 +347,2 @@ api: - cpu: 4 - memory: "14Gi" + cpu: "900m" + memory: "4Gi" @@ -350,2 +350,2 @@ api: - cpu: 4 - memory: "14Gi" + cpu: "1500m"...
9efbe6f23800c645e1f4a486d5d32dd2c577237a
ccl-core
91942859+ccl-core@users.noreply.github.com
2025-07-17T20:55:29
Include Audio features in HuggingFace. (#3224)
diff --git a/libs/libcommon/src/libcommon/croissant_utils.py b/libs/libcommon/src/libcommon/croissant_utils.py index cf37c0b0..0922bb65 100644 --- a/libs/libcommon/src/libcommon/croissant_utils.py +++ b/libs/libcommon/src/libcommon/croissant_utils.py @@ -8 +8 @@ from typing import Any, Optional, Union -from datasets im...
03e368d7022cf9d07135d00fcc769a43e34c4f4f
ccl-core
91942859+ccl-core@users.noreply.github.com
2025-07-17T18:15:15
Escape subfields. (#3220)
diff --git a/libs/libcommon/src/libcommon/croissant_utils.py b/libs/libcommon/src/libcommon/croissant_utils.py index 6dfcaacf..cf37c0b0 100644 --- a/libs/libcommon/src/libcommon/croissant_utils.py +++ b/libs/libcommon/src/libcommon/croissant_utils.py @@ -9,0 +10,23 @@ from datasets import ClassLabel, Image, LargeList, ...
9680713930ec0dcb755414debed0de1cdaf03ef1
Arjun Jagdale
142811259+ArjunJagdale@users.noreply.github.com
2025-07-17T15:00:39
refactor(tests): use HfApi.update_repo_settings to simplify gated dataset test setup (#3206)
diff --git a/jobs/cache_maintenance/tests/utils.py b/jobs/cache_maintenance/tests/utils.py index 78ccf145..9c97dd19 100644 --- a/jobs/cache_maintenance/tests/utils.py +++ b/jobs/cache_maintenance/tests/utils.py @@ -8 +8 @@ from pathlib import Path -from typing import Any, Optional, Union +from typing import Literal, Op...
640f1f3c923543d8f6c5bebb185c45d79f00ff48
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2025-07-15T14:17:39
bump datasets for json (#3222)
diff --git a/front/admin_ui/poetry.lock b/front/admin_ui/poetry.lock index fa10d964..3774e774 100644 --- a/front/admin_ui/poetry.lock +++ b/front/admin_ui/poetry.lock @@ -695,2 +695,2 @@ url = "https://github.com/huggingface/datasets.git" -reference = "c4bdfe84586d3789a9db9cde06e1f054043d5569" -resolved_reference = "c4...
7f717292da41f8ac1cd8e2890f0890d670b7562a
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2025-07-15T14:15:27
Allow search to download xet files (#3221)
diff --git a/chart/templates/_env/_envDatasetsBased.tpl b/chart/templates/_env/_envDatasetsBased.tpl deleted file mode 100644 index 5ff79854..00000000 --- a/chart/templates/_env/_envDatasetsBased.tpl +++ /dev/null @@ -1,12 +0,0 @@ -# SPDX-License-Identifier: Apache-2.0 -# Copyright 2022 The HuggingFace Authors. - -{{- ...
49d78b9cdd7dc38ea398ff624a9b2eebbe32b4af
Arjun Dinesh Jagdale
142811259+ArjunJagdale@users.noreply.github.com
2025-07-11T18:31:36
test: add unit tests for get_previous_step_or_raise (#1908) (#3218)
diff --git a/libs/libcommon/tests/test_simple_cache.py b/libs/libcommon/tests/test_simple_cache.py index 11ad0d32..9434fc21 100644 --- a/libs/libcommon/tests/test_simple_cache.py +++ b/libs/libcommon/tests/test_simple_cache.py @@ -31,0 +32 @@ from libcommon.simple_cache import ( + get_previous_step_or_raise, @@ -58 ...
7fa92d676a9986694e82b19d21b7db5d92054df3
Arjun Dinesh Jagdale
142811259+ArjunJagdale@users.noreply.github.com
2025-07-11T13:40:42
refactor(config): replace get_empty_str_list with CONSTANT.copy in ParquetAndInfoConfig (#1522) (#3219)
diff --git a/libs/libcommon/src/libcommon/orchestrator.py b/libs/libcommon/src/libcommon/orchestrator.py index aa8c9039..b21d4738 100644 --- a/libs/libcommon/src/libcommon/orchestrator.py +++ b/libs/libcommon/src/libcommon/orchestrator.py @@ -124,0 +125,3 @@ class Task(ABC): +DEFAULT_JOB_INFOS: list[JobInfo] = [] + + @...
bae070f2cbc3d2e74f1e4f9fa89afd2131b197b1
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2025-07-09T11:42:18
worker loop timeout (#3216)
diff --git a/services/worker/src/worker/executor.py b/services/worker/src/worker/executor.py index ae798233..a66b3376 100644 --- a/services/worker/src/worker/executor.py +++ b/services/worker/src/worker/executor.py @@ -76 +76 @@ class WorkerExecutor: - return OutputExecutor(start_worker_loop_command, banner, tim...
a8ae77a6980456bb1f37c2c76da1b8c578d6e694
Quentin Lhoest
42851186+lhoestq@users.noreply.github.com
2025-07-09T11:31:05
fix fixed length list (#3215)
diff --git a/services/worker/src/worker/job_runners/config/parquet_and_info.py b/services/worker/src/worker/job_runners/config/parquet_and_info.py index cdb63553..362cf266 100644 --- a/services/worker/src/worker/job_runners/config/parquet_and_info.py +++ b/services/worker/src/worker/job_runners/config/parquet_and_info....
End of preview. Expand in Data Studio

History of the dataset-viewer codebase

Obtained with:

git clone https://github.com/huggingface/dataset-viewer.git
cd dataset-viewer
npx git2parquet
Downloads last month
20