Datasets:
Tasks:
Text Generation
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
Commit
·
14abcc3
1
Parent(s):
98b3c22
Minor fixe
Browse files- CHANGELOG.md +1 -0
- CONTRIBUTING.md +4 -1
CHANGELOG.md
CHANGED
@@ -21,3 +21,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|
21 |
|
22 |
- Sorted main table in readme
|
23 |
- Added Changelog
|
|
|
|
21 |
|
22 |
- Sorted main table in readme
|
23 |
- Added Changelog
|
24 |
+
- Minor changs to
|
CONTRIBUTING.md
CHANGED
@@ -60,11 +60,14 @@ Creating a PR on Huggingface is a bit different from creating one on Github.
|
|
60 |
git fetch origin refs/pr/{PR NUMBER}:pr/{PR NUMBER}
|
61 |
git checkout pr/{PR NUMBER}
|
62 |
# make your changes here
|
|
|
63 |
# push to hub
|
|
|
|
|
64 |
git push origin pr/{PR NUMBER}:refs/pr/{PR NUMBER}
|
65 |
```
|
66 |
|
67 |
-
Before you make the PR do be sure to make sure that you have completed the following checklist.
|
68 |
|
69 |
### Checklist
|
70 |
|
|
|
60 |
git fetch origin refs/pr/{PR NUMBER}:pr/{PR NUMBER}
|
61 |
git checkout pr/{PR NUMBER}
|
62 |
# make your changes here
|
63 |
+
|
64 |
# push to hub
|
65 |
+
# you might need to first login:
|
66 |
+
# huggingface-cli login
|
67 |
git push origin pr/{PR NUMBER}:refs/pr/{PR NUMBER}
|
68 |
```
|
69 |
|
70 |
+
Before you make the PR do be sure to make sure that you have completed the following checklist.
|
71 |
|
72 |
### Checklist
|
73 |
|