ae-314 commited on
Commit
c38def0
verified
1 Parent(s): 17d77c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -5
README.md CHANGED
@@ -8,7 +8,8 @@ model-index:
8
  - name: question_answering_model
9
  results: []
10
  datasets:
11
- - squad
 
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,21 +17,48 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # question_answering_model
18
 
19
- This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 1.1407
22
 
23
  ## Model description
24
 
25
- More information needed
26
 
27
  ## Intended uses & limitations
28
 
29
- More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  ## Training and evaluation data
32
 
33
- More information needed
 
34
 
35
  ## Training procedure
36
 
 
8
  - name: question_answering_model
9
  results: []
10
  datasets:
11
+ - rajpurkar/squad
12
+ pipeline_tag: question-answering
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
17
 
18
  # question_answering_model
19
 
20
+ This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on SQuAD.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 1.1407
23
 
24
  ## Model description
25
 
26
+ Question and Answering model fine-tuned on SQuAD.
27
 
28
  ## Intended uses & limitations
29
 
30
+ Educational demo of extractive QA with transformers. Not for production, medical, legal, or safety-critical use.
31
+
32
+ ## Citation Information
33
+
34
+ ```@inproceedings{rajpurkar-etal-2016-squad,
35
+ title = "{SQ}u{AD}: 100,000+ Questions for Machine Comprehension of Text",
36
+ author = "Rajpurkar, Pranav and
37
+ Zhang, Jian and
38
+ Lopyrev, Konstantin and
39
+ Liang, Percy",
40
+ editor = "Su, Jian and
41
+ Duh, Kevin and
42
+ Carreras, Xavier",
43
+ booktitle = "Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing",
44
+ month = nov,
45
+ year = "2016",
46
+ address = "Austin, Texas",
47
+ publisher = "Association for Computational Linguistics",
48
+ url = "https://aclanthology.org/D16-1264",
49
+ doi = "10.18653/v1/D16-1264",
50
+ pages = "2383--2392",
51
+ eprint={1606.05250},
52
+ archivePrefix={arXiv},
53
+ primaryClass={cs.CL},
54
+ }
55
+
56
+
57
 
58
  ## Training and evaluation data
59
 
60
+ Trained on [squad](https://huggingface.co/datasets/rajpurkar/squad) (train).
61
+ Evaluated on its validation split.
62
 
63
  ## Training procedure
64