File size: 866 Bytes
49e74c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
dataset_info:
  features:
  - name: label
    dtype:
      class_label:
        names:
          '0': Company
          '1': EducationalInstitution
          '2': Artist
          '3': Athlete
          '4': OfficeHolder
          '5': MeanOfTransportation
          '6': Building
          '7': NaturalPlace
          '8': Village
          '9': Animal
          '10': Plant
          '11': Album
          '12': Film
          '13': WrittenWork
  - name: title
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 178372573.70055357
    num_examples: 559823
  - name: test
    num_bytes: 22301042.167642858
    num_examples: 69971
  download_size: 118872676
  dataset_size: 200673615.86819643
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---