librarian-bot commited on
Commit
f937ad6
1 Parent(s): bc93f76

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`microsoft/deberta-v3-large`](https://huggingface.co/microsoft/deberta-v3-large) 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
@@ -9,26 +9,27 @@ metrics:
9
  - f1
10
  - precision
11
  - recall
 
12
  model-index:
13
  - name: deberta-v3-large-finetuned-paws-paraphrase-detector
14
  results:
15
  - task:
16
- name: Text Classification
17
  type: text-classification
 
18
  dataset:
19
  name: paws
20
  type: paws
21
  args: labeled_final
22
  metrics:
23
- - name: F1
24
- type: f1
25
  value: 0.9426698284279537
26
- - name: Precision
27
- type: precision
28
  value: 0.9300853289292595
29
- - name: Recall
30
- type: recall
31
  value: 0.9555995475113123
 
32
  ---
33
 
34
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
9
  - f1
10
  - precision
11
  - recall
12
+ base_model: microsoft/deberta-v3-large
13
  model-index:
14
  - name: deberta-v3-large-finetuned-paws-paraphrase-detector
15
  results:
16
  - task:
 
17
  type: text-classification
18
+ name: Text Classification
19
  dataset:
20
  name: paws
21
  type: paws
22
  args: labeled_final
23
  metrics:
24
+ - type: f1
 
25
  value: 0.9426698284279537
26
+ name: F1
27
+ - type: precision
28
  value: 0.9300853289292595
29
+ name: Precision
30
+ - type: recall
31
  value: 0.9555995475113123
32
+ name: Recall
33
  ---
34
 
35
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You