Commit
·
7fcc2ea
1
Parent(s):
9db6af4
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ article = """
|
|
129 |
# British Library Books genre detection demo
|
130 |
|
131 |
This demo allows you to play with a 'genre' detection model which has been trained to predict, from the title of a book, whether it is 'fiction' or 'non-fiction'.
|
132 |
-
The model was trained with the [fastai](https://docs.fast.ai/) library on training data drawn from digitised books at the British Library. These Books are mainly from the 19th Century.
|
133 |
The demo also shows you which parts of the input the model is using most to make its prediction. You can hover over the words to see the attention score assigned to that word. This gives you some sense of which words are important to the model in making a prediction.
|
134 |
|
135 |
The examples include titles from the BL books collection.
|
|
|
129 |
# British Library Books genre detection demo
|
130 |
|
131 |
This demo allows you to play with a 'genre' detection model which has been trained to predict, from the title of a book, whether it is 'fiction' or 'non-fiction'.
|
132 |
+
The model was trained with the [fastai](https://docs.fast.ai/) library on training data drawn from [digitised books](https://www.bl.uk/collection-guides/digitised-printed-books) at the British Library. These Books are mainly from the 19th Century.
|
133 |
The demo also shows you which parts of the input the model is using most to make its prediction. You can hover over the words to see the attention score assigned to that word. This gives you some sense of which words are important to the model in making a prediction.
|
134 |
|
135 |
The examples include titles from the BL books collection.
|