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

Examples for SNOMED CT Linking #29

Merged
merged 7 commits into from
Jan 5, 2024
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ We use [Poetry](https://python-poetry.org/) for building, testing and dependency

A very simple pipeline highlighting the main components of xMEN can be found in [notebooks/00_Getting_Started.ipynb](notebooks/00_Getting_Started.ipynb)

## 🎓 Examples

For more advanced use cases, check out the [examples](examples) folder.

## 📂 Data Loading

Usually, BigBIO-compatible datasets can just be loaded from the Hugging Face Hub:
Expand Down
11 changes: 0 additions & 11 deletions examples/02_BRONCO.ipynb → examples/01_BRONCO_German.ipynb
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "0271244e-11b2-44ab-82e8-cf4cdcad6b13",
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"os.environ['CUDA_VISIBLE_DEVICES'] = '5'"
]
},
{
"cell_type": "markdown",
"id": "eb84db40-b21a-4fba-8174-a327a831ef76",
Expand Down
148 changes: 50 additions & 98 deletions examples/03_GGPONC_NER.ipynb → examples/02_spaCy_German.ipynb

Large diffs are not rendered by default.

Loading