librarian-bot commited on
Commit
f6b8d1e
1 Parent(s): 98c1dc9

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`deepset/gbert-base`](https://huggingface.co/deepset/gbert-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). Your input is invaluable to us!

Files changed (1) hide show
  1. README.md +16 -12
README.md CHANGED
@@ -2,9 +2,6 @@
2
  language:
3
  - de
4
  license: mit
5
- widget:
6
- - text: |
7
- Philipp ist 26 Jahre alt und lebt in Nürnberg, Deutschland. Derzeit arbeitet er als Machine Learning Engineer und Tech Lead bei Hugging Face, um künstliche Intelligenz durch Open Source und Open Science zu demokratisieren.
8
  datasets:
9
  - germaner
10
  metrics:
@@ -12,29 +9,36 @@ metrics:
12
  - recall
13
  - f1
14
  - accuracy
 
 
 
 
 
 
 
15
  model-index:
16
  - name: gbert-base-germaner
17
  results:
18
  - task:
19
- name: Token Classification
20
  type: token-classification
 
21
  dataset:
22
  name: germaner
23
  type: germaner
24
  args: default
25
  metrics:
26
- - name: precision
27
- type: precision
28
  value: 0.8520523797532108
29
- - name: recall
30
- type: recall
31
  value: 0.8754204398447607
32
- - name: f1
33
- type: f1
34
  value: 0.8635783563042368
35
- - name: accuracy
36
- type: accuracy
37
  value: 0.976147969774973
 
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
2
  language:
3
  - de
4
  license: mit
 
 
 
5
  datasets:
6
  - germaner
7
  metrics:
 
9
  - recall
10
  - f1
11
  - accuracy
12
+ widget:
13
+ - text: 'Philipp ist 26 Jahre alt und lebt in Nürnberg, Deutschland. Derzeit arbeitet
14
+ er als Machine Learning Engineer und Tech Lead bei Hugging Face, um künstliche
15
+ Intelligenz durch Open Source und Open Science zu demokratisieren.
16
+
17
+ '
18
+ base_model: deepset/gbert-base
19
  model-index:
20
  - name: gbert-base-germaner
21
  results:
22
  - task:
 
23
  type: token-classification
24
+ name: Token Classification
25
  dataset:
26
  name: germaner
27
  type: germaner
28
  args: default
29
  metrics:
30
+ - type: precision
 
31
  value: 0.8520523797532108
32
+ name: precision
33
+ - type: recall
34
  value: 0.8754204398447607
35
+ name: recall
36
+ - type: f1
37
  value: 0.8635783563042368
38
+ name: f1
39
+ - type: accuracy
40
  value: 0.976147969774973
41
+ name: accuracy
42
  ---
43
 
44
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You