librarian-bot commited on
Commit
80e7b67
1 Parent(s): 738b41d

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`DCU-NLP/bert-base-irish-cased-v1`](https://huggingface.co/DCU-NLP/bert-base-irish-cased-v1) 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 +13 -12
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- license: apache-2.0
3
  language: ga
 
4
  tags:
5
  - generated_from_trainer
6
  - irish
@@ -11,31 +11,32 @@ metrics:
11
  - recall
12
  - f1
13
  - accuracy
 
 
 
14
  model-index:
15
  - name: bert-base-irish-cased-v1-finetuned-ner
16
  results:
17
  - task:
18
- name: Token Classification
19
  type: token-classification
 
20
  dataset:
21
  name: wikiann
22
  type: wikiann
23
  args: ga
24
  metrics:
25
- - name: Precision
26
- type: precision
27
  value: 0.8190601668862538
28
- - name: Recall
29
- type: recall
30
  value: 0.8363228699551569
31
- - name: F1
32
- type: f1
33
  value: 0.8276015087641446
34
- - name: Accuracy
35
- type: accuracy
36
  value: 0.9306559069156423
37
- widget:
38
- - text: "Saolaíodh Pádraic Ó Conaire i nGaillimh sa bhliain 1882."
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
 
2
  language: ga
3
+ license: apache-2.0
4
  tags:
5
  - generated_from_trainer
6
  - irish
 
11
  - recall
12
  - f1
13
  - accuracy
14
+ widget:
15
+ - text: Saolaíodh Pádraic Ó Conaire i nGaillimh sa bhliain 1882.
16
+ base_model: DCU-NLP/bert-base-irish-cased-v1
17
  model-index:
18
  - name: bert-base-irish-cased-v1-finetuned-ner
19
  results:
20
  - task:
 
21
  type: token-classification
22
+ name: Token Classification
23
  dataset:
24
  name: wikiann
25
  type: wikiann
26
  args: ga
27
  metrics:
28
+ - type: precision
 
29
  value: 0.8190601668862538
30
+ name: Precision
31
+ - type: recall
32
  value: 0.8363228699551569
33
+ name: Recall
34
+ - type: f1
35
  value: 0.8276015087641446
36
+ name: F1
37
+ - type: accuracy
38
  value: 0.9306559069156423
39
+ name: Accuracy
 
40
  ---
41
 
42
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You