librarian-bot commited on
Commit
d91b361
1 Parent(s): d8ed669

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`distilroberta-base`](https://huggingface.co/distilroberta-base) 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 +6 -5
README.md CHANGED
@@ -6,12 +6,15 @@ datasets:
6
  - ag_news
7
  metrics:
8
  - accuracy
 
 
 
9
  model-index:
10
  - name: distilroberta-base-finetuned-topic-news
11
  results:
12
  - task:
13
- name: Text Classification
14
  type: text-classification
 
15
  dataset:
16
  name: ag_news
17
  type: ag_news
@@ -19,11 +22,9 @@ model-index:
19
  split: train
20
  args: default
21
  metrics:
22
- - name: Accuracy
23
- type: accuracy
24
  value: 0.9431578947368421
25
- widget:
26
- - text: "Climate change has become an increasingly important concern among NATO countries"
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
6
  - ag_news
7
  metrics:
8
  - accuracy
9
+ widget:
10
+ - text: Climate change has become an increasingly important concern among NATO countries
11
+ base_model: distilroberta-base
12
  model-index:
13
  - name: distilroberta-base-finetuned-topic-news
14
  results:
15
  - task:
 
16
  type: text-classification
17
+ name: Text Classification
18
  dataset:
19
  name: ag_news
20
  type: ag_news
 
22
  split: train
23
  args: default
24
  metrics:
25
+ - type: accuracy
 
26
  value: 0.9431578947368421
27
+ name: Accuracy
 
28
  ---
29
 
30
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You