Upload README.md with huggingface_hub
Browse files
    	
        README.md
    ADDED
    
    | @@ -0,0 +1,49 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            configs:
         | 
| 3 | 
            +
            - config_name: default
         | 
| 4 | 
            +
              data_files:
         | 
| 5 | 
            +
              - split: train
         | 
| 6 | 
            +
                path: data/train-*
         | 
| 7 | 
            +
              - split: validation
         | 
| 8 | 
            +
                path: data/validation-*
         | 
| 9 | 
            +
              - split: test
         | 
| 10 | 
            +
                path: data/test-*
         | 
| 11 | 
            +
            dataset_info:
         | 
| 12 | 
            +
              features:
         | 
| 13 | 
            +
              - name: label
         | 
| 14 | 
            +
                dtype:
         | 
| 15 | 
            +
                  class_label:
         | 
| 16 | 
            +
                    names:
         | 
| 17 | 
            +
                      '0': entailment
         | 
| 18 | 
            +
                      '1': neutral
         | 
| 19 | 
            +
                      '2': contradiction
         | 
| 20 | 
            +
              - name: id
         | 
| 21 | 
            +
                dtype: string
         | 
| 22 | 
            +
              - name: choices
         | 
| 23 | 
            +
                sequence: string
         | 
| 24 | 
            +
              - name: bob_label
         | 
| 25 | 
            +
                dtype: int64
         | 
| 26 | 
            +
              - name: difficulty
         | 
| 27 | 
            +
                dtype: float64
         | 
| 28 | 
            +
              - name: statement
         | 
| 29 | 
            +
                dtype: string
         | 
| 30 | 
            +
              - name: character
         | 
| 31 | 
            +
                dtype: string
         | 
| 32 | 
            +
              - name: alice_label
         | 
| 33 | 
            +
                dtype: int64
         | 
| 34 | 
            +
              splits:
         | 
| 35 | 
            +
              - name: train
         | 
| 36 | 
            +
                num_bytes: 23543568
         | 
| 37 | 
            +
                num_examples: 100000
         | 
| 38 | 
            +
              - name: validation
         | 
| 39 | 
            +
                num_bytes: 939606
         | 
| 40 | 
            +
                num_examples: 4000
         | 
| 41 | 
            +
              - name: test
         | 
| 42 | 
            +
                num_bytes: 946886
         | 
| 43 | 
            +
                num_examples: 4000
         | 
| 44 | 
            +
              download_size: 6736776
         | 
| 45 | 
            +
              dataset_size: 25430060
         | 
| 46 | 
            +
            ---
         | 
| 47 | 
            +
            # Dataset Card for "quirky_nli"
         | 
| 48 | 
            +
             | 
| 49 | 
            +
            [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
         | 
