File size: 761 Bytes
dc00531
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: org_index
    dtype: int64
  - name: data_source
    dtype: string
  - name: industry
    dtype: string
  - name: text
    dtype: string
  - name: labels
    sequence:
      sequence: string
  - name: label_codes
    dtype: string
  splits:
  - name: train
    num_bytes: 2599501.8469831664
    num_examples: 7930
  - name: validation
    num_bytes: 346490.977586533
    num_examples: 1057
  - name: test
    num_bytes: 520228.17543030076
    num_examples: 1587
  download_size: 1010316
  dataset_size: 3466221.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---