librarian-bot commited on
Commit
062b734
1 Parent(s): a905959

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`roberta-base`](https://huggingface.co/roberta-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 +17 -14
README.md CHANGED
@@ -1,6 +1,4 @@
1
  ---
2
- model_creators:
3
- - Leonardo Zilio, Hadeel Saadany, Prashant Sharma, Diptesh Kanojia, Constantin Orasan
4
  license: mit
5
  tags:
6
  - generated_from_trainer
@@ -11,33 +9,38 @@ metrics:
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 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: roberta-base-finetuned-ner
20
  results:
21
  - task:
22
- name: Token Classification
23
  type: token-classification
 
24
  dataset:
25
  name: surrey-nlp/PLOD-filtered
26
  type: token-classification
27
  args: PLODfiltered
28
  metrics:
29
- - name: Precision
30
- type: precision
31
  value: 0.9644756447594547
32
- - name: Recall
33
- type: recall
34
  value: 0.9583209148378798
35
- - name: F1
36
- type: f1
37
  value: 0.9613884293804785
38
- - name: Accuracy
39
- type: accuracy
40
  value: 0.9575894768204436
 
41
  ---
42
 
43
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
 
 
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
9
  - recall
10
  - f1
11
  - accuracy
12
+ model_creators:
13
+ - Leonardo Zilio, Hadeel Saadany, Prashant Sharma, Diptesh Kanojia, Constantin Orasan
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: roberta-base
21
  model-index:
22
  - name: roberta-base-finetuned-ner
23
  results:
24
  - task:
 
25
  type: token-classification
26
+ name: Token Classification
27
  dataset:
28
  name: surrey-nlp/PLOD-filtered
29
  type: token-classification
30
  args: PLODfiltered
31
  metrics:
32
+ - type: precision
 
33
  value: 0.9644756447594547
34
+ name: Precision
35
+ - type: recall
36
  value: 0.9583209148378798
37
+ name: Recall
38
+ - type: f1
39
  value: 0.9613884293804785
40
+ name: F1
41
+ - type: accuracy
42
  value: 0.9575894768204436
43
+ name: Accuracy
44
  ---
45
 
46
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You