apohllo commited on
Commit
3082743
1 Parent(s): 12013bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -9,4 +9,14 @@ metrics:
9
  - f1
10
  pipeline_tag: text-classification
11
  ---
12
- #
 
 
 
 
 
 
 
 
 
 
 
9
  - f1
10
  pipeline_tag: text-classification
11
  ---
12
+
13
+ # Albert-xxl-v1 with SQuAD 2.0 sentences
14
+
15
+ ## Objective
16
+
17
+ The model was trained as cross-encoder classification model with the objective to re-rank the results in a QA pipline.
18
+
19
+ ## Data
20
+
21
+ The data from SQuAD 2.0 was sentence-split. The question + the sentence containing the answer was a positive example.
22
+ The question + the remaining sentence from the same Wikipedia passege were treated as hard negative examples.