Upload dataset
Browse files
    	
        README.md
    CHANGED
    
    | @@ -250,6 +250,56 @@ dataset_info: | |
| 250 | 
             
                num_examples: 10
         | 
| 251 | 
             
              download_size: 40283351
         | 
| 252 | 
             
              dataset_size: 66949329
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 253 | 
             
            configs:
         | 
| 254 | 
             
            - config_name: split_0
         | 
| 255 | 
             
              data_files:
         | 
| @@ -291,4 +341,12 @@ configs: | |
| 291 | 
             
                path: split_4/validation-*
         | 
| 292 | 
             
              - split: test
         | 
| 293 | 
             
                path: split_4/test-*
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 294 | 
             
            ---
         | 
|  | |
| 250 | 
             
                num_examples: 10
         | 
| 251 | 
             
              download_size: 40283351
         | 
| 252 | 
             
              dataset_size: 66949329
         | 
| 253 | 
            +
            - config_name: split_5
         | 
| 254 | 
            +
              features:
         | 
| 255 | 
            +
              - name: sentences
         | 
| 256 | 
            +
                list:
         | 
| 257 | 
            +
                - name: id
         | 
| 258 | 
            +
                  dtype: int64
         | 
| 259 | 
            +
                - name: speaker
         | 
| 260 | 
            +
                  dtype: 'null'
         | 
| 261 | 
            +
                - name: text
         | 
| 262 | 
            +
                  dtype: string
         | 
| 263 | 
            +
                - name: tokens
         | 
| 264 | 
            +
                  list:
         | 
| 265 | 
            +
                  - name: id
         | 
| 266 | 
            +
                    dtype: int64
         | 
| 267 | 
            +
                  - name: text
         | 
| 268 | 
            +
                    dtype: string
         | 
| 269 | 
            +
              - name: coref_chains
         | 
| 270 | 
            +
                sequence:
         | 
| 271 | 
            +
                  sequence:
         | 
| 272 | 
            +
                    sequence: int64
         | 
| 273 | 
            +
              - name: id
         | 
| 274 | 
            +
                dtype: string
         | 
| 275 | 
            +
              - name: text
         | 
| 276 | 
            +
                dtype: string
         | 
| 277 | 
            +
              - name: genre
         | 
| 278 | 
            +
                dtype: string
         | 
| 279 | 
            +
              - name: meta_data
         | 
| 280 | 
            +
                struct:
         | 
| 281 | 
            +
                - name: author
         | 
| 282 | 
            +
                  dtype: string
         | 
| 283 | 
            +
                - name: comment
         | 
| 284 | 
            +
                  dtype: string
         | 
| 285 | 
            +
                - name: date
         | 
| 286 | 
            +
                  dtype: string
         | 
| 287 | 
            +
                - name: gutenberg_id
         | 
| 288 | 
            +
                  dtype: string
         | 
| 289 | 
            +
                - name: title
         | 
| 290 | 
            +
                  dtype: string
         | 
| 291 | 
            +
              splits:
         | 
| 292 | 
            +
              - name: train
         | 
| 293 | 
            +
                num_bytes: 53798360
         | 
| 294 | 
            +
                num_examples: 80
         | 
| 295 | 
            +
              - name: validation
         | 
| 296 | 
            +
                num_bytes: 5945610
         | 
| 297 | 
            +
                num_examples: 10
         | 
| 298 | 
            +
              - name: test
         | 
| 299 | 
            +
                num_bytes: 7205359
         | 
| 300 | 
            +
                num_examples: 10
         | 
| 301 | 
            +
              download_size: 40284365
         | 
| 302 | 
            +
              dataset_size: 66949329
         | 
| 303 | 
             
            configs:
         | 
| 304 | 
             
            - config_name: split_0
         | 
| 305 | 
             
              data_files:
         | 
|  | |
| 341 | 
             
                path: split_4/validation-*
         | 
| 342 | 
             
              - split: test
         | 
| 343 | 
             
                path: split_4/test-*
         | 
| 344 | 
            +
            - config_name: split_5
         | 
| 345 | 
            +
              data_files:
         | 
| 346 | 
            +
              - split: train
         | 
| 347 | 
            +
                path: split_5/train-*
         | 
| 348 | 
            +
              - split: validation
         | 
| 349 | 
            +
                path: split_5/validation-*
         | 
| 350 | 
            +
              - split: test
         | 
| 351 | 
            +
                path: split_5/test-*
         | 
| 352 | 
             
            ---
         | 
    	
        split_5/test-00000-of-00001.parquet
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:584fd8e5ebd458db52c63f24d6e3c06a9f8902621498bb83617191754ec2c7f8
         | 
| 3 | 
            +
            size 4341963
         | 
    	
        split_5/train-00000-of-00001.parquet
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:68262d76320af9660fa2ecb55fa1a3e5ad2e302d56023ac334aff66b12dfc6ef
         | 
| 3 | 
            +
            size 32337434
         | 
    	
        split_5/validation-00000-of-00001.parquet
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:2576e847e91fa8f639d127e4b5c33044efadf7f73a97578670699a77c2a8756d
         | 
| 3 | 
            +
            size 3604968
         | 

