Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`neuralmind/bert-base-portuguese-cased`](https://huggingface.co./neuralmind/bert-base-portuguese-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!
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language: pt
|
|
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- extractive-qa
|
@@ -8,7 +8,7 @@ datasets:
|
|
8 |
- eraldoluis/faquad
|
9 |
metrics:
|
10 |
- squad
|
11 |
-
|
12 |
model-index:
|
13 |
- name: faquad-bert-base-portuguese-cased
|
14 |
results:
|
@@ -16,18 +16,18 @@ model-index:
|
|
16 |
type: extractive-qa
|
17 |
name: Extractive Question-Answering
|
18 |
dataset:
|
19 |
-
type: eraldoluis/faquad
|
20 |
name: FaQuAD
|
|
|
21 |
split: eval
|
22 |
metrics:
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
|
|
2 |
language: pt
|
3 |
+
license: apache-2.0
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- extractive-qa
|
|
|
8 |
- eraldoluis/faquad
|
9 |
metrics:
|
10 |
- squad
|
11 |
+
base_model: neuralmind/bert-base-portuguese-cased
|
12 |
model-index:
|
13 |
- name: faquad-bert-base-portuguese-cased
|
14 |
results:
|
|
|
16 |
type: extractive-qa
|
17 |
name: Extractive Question-Answering
|
18 |
dataset:
|
|
|
19 |
name: FaQuAD
|
20 |
+
type: eraldoluis/faquad
|
21 |
split: eval
|
22 |
metrics:
|
23 |
+
- type: f1
|
24 |
+
value: 83.0912959832023
|
25 |
+
name: Eval F1 score (squad metric)
|
26 |
+
verified: false
|
27 |
+
- type: exact_match
|
28 |
+
value: 74.53169347209082
|
29 |
+
name: Eval ExactMatch score (squad metric)
|
30 |
+
verified: false
|
31 |
---
|
32 |
|
33 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|