File size: 745 Bytes
3176199
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Topic
    dtype: string
  - name: Language
    dtype: string
  - name: Country
    dtype: string
  - name: Statement
    dtype: string
  - name: Statement - translated
    dtype: string
  - name: Data Source
    dtype: string
  - name: Data Producer Organization
    dtype: string
  - name: Organization Type
    dtype: string
  - name: Link
    dtype: string
  - name: Consensus Annotation
    sequence: string
  - name: Annotations
    sequence:
      sequence: string
  splits:
  - name: test
    num_bytes: 541593
    num_examples: 700
  download_size: 161486
  dataset_size: 541593
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---