Update README.md
Browse files
README.md
CHANGED
@@ -1,45 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
tags:
|
4 |
-
- generated_from_trainer
|
5 |
metrics:
|
6 |
- precision
|
7 |
- recall
|
8 |
- f1
|
9 |
- accuracy
|
10 |
-
widget:
|
11 |
-
- text: The process starts when the customer enters the shop. The customer then takes
|
12 |
-
the product from the shelf. The customer then pays for the product and leaves
|
13 |
-
the store.
|
14 |
-
example_title: Example 1
|
15 |
-
- text: The process begins when the HR department hires the new employee. Next, the
|
16 |
-
new employee completes necessary paperwork and provides documentation to the HR
|
17 |
-
department. After the initial task, the HR department performs a decision to
|
18 |
-
determine the employee's role and department assignment. The employee is trained
|
19 |
-
by the Sales department. After the training, the Sales department assigns the
|
20 |
-
employee a sales quota and performance goals. Finally, the process ends with an
|
21 |
-
'End' event, when the employee begins their role in the Sales department.
|
22 |
-
example_title: Example 2
|
23 |
-
- text: A customer places an order for a product on the company's website. Next, the
|
24 |
-
customer service department checks the availability of the product and confirms
|
25 |
-
the order with the customer. After the initial task, the warehouse processes
|
26 |
-
the order. If the order is eligible for same-day shipping, the warehouse staff
|
27 |
-
picks and packs the order, and it is sent to the shipping department. After the
|
28 |
-
order is packed, the shipping department delivers the order to the customer. Finally,
|
29 |
-
the process ends with an 'End' event, when the customer receives their order.
|
30 |
-
example_title: Example 3
|
31 |
-
base_model: bert-base-cased
|
32 |
-
model-index:
|
33 |
-
- name: bert-finetuned-v4
|
34 |
-
results: []
|
35 |
-
---
|
36 |
-
|
37 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
38 |
-
should probably proofread and complete it, then remove this comment. -->
|
39 |
|
40 |
-
# bpmn-information-extraction
|
41 |
|
42 |
-
|
43 |
|
44 |
The dataset contains 5 target labels:
|
45 |
|
@@ -58,7 +26,7 @@ It achieves the following results on the evaluation set:
|
|
58 |
|
59 |
## Model description
|
60 |
|
61 |
-
|
62 |
|
63 |
## Intended uses & limitations
|
64 |
|
@@ -73,13 +41,13 @@ More information needed
|
|
73 |
### Training hyperparameters
|
74 |
|
75 |
The following hyperparameters were used during training:
|
76 |
-
- learning_rate:
|
77 |
-
- train_batch_size:
|
78 |
-
- eval_batch_size:
|
79 |
- seed: 42
|
80 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
81 |
- lr_scheduler_type: linear
|
82 |
-
- num_epochs:
|
83 |
|
84 |
### Training results
|
85 |
|
@@ -99,12 +67,4 @@ The following hyperparameters were used during training:
|
|
99 |
| 0.059 | 12.0 | 120 | 0.2886 | 0.8564 | 0.9301 | 0.8918 | 0.9285 |
|
100 |
| 0.0528 | 13.0 | 130 | 0.2838 | 0.8564 | 0.9301 | 0.8918 | 0.9305 |
|
101 |
| 0.0488 | 14.0 | 140 | 0.2881 | 0.8515 | 0.9247 | 0.8866 | 0.9305 |
|
102 |
-
| 0.049 | 15.0 | 150 | 0.2909 | 0.8557 | 0.9247 | 0.8889 | 0.9285 |
|
103 |
-
|
104 |
-
|
105 |
-
### Framework versions
|
106 |
-
|
107 |
-
- Transformers 4.25.1
|
108 |
-
- Pytorch 1.13.0+cu116
|
109 |
-
- Datasets 2.8.0
|
110 |
-
- Tokenizers 0.13.2
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
metrics:
|
4 |
- precision
|
5 |
- recall
|
6 |
- f1
|
7 |
- accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
|
|
9 |
|
10 |
+
# BPMN element detection
|
11 |
|
12 |
The dataset contains 5 target labels:
|
13 |
|
|
|
26 |
|
27 |
## Model description
|
28 |
|
29 |
+
This project aims to detect Business Process Model and Notation (BPMN) elements from hand-drawn diagrams using a machine learning model. The model is trained to recognize various BPMN elements such as tasks, events, gateways, and connectors from images of hand-drawn diagrams.
|
30 |
|
31 |
## Intended uses & limitations
|
32 |
|
|
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
+
- learning_rate:
|
45 |
+
- train_batch_size:
|
46 |
+
- eval_batch_size:
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
+
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
|
|
67 |
| 0.059 | 12.0 | 120 | 0.2886 | 0.8564 | 0.9301 | 0.8918 | 0.9285 |
|
68 |
| 0.0528 | 13.0 | 130 | 0.2838 | 0.8564 | 0.9301 | 0.8918 | 0.9305 |
|
69 |
| 0.0488 | 14.0 | 140 | 0.2881 | 0.8515 | 0.9247 | 0.8866 | 0.9305 |
|
70 |
+
| 0.049 | 15.0 | 150 | 0.2909 | 0.8557 | 0.9247 | 0.8889 | 0.9285 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|