Skip to content

new notebook: Information Extraction with Haystack and NuExtract #150

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

Merged
merged 3 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
title: Fine-tuning LLM to Generate Persian Product Catalogs in JSON Format
- local: llm_gateway_pii_detection
title: LLM Gateway for PII Detection
- local: information_extraction_haystack_nuextract
title: Information Extraction with Haystack and NuExtract

- title: Computer Vision Recipes
isExpanded: false
Expand Down
1 change: 1 addition & 0 deletions notebooks/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Check out the recently added notebooks:
- [Suggestions for Data Annotation with SetFit in Zero-shot Text Classification](labelling_feedback_setfit)
- [Building RAG with Custom Unstructured Data](rag_with_unstructured_data)
- [Fine-tuning LLM to Generate Persian Product Catalogs in JSON Format](fine_tuning_llm_to_generate_persian_product_catalogs_in_json_format)
- [Information Extraction with Haystack and NuExtract](information_extraction_haystack_nuextract)

You can also check out the notebooks in the cookbook's [GitHub repo](https://github.com/huggingface/cookbook).

Expand Down
Loading
Loading