librarian-bot commited on
Commit
f1a69c7
1 Parent(s): 90b15b8

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`distilbert-base-cased`](https://huggingface.co/distilbert-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 +12 -17
README.md CHANGED
@@ -1,25 +1,20 @@
1
  ---
2
- datasets:
3
- - squad
4
  license: apache-2.0
5
- tags:
6
  - generated_from_keras_callback
7
- metrics:
 
 
8
  - f1
9
- model-index:
 
 
 
 
 
 
10
  - name: transformers-qa
11
- results:
12
- - task:
13
- name: "Question Answering"
14
- type: question-answering
15
- dataset:
16
- type: squad
17
- name: SQuAD
18
- args: en
19
- metrics:
20
- []
21
- widget:
22
- - context: "Keras is an API designed for human beings, not machines. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear and actionable feedback upon user error."
23
  ---
24
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
25
  probably proofread and complete it, then remove this comment. -->
 
1
  ---
 
 
2
  license: apache-2.0
3
+ tags:
4
  - generated_from_keras_callback
5
+ datasets:
6
+ - squad
7
+ metrics:
8
  - f1
9
+ widget:
10
+ - context: 'Keras is an API designed for human beings, not machines. Keras follows
11
+ best practices for reducing cognitive load: it offers consistent & simple APIs,
12
+ it minimizes the number of user actions required for common use cases, and it
13
+ provides clear and actionable feedback upon user error.'
14
+ base_model: distilbert-base-cased
15
+ model-index:
16
  - name: transformers-qa
17
+ results: []
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
20
  probably proofread and complete it, then remove this comment. -->