librarian-bot commited on
Commit
b47bbb0
1 Parent(s): 7b2736f

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`bert-base-cased`](https://huggingface.co/bert-base-cased) as a `base_model` field, situated in the `YAML` block of your model's `README.md`.

How did we find this information? We performed a regular expression match on your `README.md` file to determine the connection.

**Why add this?** Enhancing your model's metadata in this way:
- **Boosts Discoverability** - It becomes straightforward to trace the relationships between various models on the Hugging Face Hub.
- **Highlights Impact** - It showcases the contributions and influences different models have within the community.

For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).

This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien). Your input is invaluable to us!

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