Skip to content

Commit

Permalink
Merge pull request #150 from anakin87/information-extraction-haystack
Browse files Browse the repository at this point in the history
new notebook: Information Extraction with Haystack and NuExtract
  • Loading branch information
stevhliu authored Jul 23, 2024
2 parents 3bdfc52 + 477add3 commit 1e1f7e3
Show file tree
Hide file tree
Showing 3 changed files with 7,130 additions and 0 deletions.
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

0 comments on commit 1e1f7e3

Please sign in to comment.