ner-study/README.md

12 lines
234 B
Markdown
Raw Normal View History

2022-02-13 17:34:03 +09:00
# 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
```