No description
| [Ko, En] NER, POStag data | ||
| .gitignore | ||
| Batch.ipynb | ||
| count_o.py | ||
| cuda_test.py | ||
| dataset.py | ||
| dataset.test.py | ||
| env.yaml | ||
| LICENSE | ||
| preprocessing.py | ||
| Processing.ipynb | ||
| read_data.py | ||
| README.md | ||
| Training.ipynb | ||
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 execute the following commands:
python read_data.py
python preprocessing.py