Skip to content

Commit 492d857

Browse files
authored
Merge pull request #277 from bcgov/update_ai_annotation
Update notebooks
2 parents 10a3421 + 6d8b423 commit 492d857

File tree

9 files changed

+2176
-1214
lines changed

9 files changed

+2176
-1214
lines changed

assets/answer_flow.jpg

3.75 KB
Loading

assets/distillation.jpg

25 KB
Loading
367 Bytes
Loading

examples/NERDiffgram/step_2_AI_populate_data.ipynb

Lines changed: 591 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

examples/NERDiffgram/step_3_AI_annotate_incomplete.ipynb renamed to examples/NERDiffgram/step_4_AI_annotate_incomplete.ipynb

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,10 @@
3737
},
3838
{
3939
"cell_type": "code",
40-
"execution_count": 5,
40+
"execution_count": 1,
4141
"id": "d548875c-6194-47f4-b56e-8eff4a06ea7e",
4242
"metadata": {},
43-
"outputs": [
44-
{
45-
"name": "stderr",
46-
"output_type": "stream",
47-
"text": [
48-
"/usr/local/lib/python3.11/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
49-
" from .autonotebook import tqdm as notebook_tqdm\n"
50-
]
51-
}
52-
],
43+
"outputs": [],
5344
"source": [
5445
"import torch\n",
5546
"from transformers import BertTokenizerFast, BertForTokenClassification\n",

0 commit comments

Comments
 (0)