Add POS tagging and Phrase chunking token classification examples (#6457)

* Add more token classification examples

* POS tagging example

* Phrase chunking example

* PR review fixes

* Add conllu to third party list (used in token classification examples)
This commit is contained in:
vblagoje
2020-08-13 12:09:51 -04:00
committed by GitHub
parent f51161e230
commit eda07efaa5
10 changed files with 473 additions and 204 deletions

View File

@@ -5,6 +5,7 @@ include_trailing_comma = True
known_first_party = transformers
known_third_party =
absl
conllu
elasticsearch
fairseq
faiss