vkovenko commited on
Commit
73613c7
1 Parent(s): bd11f36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ Deep lstm with attention module trained for rating estimation of Ukrainian revie
13
 
14
  Code with example usage of the model can be found in the following repository: https://github.com/HikkaV/Ukrainian-Reviews-Estimation/.
15
 
16
- Model uses custom layer and tokenizer was used in a custom class, thus the one can load the model and tokenizer using the following code:
17
 
18
  ```python
19
  import tensorflow as tf
 
13
 
14
  Code with example usage of the model can be found in the following repository: https://github.com/HikkaV/Ukrainian-Reviews-Estimation/.
15
 
16
+ Model uses custom layer and tokenizer is used in a custom class, thus the one can load the model and tokenizer using the following code:
17
 
18
  ```python
19
  import tensorflow as tf