Commit
·
e0d88b2
1
Parent(s):
612d37c
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ Full credits to: [Apoorv Nandan](https://twitter.com/NandanApoorv)
|
|
16 |
|
17 |
The model is trained and evaluated on the IMDB dataset for sentiment analysis.
|
18 |
|
19 |
-
Details on the
|
20 |
|
21 |
Note that the keras dataset is already tokenized, so the model doesn't have an associated tokenizer. Since the hosted text classification pipeline only accepts text as input, it is currently broken.
|
22 |
|
|
|
16 |
|
17 |
The model is trained and evaluated on the IMDB dataset for sentiment analysis.
|
18 |
|
19 |
+
Details on the dataset can be found on [keras](https://keras.io/api/datasets/imdb/)
|
20 |
|
21 |
Note that the keras dataset is already tokenized, so the model doesn't have an associated tokenizer. Since the hosted text classification pipeline only accepts text as input, it is currently broken.
|
22 |
|