lstm
This commit is contained in:
parent
854100091e
commit
8cba0f6c96
21036
dev-0/out.tsv
21036
dev-0/out.tsv
File diff suppressed because it is too large
Load Diff
@ -103,8 +103,8 @@
|
||||
"\n",
|
||||
" for line in f:\n",
|
||||
" separated = line.split('\\t')\n",
|
||||
" before = clean(separated[6]).split()[-1]\n",
|
||||
" new_line = predict(before, model, vocab)\n",
|
||||
" head = clean(separated[6]).split()[-1]\n",
|
||||
" new_line = predict(head, model, vocab)\n",
|
||||
" fid.write(new_line + '\\n')"
|
||||
],
|
||||
"metadata": {
|
||||
|
14828
test-A/out.tsv
14828
test-A/out.tsv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user