Skip to content
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

Documentation update: tutorial for text classification models comparison #2426

Merged
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
```{grid-item-card} 🕵️‍♀️ Compare two Text Classification zero-shot models using Argilla
:img-top: /_static/tutorials/monitoring-textclassification-setfit-explainability/f1-score-for-zero-shot-model.png
:link: ../../tutorials/notebooks/monitoring-textclassification-setfit-explainability.html

MLOps Steps: Monitoring \
NLP Tasks: TextClassification \
Libraries: Argilla, SetFit \
Techniques: Zero-shot classification
```
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/_source/tutorials/libraries/setfit.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ SetFit is an efficient and prompt-free framework for few-shot fine-tuning of Sen
```
```{include} /_static/tutorials/training-textclassification-setfit-sentiment/modal.md
```
```{include} /_static/tutorials/monitoring-textclassification-setfit-explainability/modal.md
```
````

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/_source/tutorials/steps/4_monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ These tutorials show you how Argilla can help you to monitor your model predicti
```
```{include} /_static/tutorials/monitoring-textclassification-transformers-explainability/modal.md
```
```{include} /_static/tutorials/monitoring-textclassification-setfit-explainability/modal.md
```
````
2 changes: 2 additions & 0 deletions docs/_source/tutorials/tasks/text_classification.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@
```
```{include} /_static/tutorials/training-textclassification-modal-activelearning/modal.md
```
```{include} /_static/tutorials/monitoring-textclassification-setfit-explainability/modal.md
```
````
4 changes: 3 additions & 1 deletion docs/_source/tutorials/techniques/few_shot.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ These tutorials show how to use few and zero-shot classifications with Argilla.
```
```{include} /_static/tutorials/labelling-textclassification-gpt3-fewshot/modal.md
```
````
```{include} /_static/tutorials/monitoring-textclassification-setfit-explainability/modal.md
```
````