https://github.com/amaiya/causalnlp
Raw File
Tip revision: b6169894b904795a431391acd4508681d1c0f2e2 authored by Arun Maiya on 02 August 2022, 15:39:25 UTC
updates
Tip revision: b616989
.gitconfig
# Generated by nbdev_install_git_hooks
#
# If you need to disable this instrumentation do:
#   git config --local --unset include.path
#
# To restore the filter
#   git config --local include.path .gitconfig
#
# If you see notebooks not stripped, checked the filters are applied in .gitattributes
#
[filter "clean-nbs"]
        clean = nbdev_clean_nbs --read_input_stream True
        smudge = cat
        required = true
[diff "ipynb"]
        textconv = nbdev_clean_nbs --disp True --fname
back to top