librarian-bot commited on
Commit
19fc293
1 Parent(s): 4d48827

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-uncased`](https://huggingface.co/distilbert-base-uncased) 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 +8 -7
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
@@ -7,12 +9,13 @@ datasets:
7
  metrics:
8
  - accuracy
9
  - f1
 
10
  model-index:
11
  - name: distilbert-base-uncased-finetuned-emotion
12
  results:
13
  - task:
14
- name: Text Classification
15
  type: text-classification
 
16
  dataset:
17
  name: emotion
18
  type: emotion
@@ -20,14 +23,12 @@ model-index:
20
  split: validation
21
  args: split
22
  metrics:
23
- - name: Accuracy
24
- type: accuracy
25
  value: 0.9375
26
- - name: F1
27
- type: f1
28
  value: 0.937890467332837
29
- language:
30
- - en
31
  ---
32
 
33
  # distilbert-base-uncased-finetuned-emotion
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
  tags:
6
  - generated_from_trainer
 
9
  metrics:
10
  - accuracy
11
  - f1
12
+ base_model: distilbert-base-uncased
13
  model-index:
14
  - name: distilbert-base-uncased-finetuned-emotion
15
  results:
16
  - task:
 
17
  type: text-classification
18
+ name: Text Classification
19
  dataset:
20
  name: emotion
21
  type: emotion
 
23
  split: validation
24
  args: split
25
  metrics:
26
+ - type: accuracy
 
27
  value: 0.9375
28
+ name: Accuracy
29
+ - type: f1
30
  value: 0.937890467332837
31
+ name: F1
 
32
  ---
33
 
34
  # distilbert-base-uncased-finetuned-emotion