File size: 625 Bytes
808e6bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: title
    dtype: string
  - name: date
    dtype: string
  - name: eurovoc_concepts
    sequence: string
  - name: url
    dtype: string
  - name: lang
    dtype: string
  - name: formats
    sequence: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 8036083424.887812
    num_examples: 437515
  - name: test
    num_bytes: 2009025448.112188
    num_examples: 109379
  download_size: 4322379807
  dataset_size: 10045108873.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---