davidaulloa commited on
Commit
e8dc39d
·
verified ·
1 Parent(s): 996c383

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: file_id
5
+ dtype: string
6
+ - name: title
7
+ dtype: string
8
+ - name: authors
9
+ list: string
10
+ - name: publication_date
11
+ dtype: string
12
+ - name: publisher
13
+ dtype: string
14
+ - name: publication_place
15
+ dtype: string
16
+ - name: language
17
+ dtype: string
18
+ - name: keywords
19
+ list: string
20
+ - name: text
21
+ dtype: string
22
+ configs:
23
+ - config_name: default
24
+ data_files:
25
+ - split: train
26
+ path: evans.jsonl
27
+ ---