librarian-bot commited on
Commit
d291600
1 Parent(s): 3b7ca13

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`sberbank-ai/ruBert-base`](https://huggingface.co/sberbank-ai/ruBert-base) 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 +22 -21
README.md CHANGED
@@ -1,13 +1,12 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  - named-entity-recognition
6
  - russian
7
  - ner
8
- language:
9
- - ru
10
- thumbnail: "Sberbank RuBERT-base fintuned on Collection3 dataset"
11
  datasets:
12
  - RCC-MSU/collection3
13
  metrics:
@@ -15,12 +14,14 @@ metrics:
15
  - recall
16
  - f1
17
  - accuracy
 
 
18
  model-index:
19
  - name: sberbank-rubert-base-collection3
20
  results:
21
  - task:
22
- name: Token Classification
23
  type: token-classification
 
24
  dataset:
25
  name: RCC-MSU/collection3
26
  type: named-entity-recognition
@@ -28,21 +29,21 @@ model-index:
28
  split: validation
29
  args: default
30
  metrics:
31
- - name: Precision
32
- type: precision
33
  value: 0.938019472809309
34
- - name: Recall
35
- type: recall
36
  value: 0.9594364828758805
37
- - name: F1
38
- type: f1
39
  value: 0.9486071085494716
40
- - name: Accuracy
41
- type: accuracy
42
  value: 0.9860420020488805
 
43
  - task:
44
- name: Token Classification
45
  type: token-classification
 
46
  dataset:
47
  name: RCC-MSU/collection3
48
  type: named-entity-recognition
@@ -50,18 +51,18 @@ model-index:
50
  split: test
51
  args: default
52
  metrics:
53
- - name: Precision
54
- type: precision
55
  value: 0.9419896321895829
56
- - name: Recall
57
- type: recall
58
  value: 0.9537615596100975
59
- - name: F1
60
- type: f1
61
  value: 0.947839046199702
62
- - name: Accuracy
63
- type: accuracy
64
  value: 0.9847255179564897
 
65
  ---
66
 
67
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
+ - ru
4
  license: apache-2.0
5
  tags:
6
  - generated_from_trainer
7
  - named-entity-recognition
8
  - russian
9
  - ner
 
 
 
10
  datasets:
11
  - RCC-MSU/collection3
12
  metrics:
 
14
  - recall
15
  - f1
16
  - accuracy
17
+ thumbnail: Sberbank RuBERT-base fintuned on Collection3 dataset
18
+ base_model: sberbank-ai/ruBert-base
19
  model-index:
20
  - name: sberbank-rubert-base-collection3
21
  results:
22
  - task:
 
23
  type: token-classification
24
+ name: Token Classification
25
  dataset:
26
  name: RCC-MSU/collection3
27
  type: named-entity-recognition
 
29
  split: validation
30
  args: default
31
  metrics:
32
+ - type: precision
 
33
  value: 0.938019472809309
34
+ name: Precision
35
+ - type: recall
36
  value: 0.9594364828758805
37
+ name: Recall
38
+ - type: f1
39
  value: 0.9486071085494716
40
+ name: F1
41
+ - type: accuracy
42
  value: 0.9860420020488805
43
+ name: Accuracy
44
  - task:
 
45
  type: token-classification
46
+ name: Token Classification
47
  dataset:
48
  name: RCC-MSU/collection3
49
  type: named-entity-recognition
 
51
  split: test
52
  args: default
53
  metrics:
54
+ - type: precision
 
55
  value: 0.9419896321895829
56
+ name: Precision
57
+ - type: recall
58
  value: 0.9537615596100975
59
+ name: Recall
60
+ - type: f1
61
  value: 0.947839046199702
62
+ name: F1
63
+ - type: accuracy
64
  value: 0.9847255179564897
65
+ name: Accuracy
66
  ---
67
 
68
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You