librarian-bot commited on
Commit
6fdfcd0
1 Parent(s): 2e62fdd

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`gerulata/slovakbert`](https://huggingface.co/gerulata/slovakbert) 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 +13 -12
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
- license: mit
3
  language:
4
  - sk
 
5
  tags:
6
  - generated_from_trainer
7
  datasets:
@@ -13,31 +13,32 @@ metrics:
13
  - accuracy
14
  inference: false
15
  widget:
16
- - text: "Zuzana Čaputová sa narodila 21. júna 1973 v Bratislave."
17
- example_title: "Named Entity Recognition"
 
18
  model-index:
19
  - name: slovakbert-ner
20
  results:
21
  - task:
22
- name: Token Classification
23
  type: token-classification
 
24
  dataset:
25
  name: wikiann
26
  type: wikiann
27
  args: sk
28
  metrics:
29
- - name: Precision
30
- type: precision
31
  value: 0.9327115256495669
32
- - name: Recall
33
- type: recall
34
  value: 0.9470124013528749
35
- - name: F1
36
- type: f1
37
  value: 0.9398075632132469
38
- - name: Accuracy
39
- type: accuracy
40
  value: 0.9785228256835333
 
41
  ---
42
 
43
  # Named Entity Recognition based on SlovakBERT
 
1
  ---
 
2
  language:
3
  - sk
4
+ license: mit
5
  tags:
6
  - generated_from_trainer
7
  datasets:
 
13
  - accuracy
14
  inference: false
15
  widget:
16
+ - text: Zuzana Čaputová sa narodila 21. júna 1973 v Bratislave.
17
+ example_title: Named Entity Recognition
18
+ base_model: gerulata/slovakbert
19
  model-index:
20
  - name: slovakbert-ner
21
  results:
22
  - task:
 
23
  type: token-classification
24
+ name: Token Classification
25
  dataset:
26
  name: wikiann
27
  type: wikiann
28
  args: sk
29
  metrics:
30
+ - type: precision
 
31
  value: 0.9327115256495669
32
+ name: Precision
33
+ - type: recall
34
  value: 0.9470124013528749
35
+ name: Recall
36
+ - type: f1
37
  value: 0.9398075632132469
38
+ name: F1
39
+ - type: accuracy
40
  value: 0.9785228256835333
41
+ name: Accuracy
42
  ---
43
 
44
  # Named Entity Recognition based on SlovakBERT