huggingface / huggingface/course
Cannot find the task type "ner" on HuggingFace.co/models page
Open
- Dominant language
- MDX
- Stars
- 4.2k
- Forks
- 1.4k
- Avg merge
- 13m
- Merged PRs (30d)
- 1
Description
I am in the
Transformer Models > Transformers, what they can do chapter and trying out the codes. All the pipelines are mentioned in the HuggingFace.co/models page as task but neither "ner" or "named entity recognition". The code is:
ner = pipeline("ner", grouped_entities=True)
How can I find it?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.