Add scibert example
This commit is contained in:
parent
03765e1aca
commit
489b9d19e2
13 changed files with 2340 additions and 4 deletions
|
|
@ -63,6 +63,7 @@ plugins:
|
|||
- search
|
||||
- mkdocs-jupyter:
|
||||
include_source: true
|
||||
ignore: ["docs/examples/scibert/*.ipynb"]
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.highlight:
|
||||
|
|
@ -111,8 +112,5 @@ nav:
|
|||
- examples/simple/data.ipynb
|
||||
- examples/simple/train.ipynb
|
||||
- examples/simple/deploy.ipynb
|
||||
# - Explainable SciBERT:
|
||||
# - examples/scibert/data.ipynb
|
||||
# - examples/scibert/train.ipynb
|
||||
# - examples/scibert/deploy.ipynb
|
||||
- Explainable SciBERT: examples/scibert.md
|
||||
- explanation.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue