Commit 
							
							·
						
						3e55fcf
	
1
								Parent(s):
							
							8440fc0
								
Reorder split names
Browse filesReorder split names in the YAML metadata to be aligned with the order in the loading script.
See: https://github.com/huggingface/datasets/issues/5258
    	
        README.md
    CHANGED
    
    | 
         @@ -38,15 +38,15 @@ dataset_info: 
     | 
|
| 38 | 
         
             
                - name: text
         
     | 
| 39 | 
         
             
                  dtype: string
         
     | 
| 40 | 
         
             
              splits:
         
     | 
| 41 | 
         
            -
              - name: test
         
     | 
| 42 | 
         
            -
                num_bytes: 2657644
         
     | 
| 43 | 
         
            -
                num_examples: 5097
         
     | 
| 44 | 
         
             
              - name: train
         
     | 
| 45 | 
         
             
                num_bytes: 12966443
         
     | 
| 46 | 
         
             
                num_examples: 30526
         
     | 
| 47 | 
         
             
              - name: validation
         
     | 
| 48 | 
         
             
                num_bytes: 1458106
         
     | 
| 49 | 
         
             
                num_examples: 2768
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 50 | 
         
             
              download_size: 29939366
         
     | 
| 51 | 
         
             
              dataset_size: 17082193
         
     | 
| 52 | 
         
             
            ---
         
     | 
| 
         | 
|
| 38 | 
         
             
                - name: text
         
     | 
| 39 | 
         
             
                  dtype: string
         
     | 
| 40 | 
         
             
              splits:
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 41 | 
         
             
              - name: train
         
     | 
| 42 | 
         
             
                num_bytes: 12966443
         
     | 
| 43 | 
         
             
                num_examples: 30526
         
     | 
| 44 | 
         
             
              - name: validation
         
     | 
| 45 | 
         
             
                num_bytes: 1458106
         
     | 
| 46 | 
         
             
                num_examples: 2768
         
     | 
| 47 | 
         
            +
              - name: test
         
     | 
| 48 | 
         
            +
                num_bytes: 2657644
         
     | 
| 49 | 
         
            +
                num_examples: 5097
         
     | 
| 50 | 
         
             
              download_size: 29939366
         
     | 
| 51 | 
         
             
              dataset_size: 17082193
         
     | 
| 52 | 
         
             
            ---
         
     |