Go to file
monoid d2256b0ee9 feat: use minibatch 2022-02-18 17:32:13 +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 feat: use minibatch 2022-02-18 17:32:13 +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
groupby_index.py feat: add groupby_index 2022-02-18 17:29:46 +09:00
groupby_index.test.py feat: add groupby_index 2022-02-18 17:29:46 +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