lhoestq HF staff commited on
Commit
db51217
1 Parent(s): 2bd175d

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

Files changed (1) hide show
  1. README.md +9 -12
README.md CHANGED
@@ -11,18 +11,8 @@ licenses:
11
  multilinguality:
12
  - other-programming-languages
13
  size_categories:
14
- go:
15
- - 100K<n<1M
16
- java:
17
- - 100K<n<1M
18
- javascript:
19
- - 10K<n<100K
20
- php:
21
- - 100K<n<1M
22
- python:
23
- - 100K<n<1M
24
- ruby:
25
- - 10K<n<100K
26
  source_datasets:
27
  - original
28
  task_categories:
@@ -30,6 +20,13 @@ task_categories:
30
  task_ids:
31
  - translation-other-code-to-text
32
  pretty_name: CodeXGlueCtCodeToText
 
 
 
 
 
 
 
33
  ---
34
  # Dataset Card for "code_x_glue_ct_code_to_text"
35
 
 
11
  multilinguality:
12
  - other-programming-languages
13
  size_categories:
14
+ - 100K<n<1M
15
+ - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
16
  source_datasets:
17
  - original
18
  task_categories:
 
20
  task_ids:
21
  - translation-other-code-to-text
22
  pretty_name: CodeXGlueCtCodeToText
23
+ configs:
24
+ - go
25
+ - java
26
+ - javascript
27
+ - php
28
+ - python
29
+ - ruby
30
  ---
31
  # Dataset Card for "code_x_glue_ct_code_to_text"
32