librarian-bot commited on
Commit
71f536c
1 Parent(s): bd60314

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`albert-base-v2`](https://huggingface.co/albert-base-v2) 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 +14 -13
README.md CHANGED
@@ -1,11 +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: "Apple was founded in 1976 by Steve Jobs, Steve Wozniak and Ronald Wayne."
9
  datasets:
10
  - conll2003
11
  metrics:
@@ -13,29 +10,33 @@ metrics:
13
  - recall
14
  - f1
15
  - accuracy
 
 
 
 
16
  model-index:
17
  - name: albert-base-v2-finetuned-ner
18
  results:
19
  - task:
20
- name: Token Classification
21
  type: token-classification
 
22
  dataset:
23
  name: conll2003
24
  type: conll2003
25
  args: conll2003
26
  metrics:
27
- - name: Precision
28
- type: precision
29
  value: 0.9252213840603477
30
- - name: Recall
31
- type: recall
32
  value: 0.9329732113328189
33
- - name: F1
34
- type: f1
35
  value: 0.9290811285541773
36
- - name: Accuracy
37
- type: accuracy
38
  value: 0.9848205157332728
 
39
  ---
40
 
41
  <!-- 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: Apple was founded in 1976 by Steve Jobs, Steve Wozniak and Ronald Wayne.
16
+ base_model: albert-base-v2
17
  model-index:
18
  - name: albert-base-v2-finetuned-ner
19
  results:
20
  - task:
 
21
  type: token-classification
22
+ name: Token Classification
23
  dataset:
24
  name: conll2003
25
  type: conll2003
26
  args: conll2003
27
  metrics:
28
+ - type: precision
 
29
  value: 0.9252213840603477
30
+ name: Precision
31
+ - type: recall
32
  value: 0.9329732113328189
33
+ name: Recall
34
+ - type: f1
35
  value: 0.9290811285541773
36
+ name: F1
37
+ - type: accuracy
38
  value: 0.9848205157332728
39
+ name: Accuracy
40
  ---
41
 
42
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You