Skip to content

Commit

Permalink
no oracle in training (data)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenz Furrer committed Jun 4, 2018
1 parent b0076e5 commit 05d7532
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions config
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[DEFAULT]
timestamp = 20180601-102544
timestamp = 20180604-075120
rootpath = /mnt/storage/karr/users/furrer/prlnk
workers = 10

[general]
dataset = ncbi-disease
training_subset = train
prediction_subset = dev
vectorizer_cache = True

[logging]
Expand All @@ -15,6 +17,7 @@ prediction_fn = runs/predictions/${timestamp}.tsv

[candidates]
generator = SGramFixedSet(10, [(2, 1), (3, 1)])
oracle = none
workers = 28

[rank]
Expand All @@ -27,7 +30,7 @@ filter_width = 3
activation = tanh
optimizer = adadelta
loss = binary_crossentropy
epochs = 30
epochs = 10
batch_size = 32
min_score = 0.0

Expand Down
6 changes: 3 additions & 3 deletions results
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
accuracy 0.6975857687420585
correct 549
accuracy 0.7026683608640406
correct 553
total 787
unreachable 182
nocandidates 0
ambiguous 2
ambiguous 6
compound 10

0 comments on commit 05d7532

Please sign in to comment.