File size: 1,131 Bytes
b6c74b0
 
6a9cbd2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b6c74b0
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
53
54
55
56
57
58
59
---

license: apache-2.0
dataset_info:
  features:
  - name: id
    dtype: string
  - name: text
    dtype: string
  - name: language
    dtype: string
  - name: source
    dtype: string
  - name: timestamp
    dtype: timestamp[ns, tz=UTC]
  - name: license
    dtype: string
  - name: metadata
    struct:
    - name: author
      dtype: string
    - name: categories
      sequence: string
    - name: keywords
      sequence: string
    - name: publication_date
      dtype: string
    - name: title
      dtype: string
    - name: url
      dtype: string
  - name: content_type
    dtype: string
  - name: quality_score
    dtype: float64
  - name: annotations
    list:
    - name: confidence
      dtype: float64
    - name: type
      dtype: string
    - name: value
      dtype: string
  - name: tokens
    sequence: string
  - name: embedding
    sequence: float64
  splits:
  - name: train
    num_bytes: 3491
    num_examples: 1
  download_size: 14190
  dataset_size: 3491
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---