Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
KennethEnevoldsen
commited on
Updated contribution guideline
Browse files- CONTRIBUTING.md +9 -1
- pyproject.toml +1 -1
CONTRIBUTING.md
CHANGED
@@ -49,8 +49,16 @@ git checkout pr/{PR NUMBER}
|
|
49 |
git push origin pr/{PR NUMBER}:refs/pr/{PR NUMBER}
|
50 |
```
|
51 |
|
52 |
-
Before you make the PR do be sure to make sure that
|
53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
To see example PR you can see the following:
|
55 |
|
56 |
- [Restructuring columns in the dataset](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/discussions/11)
|
|
|
49 |
git push origin pr/{PR NUMBER}:refs/pr/{PR NUMBER}
|
50 |
```
|
51 |
|
52 |
+
Before you make the PR do be sure to make sure that you have completed the following checklist.
|
53 |
|
54 |
+
### Checklist
|
55 |
+
|
56 |
+
- [ ] I have run the test suite using `make test` and all tests pass
|
57 |
+
- [ ] I have updated descriptive statistics using `make update-descriptive-statistics`
|
58 |
+
- [ ] If I added or changed a dataset I have bumped the version use `make bump-version`
|
59 |
+
|
60 |
+
|
61 |
+
### Examples of Previous PRs
|
62 |
To see example PR you can see the following:
|
63 |
|
64 |
- [Restructuring columns in the dataset](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/discussions/11)
|
pyproject.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[project]
|
2 |
name = "danish-dynaword"
|
3 |
-
version = "1.0.
|
4 |
description = "project code for the danish dynaword project"
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.12,<3.13"
|
|
|
1 |
[project]
|
2 |
name = "danish-dynaword"
|
3 |
+
version = "1.0.5"
|
4 |
description = "project code for the danish dynaword project"
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.12,<3.13"
|