Skip to content

Commit

Permalink
Fix typo in subheader (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
knutole authored and VictorSanh committed Nov 5, 2018
1 parent 59d4cc5 commit 886f595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ An example on how to use this class is given in the `run_classifier.py` script w

### 3. `BertForQuestionAnswering`

`BertForSequenceClassification` is a fine-tuning model that includes `BertModel` with a token-level classifiers on top of the full sequence of last hidden states.
`BertForQuestionAnswering` is a fine-tuning model that includes `BertModel` with a token-level classifiers on top of the full sequence of last hidden states.

The token-level classifier takes as input the full sequence of the last hidden state and compute several (e.g. two) scores for each tokens that can for example respectively be the score that a given token is a `start_span` and a `end_span` token (see Figures 3c and 3d in the BERT paper).

Expand Down

0 comments on commit 886f595

Please sign in to comment.