Update README.md
Browse files
README.md
CHANGED
@@ -53,9 +53,7 @@ print(dec_and_infer.decode_predict_string_one(test_sentence, model, max_len=128)
|
|
53 |
Expected output
|
54 |
|
55 |
```bash
|
56 |
-
[['display', '
|
57 |
-
['display', 'great', 'positive'],
|
58 |
-
['battery life', 'great', 'positive']]
|
59 |
```
|
60 |
|
61 |
# DETAILS
|
|
|
53 |
Expected output
|
54 |
|
55 |
```bash
|
56 |
+
[['display', 'great', 'positive'], ['battery life', 'great', 'positive']]
|
|
|
|
|
57 |
```
|
58 |
|
59 |
# DETAILS
|