anhtunguyen98 / NER-biaffine

Pytorch implementation of Analyzing Vietnamese Legal Question using Deep Neural Network with Biaffine classifiers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch implementation of Analyzing Vietnamese Legal Question using Deep Neural Network with Biaffine classifiers

Model Architecture

Dependencies

  • python>=3.6
  • torch>=1.7.1
  • transformers==3.3.1

Public dataset

  • NER COVID 19

Training & Evaluation

git clone https://github.com/anhtunguyen98/NER-biaffine.git
cd NER-biaffine
pip install -r requirements.txt
bash train.sh

Prediction

Updates

References

About

Pytorch implementation of Analyzing Vietnamese Legal Question using Deep Neural Network with Biaffine classifiers

License:Apache License 2.0


Languages

Language:Python 95.8%Language:Shell 4.2%