librarian-bot commited on
Commit
f4fbb07
β€’
1 Parent(s): 42abc08

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`Danielwei0214/bert-base-chinese-finetuned-ner`](https://huggingface.co/Danielwei0214/bert-base-chinese-finetuned-ner) 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 +15 -14
README.md CHANGED
@@ -10,31 +10,32 @@ metrics:
10
  - recall
11
  - f1
12
  - accuracy
 
13
  model-index:
14
  - name: bert-base-chinese-finetuned-ner
15
  results:
16
  - task:
17
- name: Token Classification
18
  type: token-classification
 
19
  dataset:
20
- name: gyr66/privacy_detection
21
- type: gyr66/privacy_detection
22
- config: privacy_detection
23
- split: train
24
- args: privacy_detection
25
  metrics:
26
- - name: Precision
27
- type: precision
28
  value: 0.65322
29
- - name: Recall
30
- type: recall
31
  value: 0.74169
32
- - name: F1
33
- type: f1
34
  value: 0.69465
35
- - name: Accuracy
36
- type: accuracy
37
  value: 0.90517
 
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
10
  - recall
11
  - f1
12
  - accuracy
13
+ base_model: Danielwei0214/bert-base-chinese-finetuned-ner
14
  model-index:
15
  - name: bert-base-chinese-finetuned-ner
16
  results:
17
  - task:
 
18
  type: token-classification
19
+ name: Token Classification
20
  dataset:
21
+ name: gyr66/privacy_detection
22
+ type: gyr66/privacy_detection
23
+ config: privacy_detection
24
+ split: train
25
+ args: privacy_detection
26
  metrics:
27
+ - type: precision
 
28
  value: 0.65322
29
+ name: Precision
30
+ - type: recall
31
  value: 0.74169
32
+ name: Recall
33
+ - type: f1
34
  value: 0.69465
35
+ name: F1
36
+ - type: accuracy
37
  value: 0.90517
38
+ name: Accuracy
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You