Go to file
monoid 2877525eee test(dataset): change assertEquals to assertEqual 2022-02-18 17:28:31 +09:00
[Ko, En] NER, POStag data init 2022-02-14 08:28:54 +09:00
.gitignore init 2022-02-14 08:28:54 +09:00
Batch.ipynb init 2022-02-14 08:28:54 +09:00
LICENSE init 2022-02-14 08:28:54 +09:00
Processing.ipynb init 2022-02-14 08:28:54 +09:00
README.md docs: fix typo README.md 2022-02-14 08:35:57 +09:00
Training.ipynb init 2022-02-14 08:28:54 +09:00
count_o.py init 2022-02-14 08:28:54 +09:00
cuda_test.py init 2022-02-14 08:28:54 +09:00
dataset.py init 2022-02-14 08:28:54 +09:00
dataset.test.py test(dataset): change assertEquals to assertEqual 2022-02-18 17:28:31 +09:00
env.yaml init 2022-02-14 08:28:54 +09:00
preprocessing.py init 2022-02-14 08:28:54 +09:00
read_data.py refactor: remove useless if 2022-02-14 22:23:35 +09:00

README.md

Ner Task Study(Multilingual Bert finetuning)

If you want to create the conda env,

conda env create -f env.yaml

To prepare the data, you should execute the following commands:

python read_data.py
python preprocessing.py