jtlicardo librarian-bot commited on
Commit
e0dc396
1 Parent(s): b3de9e9

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

Browse files

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


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

Files changed (1) hide show
  1. README.md +24 -7
README.md CHANGED
@@ -7,16 +7,33 @@ metrics:
7
  - recall
8
  - f1
9
  - accuracy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  model-index:
11
  - name: bert-finetuned-bpmn
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 on the company's sales processes and systems 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: "The process begins with a 'Start' event, when 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 arranges for the order to be delivered 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
+ on the company's sales processes and systems by the Sales department. After the
20
+ training, the Sales department assigns the employee a sales quota and performance
21
+ goals. Finally, the process ends with an 'End' event, when the employee begins
22
+ their role in the Sales department.
23
+ example_title: Example 2
24
+ - text: The process begins with a 'Start' event, when a customer places an order for
25
+ a product on the company's website. Next, the customer service department checks
26
+ the availability of the product and confirms the order with the customer. After
27
+ the initial task, the warehouse processes the order. If the order is eligible
28
+ for same-day shipping, the warehouse staff picks and packs the order, and it is
29
+ sent to the shipping department. After the order is packed, the shipping department
30
+ arranges for the order to be delivered to the customer. Finally, the process ends
31
+ with an 'End' event, when the customer receives their order.
32
+ example_title: Example 3
33
+ base_model: bert-base-cased
34
  model-index:
35
  - name: bert-finetuned-bpmn
36
  results: []
 
 
 
 
 
 
 
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You