wj-Mcat / mrc-bert

complete sequence labeling task with machine reading comphrehension and bert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bert + MRC + CRF

this is all you need for sequence-labeling task.

quick start

  • install
pip install -r requirements.txt
  • process the data

you should process input to the specific data format:

sentence \t type \t 

About

complete sequence labeling task with machine reading comphrehension and bert

License:Apache License 2.0


Languages

Language:Python 78.6%Language:Jupyter Notebook 17.5%Language:Shell 3.9%