efecelik commited on
Commit
b758746
1 Parent(s): 51bb42d

Update README.md

Browse files

I wrote the readme section.

Files changed (1) hide show
  1. README.md +4 -11
README.md CHANGED
@@ -7,27 +7,20 @@ model-index:
7
  - name: my_awesome_qa_model
8
  results: []
9
  ---
 
 
10
 
11
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
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
- More information needed
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