Remove config names as yaml keys (#4367)
Browse files* validate YAML part
* fix bad YAML keys
* don't have config names as yaml keys
* style
* Remove hacking license tags when mirroring datasets on the Hub
* fix test
* fix style
* more fixes
* remove dots in QA column mapping keys
Commit from https://github.com/huggingface/datasets/commit/3f3013441e4af9bf4efa752b5e6e184a588b7a80
README.md
CHANGED
|
@@ -10,20 +10,9 @@ licenses:
|
|
| 10 |
multilinguality:
|
| 11 |
- multilingual
|
| 12 |
size_categories:
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
- 100K<n<1M
|
| 17 |
-
java:
|
| 18 |
-
- 100K<n<1M
|
| 19 |
-
javascript:
|
| 20 |
-
- 100K<n<1M
|
| 21 |
-
php:
|
| 22 |
-
- 100K<n<1M
|
| 23 |
-
python:
|
| 24 |
-
- 100K<n<1M
|
| 25 |
-
ruby:
|
| 26 |
-
- 10K<n<100K
|
| 27 |
source_datasets:
|
| 28 |
- original
|
| 29 |
task_categories:
|
|
@@ -34,6 +23,14 @@ task_ids:
|
|
| 34 |
- masked-language-modeling
|
| 35 |
paperswithcode_id: codesearchnet
|
| 36 |
pretty_name: CodeSearchNet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
---
|
| 38 |
|
| 39 |
# Dataset Card for CodeSearchNet corpus
|
|
|
|
| 10 |
multilinguality:
|
| 11 |
- multilingual
|
| 12 |
size_categories:
|
| 13 |
+
- 100K<n<1M
|
| 14 |
+
- 10K<n<100K
|
| 15 |
+
- 1M<n<10M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
source_datasets:
|
| 17 |
- original
|
| 18 |
task_categories:
|
|
|
|
| 23 |
- masked-language-modeling
|
| 24 |
paperswithcode_id: codesearchnet
|
| 25 |
pretty_name: CodeSearchNet
|
| 26 |
+
configs:
|
| 27 |
+
- all
|
| 28 |
+
- go
|
| 29 |
+
- java
|
| 30 |
+
- javascript
|
| 31 |
+
- php
|
| 32 |
+
- python
|
| 33 |
+
- ruby
|
| 34 |
---
|
| 35 |
|
| 36 |
# Dataset Card for CodeSearchNet corpus
|