Add 'js' config data files
Browse files- README.md +43 -1
- js/test-00000-of-00001.parquet +3 -0
    	
        README.md
    CHANGED
    
    | @@ -10,7 +10,45 @@ language: | |
| 10 | 
             
            tags:
         | 
| 11 | 
             
            - code
         | 
| 12 | 
             
            dataset_info:
         | 
| 13 | 
            -
             | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 14 | 
             
              features:
         | 
| 15 | 
             
              - name: task_id
         | 
| 16 | 
             
                dtype: string
         | 
| @@ -49,6 +87,10 @@ dataset_info: | |
| 49 | 
             
              download_size: 191279
         | 
| 50 | 
             
              dataset_size: 423013
         | 
| 51 | 
             
            configs:
         | 
|  | |
|  | |
|  | |
|  | |
| 52 | 
             
            - config_name: python
         | 
| 53 | 
             
              data_files:
         | 
| 54 | 
             
              - split: test
         | 
|  | |
| 10 | 
             
            tags:
         | 
| 11 | 
             
            - code
         | 
| 12 | 
             
            dataset_info:
         | 
| 13 | 
            +
            - config_name: js
         | 
| 14 | 
            +
              features:
         | 
| 15 | 
            +
              - name: task_id
         | 
| 16 | 
            +
                dtype: string
         | 
| 17 | 
            +
              - name: prompt
         | 
| 18 | 
            +
                dtype: string
         | 
| 19 | 
            +
              - name: declaration
         | 
| 20 | 
            +
                dtype: string
         | 
| 21 | 
            +
              - name: canonical_solution
         | 
| 22 | 
            +
                dtype: string
         | 
| 23 | 
            +
              - name: buggy_solution
         | 
| 24 | 
            +
                dtype: string
         | 
| 25 | 
            +
              - name: bug_type
         | 
| 26 | 
            +
                dtype: string
         | 
| 27 | 
            +
              - name: failure_symptoms
         | 
| 28 | 
            +
                dtype: string
         | 
| 29 | 
            +
              - name: entry_point
         | 
| 30 | 
            +
                dtype: string
         | 
| 31 | 
            +
              - name: import
         | 
| 32 | 
            +
                dtype: string
         | 
| 33 | 
            +
              - name: test_setup
         | 
| 34 | 
            +
                dtype: string
         | 
| 35 | 
            +
              - name: test
         | 
| 36 | 
            +
                dtype: string
         | 
| 37 | 
            +
              - name: example_test
         | 
| 38 | 
            +
                dtype: string
         | 
| 39 | 
            +
              - name: signature
         | 
| 40 | 
            +
                dtype: string
         | 
| 41 | 
            +
              - name: docstring
         | 
| 42 | 
            +
                dtype: string
         | 
| 43 | 
            +
              - name: instruction
         | 
| 44 | 
            +
                dtype: string
         | 
| 45 | 
            +
              splits:
         | 
| 46 | 
            +
              - name: test
         | 
| 47 | 
            +
                num_bytes: 435189
         | 
| 48 | 
            +
                num_examples: 164
         | 
| 49 | 
            +
              download_size: 194044
         | 
| 50 | 
            +
              dataset_size: 435189
         | 
| 51 | 
            +
            - config_name: python
         | 
| 52 | 
             
              features:
         | 
| 53 | 
             
              - name: task_id
         | 
| 54 | 
             
                dtype: string
         | 
|  | |
| 87 | 
             
              download_size: 191279
         | 
| 88 | 
             
              dataset_size: 423013
         | 
| 89 | 
             
            configs:
         | 
| 90 | 
            +
            - config_name: js
         | 
| 91 | 
            +
              data_files:
         | 
| 92 | 
            +
              - split: test
         | 
| 93 | 
            +
                path: js/test-*
         | 
| 94 | 
             
            - config_name: python
         | 
| 95 | 
             
              data_files:
         | 
| 96 | 
             
              - split: test
         | 
    	
        js/test-00000-of-00001.parquet
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:52d6aada9ff62c22ba139aaa64431cca461fbca3cb0625521a988ffeef250855
         | 
| 3 | 
            +
            size 194044
         | 

