dirkgr commited on
Commit
5663f20
1 Parent(s): 75345d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  tags:
3
  - allennlp
 
4
  ---
5
 
6
- # TODO: Fill this model card
 
 
1
  ---
2
  tags:
3
  - allennlp
4
+ - question-answering
5
  ---
6
 
7
+ A reading comprehension model patterned after the proposed model in Devlin et al, with improvements borrowed from the SQuAD model in the transformers project
8
+ The model implements a reading comprehension model patterned after the proposed model in BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding (Devlin et al, 2018), with improvements borrowed from the SQuAD model in the transformers project. It predicts start tokens and end tokens with a linear layer on top of word piece embeddings.