-
Updated
Jun 14, 2021
datasets
Here are 1,368 public repositories matching this topic...
-
Updated
Oct 12, 2021 - Python
At the moment, from API there are two useful columns about tasks:
| Key | Type | Description |
|---|---|---|
| tasks.created_at | datetime | Date and time of task creation. |
| tasks.updated_at | datetime | Date and time of last update to the task. |
However, in tabs (views) there are possible columns tasks:created_at a
-
Updated
Dec 11, 2019 - C++
How to reproduce the behaviour
The error occurs in the Step 5/9 of the docker build process
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz: BAD signature
WARNING: Ignoring http
-
Updated
Dec 22, 2021 - Python
🚨 🚨 Feature Request
- Related to an existing Issue
- A new implementation (Improvement, Extension)
If your feature will improve HUB
Need a way to check if a dataset already exists.
hub.empty throws an error if a dataset exists and hub.load throws an error if the dataset does not exist.
Need a way to check if a dataset already exists without throwing a
-
Updated
Dec 22, 2021 - Python
-
Updated
Jun 14, 2021 - JavaScript
-
Updated
Mar 1, 2020 - Python
-
Updated
Dec 22, 2021
-
Updated
Dec 13, 2021 - Python
-
Updated
Dec 1, 2021 - Python
-
Updated
Jan 28, 2021 - Jupyter Notebook
-
Updated
Nov 29, 2021 - Vue
-
Updated
Dec 21, 2021 - Julia
Issue to track tutorial requests:
- Deep Learning with PyTorch: A 60 Minute Blitz - #69
- Sentence Classification - #79
-
Updated
Dec 6, 2021 - Python
-
Updated
Dec 19, 2021 - Python
-
Updated
Nov 16, 2019 - Python
What?
Currently, API manually throws its own messages and errors. We should move them to werkzeug exceptions.
Note sure if it could be interesting but:
When registering a table:
addr: 0.0.0.0:8084
tables:
- name: "example"
uri: "/data/"
option:
format: "parquet"
use_memory_table: false
add in options:
glob
pattern: "file_typev1*.parquet"
or regexp
pattern: "\wfile_type\wv1\w*.parquet"
It would allow selecting in uri's with different exte
-
Updated
Dec 16, 2021
-
Updated
Jun 12, 2021
-
Updated
Aug 25, 2021
Improve this page
Add a description, image, and links to the datasets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datasets topic, visit your repo's landing page and select "manage topics."
Motivated by huggingface/transformers#12789 in Transformers, one welcoming change would be replacing assertions with proper exceptions. The only type of assertions we should keep are those used as sanity checks.
Currently, there is a total of 87 files with the
assertstatements (located underdatasetsandsrc/datasets), so when working on this, to manage the PR s