Update README.md
Browse filesI wrote the readme section.
README.md
CHANGED
@@ -7,27 +7,20 @@ model-index:
|
|
7 |
- name: my_awesome_qa_model
|
8 |
results: []
|
9 |
---
|
|
|
|
|
10 |
|
11 |
-
|
12 |
-
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
# my_awesome_qa_model
|
15 |
-
|
16 |
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 1.6236
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
-
|
23 |
-
|
24 |
-
## Intended uses & limitations
|
25 |
-
|
26 |
-
More information needed
|
27 |
-
|
28 |
-
## Training and evaluation data
|
29 |
|
30 |
-
More information needed
|
31 |
|
32 |
## Training procedure
|
33 |
|
|
|
7 |
- name: my_awesome_qa_model
|
8 |
results: []
|
9 |
---
|
10 |
+
This is real link of this model:
|
11 |
+
https://huggingface.co/docs/transformers/tasks/question_answering
|
12 |
|
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 unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 1.6236
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
+
This model was written using the Hugging Face question_answering site.
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
|
|
24 |
|
25 |
## Training procedure
|
26 |
|