An open API service indexing awesome lists of open source software.

https://github.com/warjohn/nlp-ner

A simple NLP-NER project for named entity recognition using character-level labeling and transformer-based token classification.
https://github.com/warjohn/nlp-ner

deep-learning natural-language-processing ner nlp python

Last synced: about 1 month ago
JSON representation

A simple NLP-NER project for named entity recognition using character-level labeling and transformer-based token classification.

Awesome Lists containing this project

README

          

# NLP-NER

The task of the project: search for an entity in a sentence, in this case, a product article. The BERT model was taken as a basis for additional training. Symbolic vectorization was used. And a tokenizer pre-trained from the same model.

## Getting Started

1) Create python-env and activate

```bash
python3 -m venv venv
source venv/bin/activate
```

2) install dependences
```python
pip install -r req.txt
```

## Usage

- File -> ```final.ipynb``` This file describes the process of training the model
- File -> ```test.ipynb``` This file is about how to use the model in the future.
- Dir -> ```ner_model``` contains model's checkpoints

## License
This project is licensed under the [License Name] - see the [LICENSE](LICENSE) file for details.

## Contacts
- **Telegram**: [@Menar_qq](https://t.me/Menar_qq)
- **Gmail**: [johnvoronina@gmail.com](mailto:johnvoronina@gmail.com)