File size: 549 Bytes
7ecd049
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  config_name: morph
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': pos
          '1': neg
          '2': off-topic
  splits:
  - name: train
    num_bytes: 1605715.3076998338
    num_examples: 7268
  - name: test
    num_bytes: 247568.09354207438
    num_examples: 1107
  download_size: 961321
  dataset_size: 1853283.401241908
configs:
- config_name: morph
  data_files:
  - split: train
    path: morph/train-*
  - split: test
    path: morph/test-*
---