Skip to content

Commit 7b9c81c

Browse files
authored
Merge pull request #324 from JohnSnowLabs/fix/new_tutorials
Fix/new tutorials
2 parents da9e60c + 416bbb1 commit 7b9c81c

10 files changed

Lines changed: 6673 additions & 2011 deletions

demo/tutorials/end-to-end-notebooks/HuggingFace_Real_World_Notebook.ipynb

Lines changed: 3409 additions & 346 deletions
Large diffs are not rendered by default.

demo/tutorials/end-to-end-notebooks/JohnSnowLabs_RealWorld_Custom_Pipeline_Notebook.ipynb

Lines changed: 293 additions & 300 deletions
Large diffs are not rendered by default.

demo/tutorials/end-to-end-notebooks/JohnSnowLabs_RealWorld_Notebook.ipynb

Lines changed: 382 additions & 368 deletions
Large diffs are not rendered by default.

demo/tutorials/end-to-end-notebooks/Spacy_Real_World_Notebook.ipynb

Lines changed: 279 additions & 281 deletions
Large diffs are not rendered by default.

demo/tutorials/test-specific-notebooks/Accuracy_Demo.ipynb

Lines changed: 330 additions & 107 deletions
Large diffs are not rendered by default.

demo/tutorials/test-specific-notebooks/Bias_Demo.ipynb

Lines changed: 242 additions & 233 deletions
Large diffs are not rendered by default.

demo/tutorials/test-specific-notebooks/Fairness_Demo.ipynb

Lines changed: 1425 additions & 75 deletions
Large diffs are not rendered by default.

demo/tutorials/test-specific-notebooks/Representation_Demo.ipynb

Lines changed: 89 additions & 93 deletions
Large diffs are not rendered by default.

demo/tutorials/test-specific-notebooks/Robustness_DEMO.ipynb

Lines changed: 211 additions & 200 deletions
Large diffs are not rendered by default.

docs/pages/tutorials/tutorials.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,19 @@ The following table gives an overview of the different tutorial notebooks. We ha
2222
{:.table2}
2323
|Tutorial Description|Library|Task|Open In Colab|
2424
|-|
25-
|Accuracy Tests |John Snow Labs |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/release%2F1.0.0/demo/tutorials/test-specific-notebooks/Accuracy_Demo.ipynb)|
26-
|Bias Tests |John Snow Labs |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/release%2F1.0.0/demo/tutorials/test-specific-notebooks/Bias_Demo.ipynb)|
27-
|Fairness Tests |John Snow Labs |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/release%2F1.0.0/demo/tutorials/test-specific-notebooks/Fairness_Demo.ipynb)|
28-
|Representation Tests |John Snow Labs |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/release%2F1.0.0/demo/tutorials/test-specific-notebooks/Representation_Demo.ipynb)|
29-
|Robustness Tests |John Snow Labs |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/release%2F1.0.0/demo/tutorials/test-specific-notebooks/Robustness_DEMO.ipynb)|
30-
|End-to-End Workflow |John Snow Labs |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/release%2F1.0.0/demo/tutorials/end-to-end-notebooks/JohnSnowLabs_RealWorld_Notebook.ipynb)|
31-
|End-to-End Custom Pipeline Workflow |John Snow Labs |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/release%2F1.0.0/demo/tutorials/end-to-end-notebooks/JohnSnowLabs_RealWorld_Custom_Pipeline_Notebook.ipynb)|
32-
|End-to-End Workflow |Spacy |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/release%2F1.0.0/demo/tutorials/end-to-end-notebooks/Spacy_Real_World_Notebook.ipynb)|
25+
|Accuracy Tests |John Snow Labs |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/main/demo/tutorials/test-specific-notebooks/Accuracy_Demo.ipynb)|
26+
|Bias Tests |John Snow Labs |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/main/demo/tutorials/test-specific-notebooks/Bias_Demo.ipynb)|
27+
|Fairness Tests |John Snow Labs |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/main/demo/tutorials/test-specific-notebooks/Fairness_Demo.ipynb)|
28+
|Representation Tests |John Snow Labs |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/main/demo/tutorials/test-specific-notebooks/Representation_Demo.ipynb)|
29+
|Robustness Tests |John Snow Labs |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/main/demo/tutorials/test-specific-notebooks/Robustness_DEMO.ipynb)|
30+
|End-to-End Workflow |John Snow Labs |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/main/demo/tutorials/end-to-end-notebooks/JohnSnowLabs_RealWorld_Notebook.ipynb)|
31+
|End-to-End Custom Pipeline Workflow |John Snow Labs |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/main/demo/tutorials/end-to-end-notebooks/JohnSnowLabs_RealWorld_Custom_Pipeline_Notebook.ipynb)|
32+
|End-to-End Workflow |Spacy |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/main/demo/tutorials/end-to-end-notebooks/Spacy_Real_World_Notebook.ipynb)|
33+
|End-to-End Workflow |Hugging Face |NER |[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/JohnSnowLabs/nlptest/blob/main/demo/tutorials/end-to-end-notebooks/HuggingFace_Real_World_Notebook.ipynb)|
34+
35+
36+
37+
3338

3439

3540
<style>

0 commit comments

Comments
 (0)