-
Notifications
You must be signed in to change notification settings - Fork 31.3k
Enhance NER example in pipeline tutorial #42174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance NER example in pipeline tutorial #42174
Conversation
Updated the example to use a generator for batch processing of prompts.
…indi) Added an example for multilingual text generation using the text-generation pipeline and the accelerate library.
…indi) Added multilingual text-generation example (English, Hindi, Telugu)
Added a section comparing inference speed on CPU vs GPU using Hugging Face pipeline and Accelerator.
Add CPU vs GPU performance comparison example
docs: added multi-input,device-aware text-generation example
Add multilingual text generation example to tutorial(English,Telugu,Hindi)
This example demonstrates batch inference with custom post-processing for text generation using the transformers library.
Add advanced text-generation example with post-processing
Rename advanced_examples to advanced_examples.md
Added a detailed explanation of Named Entity Recognition (NER) and provided a code example using the Hugging Face transformers pipeline.
|
Hi 👋, just checking in! Could someone please approve the build_pr_documentation workflow when possible? |
|
Hi @huggingface-maintainers 👋 |
|
Hi 👋, just checking in! Could someone please approve the build_pr_documentation workflow when possible? |
Added a detailed explanation of Named Entity Recognition (NER) and provided a code example using the Hugging Face transformers pipeline.