https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: cc6c4c547f94766fb9fbd2aa932a798a4f0a1ca3 authored by Daksh on 24 November 2019, 20:03:21 UTC
added bitempered loss
Tip revision: cc6c4c5
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py36', 'py37']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytype
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top