librarian-bot commited on
Commit
06f3493
1 Parent(s): 60c13cc

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).

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)!

Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -9,16 +9,21 @@ metrics:
9
  - accuracy
10
  - f1
11
  widget:
12
- - text: "Yucaipa owned Dominick 's before selling the chain to Safeway in 1998 for $ 2.5 billion.,Yucaipa bought Dominick's in 1995 for $ 693 million and sold it to Safeway for $ 1.8 billion in 1998."
13
- example_title: Not Equivalent
14
- - text: "Revenue in the first quarter of the year dropped 15 percent from the same period a year earlier.,With the scandal hanging over Stewart's company revenue the first quarter of the year dropped 15 percent from the same period a year earlier."
15
- example_title: Equivalent
 
 
 
 
 
16
  model-index:
17
  - name: platzi-distilroberta-base-mrpc-glue-edgar-elias
18
  results:
19
  - task:
20
- name: Text Classification
21
  type: text-classification
 
22
  dataset:
23
  name: glue
24
  type: glue
@@ -26,12 +31,12 @@ model-index:
26
  split: validation
27
  args: mrpc
28
  metrics:
29
- - name: Accuracy
30
- type: accuracy
31
  value: 0.8235294117647058
32
- - name: F1
33
- type: f1
34
  value: 0.8695652173913043
 
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
9
  - accuracy
10
  - f1
11
  widget:
12
+ - text: Yucaipa owned Dominick 's before selling the chain to Safeway in 1998 for
13
+ $ 2.5 billion.,Yucaipa bought Dominick's in 1995 for $ 693 million and sold it
14
+ to Safeway for $ 1.8 billion in 1998.
15
+ example_title: Not Equivalent
16
+ - text: Revenue in the first quarter of the year dropped 15 percent from the same
17
+ period a year earlier.,With the scandal hanging over Stewart's company revenue
18
+ the first quarter of the year dropped 15 percent from the same period a year earlier.
19
+ example_title: Equivalent
20
+ base_model: distilroberta-base
21
  model-index:
22
  - name: platzi-distilroberta-base-mrpc-glue-edgar-elias
23
  results:
24
  - task:
 
25
  type: text-classification
26
+ name: Text Classification
27
  dataset:
28
  name: glue
29
  type: glue
 
31
  split: validation
32
  args: mrpc
33
  metrics:
34
+ - type: accuracy
 
35
  value: 0.8235294117647058
36
+ name: Accuracy
37
+ - type: f1
38
  value: 0.8695652173913043
39
+ name: F1
40
  ---
41
 
42
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You