Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ https://huggingface.co/docs/transformers/tasks/question_answering
|
|
13 |
I wrote it to understand the basic logic.
|
14 |
|
15 |
# my_awesome_qa_model
|
16 |
-
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 1.6236
|
19 |
|
|
|
13 |
I wrote it to understand the basic logic.
|
14 |
|
15 |
# my_awesome_qa_model
|
16 |
+
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an squad dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 1.6236
|
19 |
|