librarian-bot commited on
Commit
b582c4c
1 Parent(s): 21cb61b

Librarian Bot: Add base_model information to model

Browse files

This 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!

Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -1,7 +1,16 @@
1
  ---
 
 
2
  license: mit
3
  tags:
4
  - generated_from_keras_callback
 
 
 
 
 
 
 
5
  model-index:
6
  - name: pmfsl/bertimbau-base-finetuned-rte
7
  results:
@@ -9,21 +18,13 @@ model-index:
9
  type: text-classification
10
  name: Natural Lenguage Inference
11
  dataset:
12
- type: assin2
13
  name: ASSIN2
 
14
  metrics:
15
  - type: accuracy
16
  value: 0.877859477124183
17
  - type: f1
18
  value: 0.8860083873427372
19
- datasets:
20
- - assin2
21
- metrics:
22
- - accuracy
23
- - f1
24
- language:
25
- - pt
26
- pipeline_tag: text-classification
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
 
1
  ---
2
+ language:
3
+ - pt
4
  license: mit
5
  tags:
6
  - generated_from_keras_callback
7
+ datasets:
8
+ - assin2
9
+ metrics:
10
+ - accuracy
11
+ - f1
12
+ pipeline_tag: text-classification
13
+ base_model: neuralmind/bert-base-portuguese-cased
14
  model-index:
15
  - name: pmfsl/bertimbau-base-finetuned-rte
16
  results:
 
18
  type: text-classification
19
  name: Natural Lenguage Inference
20
  dataset:
 
21
  name: ASSIN2
22
+ type: assin2
23
  metrics:
24
  - type: accuracy
25
  value: 0.877859477124183
26
  - type: f1
27
  value: 0.8860083873427372
 
 
 
 
 
 
 
 
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information Keras had access to. You should