librarian-bot commited on
Commit
172b61d
1 Parent(s): 5f9cf93

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`roberta-large`](https://huggingface.co/roberta-large) 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 +19 -16
README.md CHANGED
@@ -1,6 +1,6 @@
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,35 +11,38 @@ metrics:
11
  - recall
12
  - f1
13
  - accuracy
14
- language:
15
- - en
16
  widget:
17
- - text: "Light dissolved inorganic carbon (DIC) resulting from the oxidation of hydrocarbons."
18
- - text: "RAFs are plotted for a selection of neurons in the dorsal zone (DZ) of auditory cortex in Figure 1."
19
- - text: "Images were acquired using a GE 3.0T MRI scanner with an upgrade for echo-planar imaging (EPI)."
 
 
 
20
  model-index:
21
  - name: roberta-large-finetuned-ner
22
  results:
23
  - task:
24
- name: Token Classification
25
  type: token-classification
 
26
  dataset:
27
  name: surrey-nlp/PLOD-unfiltered
28
  type: token-classification
29
  args: PLODunfiltered
30
  metrics:
31
- - name: Precision
32
- type: precision
33
  value: 0.9662545190541101
34
- - name: Recall
35
- type: recall
36
  value: 0.9627013733169376
37
- - name: F1
38
- type: f1
39
  value: 0.9644746737300262
40
- - name: Accuracy
41
- type: accuracy
42
  value: 0.9607518572002093
 
43
  ---
44
 
45
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
+ - en
4
  license: mit
5
  tags:
6
  - generated_from_trainer
 
11
  - recall
12
  - f1
13
  - accuracy
14
+ model_creators:
15
+ - Leonardo Zilio, Hadeel Saadany, Prashant Sharma, Diptesh Kanojia, Constantin Orasan
16
  widget:
17
+ - text: Light dissolved inorganic carbon (DIC) resulting from the oxidation of hydrocarbons.
18
+ - text: RAFs are plotted for a selection of neurons in the dorsal zone (DZ) of auditory
19
+ cortex in Figure 1.
20
+ - text: Images were acquired using a GE 3.0T MRI scanner with an upgrade for echo-planar
21
+ imaging (EPI).
22
+ base_model: roberta-large
23
  model-index:
24
  - name: roberta-large-finetuned-ner
25
  results:
26
  - task:
 
27
  type: token-classification
28
+ name: Token Classification
29
  dataset:
30
  name: surrey-nlp/PLOD-unfiltered
31
  type: token-classification
32
  args: PLODunfiltered
33
  metrics:
34
+ - type: precision
 
35
  value: 0.9662545190541101
36
+ name: Precision
37
+ - type: recall
38
  value: 0.9627013733169376
39
+ name: Recall
40
+ - type: f1
41
  value: 0.9644746737300262
42
+ name: F1
43
+ - type: accuracy
44
  value: 0.9607518572002093
45
+ name: Accuracy
46
  ---
47
 
48
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You