Francesco-A
commited on
Commit
•
3ed341f
1
Parent(s):
98410ae
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ metrics:
|
|
16 |
---
|
17 |
|
18 |
## bert-finetuned-squad-v1
|
19 |
-
This model is a fine-tuned version of bert-base-cased on the
|
20 |
|
21 |
## Model description:
|
22 |
The bert-finetuned-squad-v1 model is built upon the BERT (Bidirectional Encoder Representations from Transformers) architecture and has been fine-tuned specifically for the task of question-answering on the SQuAD dataset. It takes a passage of text (context) and a question as input and predicts the start and end positions of the answer within the context.
|
|
|
16 |
---
|
17 |
|
18 |
## bert-finetuned-squad-v1
|
19 |
+
This model is a fine-tuned version of bert-base-cased on the Stanford Question Answering Dataset (SQuAD).
|
20 |
|
21 |
## Model description:
|
22 |
The bert-finetuned-squad-v1 model is built upon the BERT (Bidirectional Encoder Representations from Transformers) architecture and has been fine-tuned specifically for the task of question-answering on the SQuAD dataset. It takes a passage of text (context) and a question as input and predicts the start and end positions of the answer within the context.
|