Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
KennethEnevoldsen
commited on
Commit
•
44fce3a
1
Parent(s):
8deb0bd
Added faq
Browse files- CONTRIBUTING.md +16 -4
CONTRIBUTING.md
CHANGED
@@ -54,13 +54,25 @@ Before you make the PR do be sure to make sure that you have completed the follo
|
|
54 |
### Checklist
|
55 |
|
56 |
- [ ] I have run the test suite using `make test` and all tests pass
|
57 |
-
- [ ] I have
|
58 |
-
- [ ]
|
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)
|
65 |
- [Adding a new dataset](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/discussions/15)
|
66 |
-
- Updated [dataset description and metadata](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/discussions/20)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
### Checklist
|
55 |
|
56 |
- [ ] I have run the test suite using `make test` and all tests pass
|
57 |
+
- [ ] I have added/changed a dataset and have
|
58 |
+
- [ ] I have updated descriptive statistics using `make update-descriptive-statistics`
|
59 |
+
- [ ] I have bumped the version use `make bump-version`
|
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)
|
65 |
- [Adding a new dataset](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/discussions/15)
|
66 |
+
- Updated [dataset description and metadata](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/discussions/20)
|
67 |
+
|
68 |
+
## Frequently asked questions
|
69 |
+
|
70 |
+
### Do you accept synthetic dataets
|
71 |
+
|
72 |
+
Yes we do generally accept synthetic datasets since it will likely be a promising research direction for low- to mid-resource languages.
|
73 |
+
However, you should be aware that synthetic dataset will probably require a more detailed examination and description.
|
74 |
+
We will for instance examine the quality of the synthetic subset and whether the model used for the creation permits resharing of the synthetic data under permissible licenses.
|
75 |
+
|
76 |
+
### Do you accept non-Danish data
|
77 |
+
|
78 |
+
Generally this repository is intended for Danish text, however quite broadly defined. For instance, we do accept data containing [code-switching](https://www.google.com/search?client=safari&rls=en&q=code+switching&ie=UTF-8&oe=UTF-8) and historical Danish text.
|