jtlicardo librarian-bot commited on
Commit
021f557
1 Parent(s): 7b2736f

Librarian Bot: Add base_model information to model (#2)

Browse files

- Librarian Bot: Add base_model information to model (b47bbb0a73e17de2c70aab29574362a2ef030198)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +22 -7
README.md CHANGED
@@ -7,16 +7,31 @@ metrics:
7
  - recall
8
  - f1
9
  - accuracy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  model-index:
11
  - name: bpmn-information-extraction-v2
12
  results: []
13
- widget:
14
- - text: "The process starts when the customer enters the shop. The customer then takes the product from the shelf. The customer then pays for the product and leaves the store."
15
- example_title: "Example 1"
16
- - text: "The process begins when the HR department hires the new employee. Next, the new employee completes necessary paperwork and provides documentation to the HR department. After the initial task, the HR department performs a decision to determine the employee's role and department assignment. The employee is trained by the Sales department. After the training, the Sales department assigns the employee a sales quota and performance goals. Finally, the process ends with an 'End' event, when the employee begins their role in the Sales department."
17
- example_title: "Example 2"
18
- - text: "A customer places an order for a product on the company's website. Next, the customer service department checks the availability of the product and confirms the order with the customer. After the initial task, the warehouse processes the order. If the order is eligible for same-day shipping, the warehouse staff picks and packs the order, and it is sent to the shipping department. After the order is packed, the shipping department delivers the order to the customer. Finally, the process ends with an 'End' event, when the customer receives their order."
19
- example_title: "Example 3"
20
  ---
21
 
22
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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: bpmn-information-extraction-v2
34
  results: []
 
 
 
 
 
 
 
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You