File size: 1,021 Bytes
8145f89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9b0be65
 
 
7525e62
 
 
 
 
8145f89
 
 
 
 
9b0be65
 
7525e62
 
8145f89
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
44
45
46
47
48
49
50
51
52
---
dataset_info:
  features:
  - name: CONVOKIT_ID
    dtype: string
  - name: UTT_LIST
    dtype: string
  - name: UTT_TEXT
    dtype: string
  - name: CONTENT_LENGTH
    dtype: int64
  - name: TOKEN_LENGTH
    dtype: int64
  - name: DHT_TERM
    dtype: string
  - name: DHT_TERM_SINGULAR
    dtype: string
  - name: DHT_TERM_CATEGORY
    dtype: string
  - name: DEHUMANIZING
    dtype: bool
  - name: DEHUMANIZING_TARGET_CATEGORY
    dtype: string
  - name: ABV
    dtype: string
  - name: DEHUMANIZING_TARGET_CATEGORY_ARR
    sequence: string
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 10271983
    num_examples: 8551
  - name: validation
    num_bytes: 1280260
    num_examples: 1069
  - name: test
    num_bytes: 1285179
    num_examples: 1069
  download_size: 8315048
  dataset_size: 12837422
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---