Skip to content

Commit

Permalink
fix(nlu): faster faster faster
Browse files Browse the repository at this point in the history
  • Loading branch information
EFF committed Jan 29, 2019
1 parent 4d62b01 commit 453355b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/nlu/src/backend/pipelines/slots/crf_extractor.ts
Expand Up @@ -230,8 +230,10 @@ export default class CRFExtractor implements SlotExtractor {
wordNgrams: 3,
maxn: 6,
minn: 2,
epoch: 50
epoch: 50,
loss: 'hs'
})

this._ft = ft
}

Expand Down

0 comments on commit 453355b

Please sign in to comment.