Librarian Bot: Add base_model information to model
Browse filesThis 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 was requested via the [Librarian Bot](https://huggingface.co/librarian-bot) [metadata request service](https://huggingface.co/spaces/librarian-bots/metadata_request_service) by request of [davanstrien](https://huggingface.co/davanstrien)
@@ -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
|