Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryu1kn/sandbox--ner
https://github.com/ryu1kn/sandbox--ner
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryu1kn/sandbox--ner
- Owner: ryu1kn
- Created: 2024-01-02T03:33:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-03T13:56:46.000Z (11 months ago)
- Last Synced: 2024-10-09T13:54:28.412Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)