MahmoudWahdan / dialog-nlu

Tensorflow and Keras implementation of the state of the art researches in Dialog System NLU
Apache License 2.0
98 stars 40 forks source link

Typo error in bert_nlu_basic_api.py #26

Closed Rishabbh-Sahu closed 3 years ago

Rishabbh-Sahu commented 3 years ago

there is a typo in line number 30. if type == 'albert': It should be if type == 'bert':

Creating a PR for this small error will not make sense hence creating an issue.

Thanks

MahmoudWahdan commented 3 years ago

Thanks @Rishabbh-Sahu Fixed 193f4d543b4f751051eb6507f4a934a4b3a217d0