Skip to content

Commit

Permalink
Classification & Evaluation notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
NickyHavoc committed Oct 30, 2023
1 parent 905492a commit 83624c2
Show file tree
Hide file tree
Showing 5 changed files with 656 additions and 506 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ The key features of the Intelligence Layer are:

Not sure where to start? Familiarize yourself with the Intelligence Layer using the below notebooks.

| Order | Task | Description | Notebook 📓 |
| ----- | ------------------------------ | --------------------------------------- | ------------------------------------------------------------------------------- |
| 1 | Summarization | Summarize a document | [summarize.ipynb](./src/examples/summarize.ipynb) |
| 2 | Question Answering | Various approaches for QA | [qa.ipynb](./src/examples/qa.ipynb) |
| 3 | Quickstart task | Build a custom task for your use case | [quickstart_task.ipynb](./src/examples/quickstart_task.ipynb) |
| 4 | Single label Classification | Conduct zero-shot text classification | [single_label_classify.ipynb](./src/examples/single_label_classify.ipynb) |
| 5 | Embedding based Classification | Classify texts on the basis of examples | [embedding_based_classify.ipynb](./src/examples/embedding_based_classify.ipynb) |
| 6 | Document Index | Connect your proprietary knowledge base | [document_index.ipynb](./src/examples/document_index.ipynb) |
| Order | Task | Description | Notebook 📓 |
| ----- | ------------------ | ----------------------------------------- | ------------------------------------------------------------- |
| 1 | Summarization | Summarize a document | [summarize.ipynb](./src/examples/summarize.ipynb) |
| 2 | Question Answering | Various approaches for QA | [qa.ipynb](./src/examples/qa.ipynb) |
| 3 | Quickstart task | Build a custom task for your use case | [quickstart_task.ipynb](./src/examples/quickstart_task.ipynb) |
| 4 | Classification | Learn about two methods of classification | [classification.ipynb](./src/examples/classification.ipynb) |
| 5 | Evaluation | Evaluate LLM-based methodologies | [evaluation.ipynb](./src/examples/evaluation.ipynb) |
| 6 | Document Index | Connect your proprietary knowledge base | [document_index.ipynb](./src/examples/document_index.ipynb) |

## Getting started with the Jupyter Notebooks

Expand Down
Loading

0 comments on commit 83624c2

Please sign in to comment.