File size: 788 Bytes
c1c31d3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
05b8ac5
 
 
 
 
 
 
c1c31d3
 
05b8ac5
c1c31d3
05b8ac5
 
c1c31d3
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: id
    dtype: string
  - name: text
    dtype: string
  - name: topic
    dtype: string
  - name: field
    dtype: string
  - name: subfield
    dtype: string
  - name: domain
    dtype: string
  - name: abstract
    dtype: string
  - name: lang
    dtype: string
  - name: sentences
    list: string
  - name: embeddings
    list:
      list: float32
  - name: sem_embeddings
    list:
      list: float32
  - name: matches
    list:
      list:
      - name: m
        dtype: string
      - name: s
        dtype: string
  splits:
  - name: train
    num_bytes: 40588484561
    num_examples: 779932
  download_size: 39735445995
  dataset_size: 40588484561
---