yirenl2 commited on
Commit
f98cf20
1 Parent(s): 214f33e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -1,3 +1,34 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
1
  ---
2
+ language: en
3
+ datasets:
4
+ - squad_v2
5
+ license: cc-by-4.0
6
+ model-index:
7
+ - name: plm_qa
8
+ results:
9
+ - task:
10
+ type: question-answering
11
+ name: Question Answering
12
+ dataset:
13
+ name: squad_v2
14
+ type: squad_v2
15
+ config: squad_v2
16
+ split: validation
17
+ metrics:
18
+ - name: Exact Match
19
+ type: exact_match
20
+ value: 0
21
+ verified: false
22
+ - name: F1
23
+ type: f1
24
+ value: 0
25
+ verified: false
26
+ - name: total
27
+ type: total
28
+ value: 11869
29
+ verified: false
30
  ---
31
+
32
+ # roberta-base for QA finetuned over community safety domain data
33
+
34
+ We fine-tuned the roBERTa-based model (https://huggingface.co/deepset/roberta-base-squad2) over LiveSafe community safety dialogue data for event argument extraction with the objective of question-answering.