ner-study/README.md

12 lines
241 B
Markdown
Raw Permalink 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
```
2022-02-14 08:35:57 +09:00
To prepare the data, you should execute the following commands:
2022-02-13 17:34:03 +09:00
```
python read_data.py
python preprocessing.py
```