librarian-bot commited on
Commit
2d9719c
1 Parent(s): b26ffbf

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`bert-large-uncased`](https://huggingface.co/bert-large-uncased) 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 -14
README.md CHANGED
@@ -1,12 +1,8 @@
1
  ---
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- language: en
6
- widget:
7
- - text: "My name is Scott and I live in Columbus."
8
- - text: "My name is Scott and I am calling from Buffalo, NY. I would like to file a complain with United Airlines."
9
- - text: "Apple was founded in 1976 by Steve Jobs, Steve Wozniak and Ronald Wayne."
10
  datasets:
11
  - conll2003
12
  metrics:
@@ -14,29 +10,35 @@ metrics:
14
  - recall
15
  - f1
16
  - accuracy
 
 
 
 
 
 
17
  model-index:
18
  - name: bert-large-uncased-finetuned-ner
19
  results:
20
  - task:
21
- name: Token Classification
22
  type: token-classification
 
23
  dataset:
24
  name: conll2003
25
  type: conll2003
26
  args: conll2003
27
  metrics:
28
- - name: Precision
29
- type: precision
30
  value: 0.9504719600222099
31
- - name: Recall
32
- type: recall
33
  value: 0.9574896520863632
34
- - name: F1
35
- type: f1
36
  value: 0.9539679001337494
37
- - name: Accuracy
38
- type: accuracy
39
  value: 0.9885618059637473
 
40
  ---
41
 
42
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language: en
3
  license: apache-2.0
4
  tags:
5
  - generated_from_trainer
 
 
 
 
 
6
  datasets:
7
  - conll2003
8
  metrics:
 
10
  - recall
11
  - f1
12
  - accuracy
13
+ widget:
14
+ - text: My name is Scott and I live in Columbus.
15
+ - text: My name is Scott and I am calling from Buffalo, NY. I would like to file a
16
+ complain with United Airlines.
17
+ - text: Apple was founded in 1976 by Steve Jobs, Steve Wozniak and Ronald Wayne.
18
+ base_model: bert-large-uncased
19
  model-index:
20
  - name: bert-large-uncased-finetuned-ner
21
  results:
22
  - task:
 
23
  type: token-classification
24
+ name: Token Classification
25
  dataset:
26
  name: conll2003
27
  type: conll2003
28
  args: conll2003
29
  metrics:
30
+ - type: precision
 
31
  value: 0.9504719600222099
32
+ name: Precision
33
+ - type: recall
34
  value: 0.9574896520863632
35
+ name: Recall
36
+ - type: f1
37
  value: 0.9539679001337494
38
+ name: F1
39
+ - type: accuracy
40
  value: 0.9885618059637473
41
+ name: Accuracy
42
  ---
43
 
44
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You