Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryu1kn/sandbox--ner


https://github.com/ryu1kn/sandbox--ner

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Sandbox: Named Entity Recognition

## Usage

```sh
pyenv local
pyenv exec pip install -Uq pip poetry
poetry install
```

## References

* [Token classification - Hugging Face](https://huggingface.co/learn/nlp-course/chapter7/2)