Update README.md
Browse files
README.md
CHANGED
@@ -64,9 +64,9 @@ It achieves the following results on the evaluation set:
|
|
64 |
|
65 |
## Model description
|
66 |
|
67 |
-
This model is fine-tuned for long-form, closed-domain question answering - question-answering from context. It uses a heavily refined version of Google's Natural Questions dataset.
|
68 |
|
69 |
-
Answers to the questions were rewritten using OpenAI's GPT-3.5 Turbo model.
|
70 |
|
71 |
Please see [the following repo](https://github.com/pointonjoel/MSc-Diss) for all code and adaptations.
|
72 |
|
|
|
64 |
|
65 |
## Model description
|
66 |
|
67 |
+
This model is fine-tuned for long-form, closed-domain question answering - question-answering from context. It uses a heavily refined version of [Google's Natural Questions dataset](https://ai.google.com/research/NaturalQuestions/).
|
68 |
|
69 |
+
Answers to the questions were rewritten using [OpenAI's GPT-3.5 Turbo model](https://platform.openai.com/docs/models).
|
70 |
|
71 |
Please see [the following repo](https://github.com/pointonjoel/MSc-Diss) for all code and adaptations.
|
72 |
|