Upload README.md with huggingface_hub
Browse files
    	
        README.md
    CHANGED
    
    | @@ -468,6 +468,24 @@ dataset_info: | |
| 468 | 
             
                num_examples: 2199
         | 
| 469 | 
             
              download_size: 70862028
         | 
| 470 | 
             
              dataset_size: 73213942.0
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 471 | 
             
            - config_name: textvqa
         | 
| 472 | 
             
              features:
         | 
| 473 | 
             
              - name: images
         | 
| @@ -699,6 +717,10 @@ configs: | |
| 699 | 
             
              data_files:
         | 
| 700 | 
             
              - split: train
         | 
| 701 | 
             
                path: tat_qa/train-*
         | 
|  | |
|  | |
|  | |
|  | |
| 702 | 
             
            - config_name: textvqa
         | 
| 703 | 
             
              data_files:
         | 
| 704 | 
             
              - split: train
         | 
|  | |
| 468 | 
             
                num_examples: 2199
         | 
| 469 | 
             
              download_size: 70862028
         | 
| 470 | 
             
              dataset_size: 73213942.0
         | 
| 471 | 
            +
            - config_name: textcaps
         | 
| 472 | 
            +
              features:
         | 
| 473 | 
            +
              - name: images
         | 
| 474 | 
            +
                sequence: image
         | 
| 475 | 
            +
              - name: texts
         | 
| 476 | 
            +
                list:
         | 
| 477 | 
            +
                - name: user
         | 
| 478 | 
            +
                  dtype: string
         | 
| 479 | 
            +
                - name: assistant
         | 
| 480 | 
            +
                  dtype: string
         | 
| 481 | 
            +
                - name: source
         | 
| 482 | 
            +
                  dtype: string
         | 
| 483 | 
            +
              splits:
         | 
| 484 | 
            +
              - name: train
         | 
| 485 | 
            +
                num_bytes: 5938676115.0
         | 
| 486 | 
            +
                num_examples: 21953
         | 
| 487 | 
            +
              download_size: 6175419911
         | 
| 488 | 
            +
              dataset_size: 5938676115.0
         | 
| 489 | 
             
            - config_name: textvqa
         | 
| 490 | 
             
              features:
         | 
| 491 | 
             
              - name: images
         | 
|  | |
| 717 | 
             
              data_files:
         | 
| 718 | 
             
              - split: train
         | 
| 719 | 
             
                path: tat_qa/train-*
         | 
| 720 | 
            +
            - config_name: textcaps
         | 
| 721 | 
            +
              data_files:
         | 
| 722 | 
            +
              - split: train
         | 
| 723 | 
            +
                path: textcaps/train-*
         | 
| 724 | 
             
            - config_name: textvqa
         | 
| 725 | 
             
              data_files:
         | 
| 726 | 
             
              - split: train
         | 

