librarian-bot commited on
Commit
9237cbf
1 Parent(s): 94b5afb

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`albert-large-v2`](https://huggingface.co/albert-large-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 +17 -14
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
@@ -9,35 +11,36 @@ metrics:
9
  - recall
10
  - f1
11
  - accuracy
12
- language:
13
- - en
14
  widget:
15
- - text: "Light dissolved inorganic carbon (DIC) resulting from the oxidation of hydrocarbons."
16
- - text: "RAFs are plotted for a selection of neurons in the dorsal zone (DZ) of auditory cortex in Figure 1."
17
- - text: "Images were acquired using a GE 3.0T MRI scanner with an upgrade for echo-planar imaging (EPI)."
 
 
 
18
  model-index:
19
  - name: albert-large-v2-finetuned-ner_with_callbacks
20
  results:
21
  - task:
22
- name: Token Classification
23
  type: token-classification
 
24
  dataset:
25
  name: surrey-nlp/PLOD-unfiltered
26
  type: token-classification
27
  args: PLODunfiltered
28
  metrics:
29
- - name: Precision
30
- type: precision
31
  value: 0.9655166719570215
32
- - name: Recall
33
- type: recall
34
  value: 0.9608483288141474
35
- - name: F1
36
- type: f1
37
  value: 0.9631768437660728
38
- - name: Accuracy
39
- type: accuracy
40
  value: 0.9589410429715819
 
41
  ---
42
 
43
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
  tags:
6
  - generated_from_trainer
 
11
  - recall
12
  - f1
13
  - accuracy
 
 
14
  widget:
15
+ - text: Light dissolved inorganic carbon (DIC) resulting from the oxidation of hydrocarbons.
16
+ - text: RAFs are plotted for a selection of neurons in the dorsal zone (DZ) of auditory
17
+ cortex in Figure 1.
18
+ - text: Images were acquired using a GE 3.0T MRI scanner with an upgrade for echo-planar
19
+ imaging (EPI).
20
+ base_model: albert-large-v2
21
  model-index:
22
  - name: albert-large-v2-finetuned-ner_with_callbacks
23
  results:
24
  - task:
 
25
  type: token-classification
26
+ name: Token Classification
27
  dataset:
28
  name: surrey-nlp/PLOD-unfiltered
29
  type: token-classification
30
  args: PLODunfiltered
31
  metrics:
32
+ - type: precision
 
33
  value: 0.9655166719570215
34
+ name: Precision
35
+ - type: recall
36
  value: 0.9608483288141474
37
+ name: Recall
38
+ - type: f1
39
  value: 0.9631768437660728
40
+ name: F1
41
+ - type: accuracy
42
  value: 0.9589410429715819
43
+ name: Accuracy
44
  ---
45
 
46
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You