File size: 506 Bytes
e8dc39d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
    - name: file_id
      dtype: string
    - name: title
      dtype: string
    - name: authors
      list: string
    - name: publication_date
      dtype: string
    - name: publisher
      dtype: string
    - name: publication_place
      dtype: string
    - name: language
      dtype: string
    - name: keywords
      list: string
    - name: text
      dtype: string
configs:
  - config_name: default
    data_files:
      - split: train
        path: evans.jsonl
---