English
BenjiELCA commited on
Commit
dcdef80
1 Parent(s): 4ca5c5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -11
README.md CHANGED
@@ -9,20 +9,45 @@ metrics:
9
 
10
  # BPMN element detection
11
 
12
- The dataset contains 5 target labels:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
- * `AGENT`
15
- * `TASK`
16
- * `TASK_INFO`
17
- * `PROCESS_INFO`
18
- * `CONDITION`
19
 
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2909
22
- - Precision: 0.8557
23
- - Recall: 0.9247
24
- - F1: 0.8889
25
- - Accuracy: 0.9285
26
 
27
  ## Model description
28
 
 
9
 
10
  # BPMN element detection
11
 
12
+ The dataset contains 15 target labels:
13
+
14
+ - **AGENT**
15
+ * `pool`
16
+ * `lane`
17
+
18
+ - **TASK**
19
+ * `task`
20
+ * `subProcess`
21
+
22
+ - **TASK_INFO**
23
+ * `dataObject`
24
+ * `dataStore`
25
+
26
+ - **PROCESS_INFO**
27
+ * `background`
28
+
29
+ - **CONDITION**
30
+ * `exclusiveGateway`
31
+ * `parallelGateway`
32
+ * `eventBasedGateway`
33
+
34
+ - **EVENT**
35
+ * `event`
36
+ * `messageEvent`
37
+ * `timerEvent`
38
+
39
+ - **FLOW**
40
+ * `sequenceFlow`
41
+ * `dataAssociation`
42
+ * `messageFlow`
43
 
 
 
 
 
 
44
 
45
  It achieves the following results on the evaluation set:
46
+ - Loss:
47
+ - Precision:
48
+ - Recall:
49
+ - F1:
50
+ - Accuracy:
51
 
52
  ## Model description
53