baberabb commited on
Commit
297dd08
1 Parent(s): f740492

update readme

Browse files
Files changed (1) hide show
  1. README.md +32 -12
README.md CHANGED
@@ -1,16 +1,36 @@
1
  ---
2
  configs:
3
- - config_name: maybe_renewed
4
- data_files: "FINAL_prob_poss_renewed.parquet"
5
- - config_name: not_renewed
6
- data_files: "FINAL_not_renewed.parquet"
7
- - config_name: previously_pub
8
- data_files: "FINAL_previously_published.parquet"
9
- - config_name: renewed
10
- data_files: "FINAL_renewed.parquet"
11
- - config_name: too_early
12
- data_files: "FINAL_too_early.parquet"
13
- - config_name: too_early
14
- data_files: "FINAL_too_late.parquet"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  license: cc0-1.0
16
  ---
 
1
  ---
2
  configs:
3
+ - config_name: not_renewed
4
+ data_files: "FINAL-not-renewed.csv"
5
+
6
+ - config_name: probably_not_renewed
7
+ data_files: "FINAL-probably-not-renewed.csv"
8
+
9
+ - config_name: previously_published
10
+ data_files: "FINAL-previously-published.csv"
11
+
12
+ - config_name: probably_renewed
13
+ data_files: "FINAL-probably-renewed.csv"
14
+
15
+ - config_name: possibly_renewed
16
+ data_files: "FINAL-possibly-renewed.csv"
17
+
18
+ - config_name: too_early
19
+ data_files: "FINAL-too-early.csv"
20
+
21
+ - config_name: too_late
22
+ data_files: "FINAL-too-late.csv"
23
+
24
+ - config_name: not_books_proper
25
+ data_files: "FINAL-not-books-proper.csv"
26
+
27
+ - config_name: foreign
28
+ data_files: "FINAL-foreign.csv"
29
+
30
+ - config_name: renewed
31
+ data_files: "FINAL-renewed.csv"
32
+
33
+ - config_name: error
34
+ data_files: "FINAL-error.csv"
35
  license: cc0-1.0
36
  ---