RvanB commited on
Commit
72f1edd
1 Parent(s): e928541

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json CHANGED
@@ -1,5 +1,14 @@
1
  {
2
  "batch_size": 512,
 
 
 
 
 
 
 
 
 
3
  "lr": 0.006,
4
  "optimizer": "Adam",
5
  "weight_decay": 0.0
 
1
  {
2
  "batch_size": 512,
3
+ "features": [
4
+ "title_tokenset",
5
+ "title_agg",
6
+ "author",
7
+ "publisher",
8
+ "pub_date",
9
+ "pub_place",
10
+ "pagination"
11
+ ],
12
  "lr": 0.006,
13
  "optimizer": "Adam",
14
  "weight_decay": 0.0