davanstrien HF staff commited on
Commit
a73cc4b
·
1 Parent(s): 4558d40

improve description

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -311,8 +311,11 @@ article = """
311
  # British Library Books genre detection demo
312
 
313
  This demo alows 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'.
 
314
  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 attenton score assigned to that word. This gives you some sense of which words are important to the model in making a prediction.
315
 
 
 
316
  ## Background
317
 
318
  This model was developed as part of work by the [Living with Machines](https://livingwithmachines.ac.uk/). The process of training the model and working with the data is documented in a tutorial which will be released soon.
 
311
  # British Library Books genre detection demo
312
 
313
  This demo alows 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'.
314
+ The model was trained with the [fastai](https://docs.fast.ai/) library on training data drawn from ditised books at the British Library. These Books are mainly from the 19th Century.
315
  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 attenton score assigned to that word. This gives you some sense of which words are important to the model in making a prediction.
316
 
317
+ The examples include titles from the BL books collection.
318
+
319
  ## Background
320
 
321
  This model was developed as part of work by the [Living with Machines](https://livingwithmachines.ac.uk/). The process of training the model and working with the data is documented in a tutorial which will be released soon.