librarian-bot commited on
Commit
8543078
1 Parent(s): 32e8cb7

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`roberta-base`](https://huggingface.co/roberta-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 +16 -20
README.md CHANGED
@@ -1,32 +1,28 @@
1
  ---
 
 
2
  license: mit
3
  tags:
4
  - generated_from_trainer
5
  datasets:
6
  - ag_news
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  model-index:
8
  - name: roberta-base_ag_news
9
  results: []
10
- widget:
11
- - text: >-
12
- Oil and Economy Cloud Stocks' Outlook (Reuters) Reuters - Soaring crude
13
- prices plus worries\about the economy and the outlook for earnings are
14
- expected to\hang over the stock market next week during the depth of
15
- the\summer doldrums
16
- - text: >-
17
- Prediction Unit Helps Forecast Wildfires (AP) AP - It's barely dawn when
18
- Mike Fitzpatrick starts his shift with a blur of colorful maps, figures and
19
- endless charts, but already he knows what the day will bring. Lightning will
20
- strike in places he expects. Winds will pick up, moist places will dry and
21
- flames will roar
22
- - text: >-
23
- Venezuelans Flood Polls, Voting Extended CARACAS, Venezuela (Reuters) -
24
- Venezuelans voted in huge numbers on Sunday in a historic referendum on
25
- whether to recall left-wing President Hugo Chavez and electoral authorities
26
- prolonged voting well into the night.
27
- language:
28
- - en
29
- pipeline_tag: text-classification
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
+ - en
4
  license: mit
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
  - ag_news
9
+ widget:
10
+ - text: Oil and Economy Cloud Stocks' Outlook (Reuters) Reuters - Soaring crude prices
11
+ plus worries\about the economy and the outlook for earnings are expected to\hang
12
+ over the stock market next week during the depth of the\summer doldrums
13
+ - text: Prediction Unit Helps Forecast Wildfires (AP) AP - It's barely dawn when Mike
14
+ Fitzpatrick starts his shift with a blur of colorful maps, figures and endless
15
+ charts, but already he knows what the day will bring. Lightning will strike in
16
+ places he expects. Winds will pick up, moist places will dry and flames will roar
17
+ - text: Venezuelans Flood Polls, Voting Extended CARACAS, Venezuela (Reuters) - Venezuelans
18
+ voted in huge numbers on Sunday in a historic referendum on whether to recall
19
+ left-wing President Hugo Chavez and electoral authorities prolonged voting well
20
+ into the night.
21
+ pipeline_tag: text-classification
22
+ base_model: roberta-base
23
  model-index:
24
  - name: roberta-base_ag_news
25
  results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You