Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`gyr66/RoBERTa-finetuned-privacy-detection`](https://huggingface.co/gyr66/RoBERTa-finetuned-privacy-detection) 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)!
@@ -11,12 +11,13 @@ metrics:
|
|
11 |
- recall
|
12 |
- f1
|
13 |
- accuracy
|
|
|
14 |
model-index:
|
15 |
- name: RoBERTa-finetuned-privacy-detection
|
16 |
results:
|
17 |
- task:
|
18 |
-
name: Token Classification
|
19 |
type: token-classification
|
|
|
20 |
dataset:
|
21 |
name: gyr66/privacy_detection
|
22 |
type: gyr66/privacy_detection
|
@@ -24,18 +25,18 @@ model-index:
|
|
24 |
split: train
|
25 |
args: privacy_detection
|
26 |
metrics:
|
27 |
-
-
|
28 |
-
type: precision
|
29 |
value: 0.6168845082494108
|
30 |
-
|
31 |
-
|
32 |
value: 0.7248237663645518
|
33 |
-
|
34 |
-
|
35 |
value: 0.6665123278157193
|
36 |
-
|
37 |
-
|
38 |
value: 0.9061190926862569
|
|
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
11 |
- recall
|
12 |
- f1
|
13 |
- accuracy
|
14 |
+
base_model: gyr66/RoBERTa-finetuned-privacy-detection
|
15 |
model-index:
|
16 |
- name: RoBERTa-finetuned-privacy-detection
|
17 |
results:
|
18 |
- task:
|
|
|
19 |
type: token-classification
|
20 |
+
name: Token Classification
|
21 |
dataset:
|
22 |
name: gyr66/privacy_detection
|
23 |
type: gyr66/privacy_detection
|
|
|
25 |
split: train
|
26 |
args: privacy_detection
|
27 |
metrics:
|
28 |
+
- type: precision
|
|
|
29 |
value: 0.6168845082494108
|
30 |
+
name: Precision
|
31 |
+
- type: recall
|
32 |
value: 0.7248237663645518
|
33 |
+
name: Recall
|
34 |
+
- type: f1
|
35 |
value: 0.6665123278157193
|
36 |
+
name: F1
|
37 |
+
- type: accuracy
|
38 |
value: 0.9061190926862569
|
39 |
+
name: Accuracy
|
40 |
---
|
41 |
|
42 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|