mcsabai commited on
Commit
d0837e3
1 Parent(s): 65b39e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -14,6 +14,8 @@ widget:
14
  ## MODEL DESCRIPTION
15
 
16
  huBERT base model (cased) fine-tuned on SQuAD v2 (NEW!!)
 
 
17
  - huBert model + Tokenizer: https://huggingface.co/SZTAKI-HLT/hubert-base-cc
18
  - Hungarian SQUAD v2 dataset: Machine Translated SQuAD dataset (Google Translate API)
19
 
@@ -36,3 +38,4 @@ print(predictions)
36
  # output:
37
  # {'score': 0.9892364144325256, 'start': 16, 'end': 26, 'answer': 'Budapesten'}
38
  ```
 
 
14
  ## MODEL DESCRIPTION
15
 
16
  huBERT base model (cased) fine-tuned on SQuAD v2 (NEW!!)
17
+
18
+ "SQuAD2.0 combines the 100,000 questions in SQuAD1.1 with over 50,000 unanswerable questions written adversarially by crowdworkers to look similar to answerable ones. To do well on SQuAD2.0, systems must not only answer questions when possible, but also determine when no answer is supported by the paragraph and abstain from answering." [1]
19
  - huBert model + Tokenizer: https://huggingface.co/SZTAKI-HLT/hubert-base-cc
20
  - Hungarian SQUAD v2 dataset: Machine Translated SQuAD dataset (Google Translate API)
21
 
 
38
  # output:
39
  # {'score': 0.9892364144325256, 'start': 16, 'end': 26, 'answer': 'Budapesten'}
40
  ```
41
+ [1] https://rajpurkar.github.io/SQuAD-explorer/