Skip to content

Commit 0d92588

Browse files
committed
Work on solving issue #6832
0 parents  commit 0d92588

File tree

325 files changed

+89720
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

325 files changed

+89720
-0
lines changed

.dvc/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/config.local
2+
/tmp
3+
/cache

.dvc/config

Whitespace-only changes.

.dvc/plots/confusion.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
3+
"data": {
4+
"values": "<DVC_METRIC_DATA>"
5+
},
6+
"title": "<DVC_METRIC_TITLE>",
7+
"mark": "rect",
8+
"encoding": {
9+
"x": {
10+
"field": "<DVC_METRIC_X>",
11+
"type": "nominal",
12+
"sort": "ascending",
13+
"title": "<DVC_METRIC_X_LABEL>"
14+
},
15+
"y": {
16+
"field": "<DVC_METRIC_Y>",
17+
"type": "nominal",
18+
"sort": "ascending",
19+
"title": "<DVC_METRIC_Y_LABEL>"
20+
},
21+
"color": {
22+
"aggregate": "count",
23+
"type": "quantitative"
24+
},
25+
"facet": {
26+
"field": "rev",
27+
"type": "nominal"
28+
}
29+
}
30+
}

.dvc/plots/default.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
3+
"data": {
4+
"values": "<DVC_METRIC_DATA>"
5+
},
6+
"title": "<DVC_METRIC_TITLE>",
7+
"mark": {
8+
"type": "line"
9+
},
10+
"encoding": {
11+
"x": {
12+
"field": "<DVC_METRIC_X>",
13+
"type": "quantitative",
14+
"title": "<DVC_METRIC_X_LABEL>"
15+
},
16+
"y": {
17+
"field": "<DVC_METRIC_Y>",
18+
"type": "quantitative",
19+
"title": "<DVC_METRIC_Y_LABEL>",
20+
"scale": {
21+
"zero": false
22+
}
23+
},
24+
"color": {
25+
"field": "rev",
26+
"type": "nominal"
27+
}
28+
}
29+
}

.dvc/plots/scatter.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
3+
"data": {
4+
"values": "<DVC_METRIC_DATA>"
5+
},
6+
"title": "<DVC_METRIC_TITLE>",
7+
"mark": "point",
8+
"encoding": {
9+
"x": {
10+
"field": "<DVC_METRIC_X>",
11+
"type": "quantitative",
12+
"title": "<DVC_METRIC_X_LABEL>"
13+
},
14+
"y": {
15+
"field": "<DVC_METRIC_Y>",
16+
"type": "quantitative",
17+
"title": "<DVC_METRIC_Y_LABEL>",
18+
"scale": {
19+
"zero": false
20+
}
21+
},
22+
"color": {
23+
"field": "rev",
24+
"type": "nominal"
25+
}
26+
}
27+
}

.dvc/plots/smooth.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
3+
"data": {
4+
"values": "<DVC_METRIC_DATA>"
5+
},
6+
"title": "<DVC_METRIC_TITLE>",
7+
"mark": {
8+
"type": "line"
9+
},
10+
"encoding": {
11+
"x": {
12+
"field": "<DVC_METRIC_X>",
13+
"type": "quantitative",
14+
"title": "<DVC_METRIC_X_LABEL>"
15+
},
16+
"y": {
17+
"field": "<DVC_METRIC_Y>",
18+
"type": "quantitative",
19+
"title": "<DVC_METRIC_Y_LABEL>",
20+
"scale": {
21+
"zero": false
22+
}
23+
},
24+
"color": {
25+
"field": "rev",
26+
"type": "nominal"
27+
}
28+
},
29+
"transform": [
30+
{
31+
"loess": "<DVC_METRIC_Y>",
32+
"on": "<DVC_METRIC_X>",
33+
"groupby": [
34+
"rev"
35+
],
36+
"bandwidth": 0.3
37+
}
38+
]
39+
}

.dvcignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add patterns of files dvc should ignore, which could improve
2+
# the performance. Learn more at
3+
# https://dvc.org/doc/user-guide/dvcignore

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Bug report
2+
description: Create a report to help reproduce and fix the bug
3+
body:
4+
- type: textarea
5+
id: description
6+
attributes:
7+
label: Describe the bug
8+
description: A clear and concise description of what the bug is
9+
validations:
10+
required: true
11+
12+
- type: textarea
13+
id: reproduction
14+
attributes:
15+
label: Steps to reproduce the bug
16+
description: |
17+
Please provide a code sample that reproduces the problem you ran into. It can be a Colab link or just a code snippet.
18+
If you have code snippets, error messages, stack traces please provide them here as well.
19+
Important! Use code tags to correctly format your code. See https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting
20+
Do not use screenshots, as they are hard to read and (more importantly) don't allow others to copy-and-paste your code.
21+
placeholder: |
22+
Steps to reproduce the behavior:
23+
24+
1.
25+
2.
26+
3.
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: expected-behavior
32+
validations:
33+
required: true
34+
attributes:
35+
label: Expected behavior
36+
description: A clear and concise description of the expected results.
37+
38+
- type: textarea
39+
id: environment-info
40+
attributes:
41+
label: Environment info
42+
description: Please share your environemnt info with us. You can run the command `datasets-cli env` and copy-paste its output below.
43+
placeholder: datasets version, platform, python version, ...
44+
validations:
45+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
contact_links:
2+
- name: Datasets on the Hugging Face Hub
3+
url: https://huggingface.co/datasets
4+
about: Please use the "Community" tab of the dataset on the Hugging Face Hub to open a discussion or a pull request
5+
- name: Forum
6+
url: https://discuss.huggingface.co/c/datasets/10
7+
about: Please ask and answer questions here, and engage with other community members
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
labels: ["enhancement"]
4+
body:
5+
- type: textarea
6+
id: feature-request
7+
attributes:
8+
label: Feature request
9+
description: A clear and concise description of the feature proposal.
10+
validations:
11+
required: true
12+
13+
- type: textarea
14+
id: motivation
15+
validations:
16+
required: true
17+
attributes:
18+
label: Motivation
19+
description: |
20+
Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too.
21+
22+
- type: textarea
23+
id: contribution
24+
validations:
25+
required: true
26+
attributes:
27+
label: Your contribution
28+
description: |
29+
Is there any way that you could help, e.g. by submitting a PR? Make sure to read the CONTRIBUTING.MD [readme](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)