Spaces:
Runtime error
Runtime error
Jingxiang Mo
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,8 @@ We fine-tuned BERT for question answering using the Stanford Question Answering
|
|
41 |
4. **Answer prediction**: BERT generates a probability distribution over the tokens in the reference text for both the start and end positions of the answer. The model identifies the tokens with the highest probabilities for the start and end positions as the answer span.
|
42 |
5. **Answer extraction**: The answer is extracted by combining the tokens from the identified start to end positions.
|
43 |
|
44 |
-
|
|
|
45 |
# References
|
46 |
[1] https://huggingface.co/ml6team/keyphrase-extraction-kbir-inspec <br>
|
47 |
[2] https://arxiv.org/pdf/1810.04805v2.pdf <br>
|
|
|
41 |
4. **Answer prediction**: BERT generates a probability distribution over the tokens in the reference text for both the start and end positions of the answer. The model identifies the tokens with the highest probabilities for the start and end positions as the answer span.
|
42 |
5. **Answer extraction**: The answer is extracted by combining the tokens from the identified start to end positions.
|
43 |
|
44 |
+
<br>
|
45 |
+
|
46 |
# References
|
47 |
[1] https://huggingface.co/ml6team/keyphrase-extraction-kbir-inspec <br>
|
48 |
[2] https://arxiv.org/pdf/1810.04805v2.pdf <br>
|