Librarian Bot: Add base_model information to model
Browse filesThis 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).
If you want to automatically add `base_model` metadata to more of your modes you can use the [Librarian Bot](https://huggingface.co/librarian-bot) [Metadata Request Service](https://huggingface.co/spaces/librarian-bots/metadata_request_service)!
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language: en
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -8,14 +8,20 @@ metrics:
|
|
8 |
- f1
|
9 |
- precision
|
10 |
- recall
|
11 |
-
model-index:
|
12 |
-
- name: distilroberta-base-finetuned-fake-news-english
|
13 |
-
results: []
|
14 |
widget:
|
15 |
-
- text:
|
|
|
|
|
|
|
16 |
example_title: fake
|
17 |
-
- text:
|
|
|
|
|
18 |
example_title: real
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# distilroberta-base-finetuned-fake-news-english
|
|
|
1 |
---
|
|
|
2 |
language: en
|
3 |
+
license: apache-2.0
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
8 |
- f1
|
9 |
- precision
|
10 |
- recall
|
|
|
|
|
|
|
11 |
widget:
|
12 |
+
- text: Wisconsin has not counted more votes than it has registered voters. This tweet
|
13 |
+
is comparing the vote count from 2020 with the number of registered voters from
|
14 |
+
2018. When we take a look at Wisconsin’s current total of registered voters, we
|
15 |
+
see that there is nothing fraudulent about the state’s count.
|
16 |
example_title: fake
|
17 |
+
- text: Barack Hussein Obama II is an American politician who served as the 44th president
|
18 |
+
of the United States from 2009 to 2017. A member of the Democratic Party, Obama
|
19 |
+
was the first African-American president of the United States.
|
20 |
example_title: real
|
21 |
+
base_model: distilroberta-base
|
22 |
+
model-index:
|
23 |
+
- name: distilroberta-base-finetuned-fake-news-english
|
24 |
+
results: []
|
25 |
---
|
26 |
|
27 |
# distilroberta-base-finetuned-fake-news-english
|