librarian-bot commited on
Commit
d1e0a8b
•
1 Parent(s): b7c4530

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 +11 -6
README.md CHANGED
@@ -8,16 +8,21 @@ tags:
8
  - transformers
9
  - pytorch
10
  - generated_from_keras_callback
 
 
11
  metrics:
12
  - accuracy
13
  - f1
14
- datasets:
15
- - m-newhauser/senator-tweets
16
  widget:
17
- - text: "This pandemic has shown us clearly the vulgarity of our healthcare system. Highest costs in the world, yet not enough nurses or doctors. Many millions uninsured, while insurance company profits soar. The struggle continues. Healthcare is a human right. Medicare for all."
18
- example_title: "Bernie Sanders (D)"
19
- - text: "Team Biden would rather fund the Ayatollah's Death to America regime than allow Americans to produce energy for our own domestic consumption."
20
- example_title: "Ted Cruz (R)"
 
 
 
 
 
21
  ---
22
 
23
  # distilbert-political-tweets 🗣 🇺🇸
 
8
  - transformers
9
  - pytorch
10
  - generated_from_keras_callback
11
+ datasets:
12
+ - m-newhauser/senator-tweets
13
  metrics:
14
  - accuracy
15
  - f1
 
 
16
  widget:
17
+ - text: This pandemic has shown us clearly the vulgarity of our healthcare system.
18
+ Highest costs in the world, yet not enough nurses or doctors. Many millions uninsured,
19
+ while insurance company profits soar. The struggle continues. Healthcare is a
20
+ human right. Medicare for all.
21
+ example_title: Bernie Sanders (D)
22
+ - text: Team Biden would rather fund the Ayatollah's Death to America regime than
23
+ allow Americans to produce energy for our own domestic consumption.
24
+ example_title: Ted Cruz (R)
25
+ base_model: distilbert-base-uncased
26
  ---
27
 
28
  # distilbert-political-tweets 🗣 🇺🇸