librarian-bot commited on
Commit
48e1dc2
1 Parent(s): addf7c3

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`xlm-roberta-large`](https://huggingface.co/xlm-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).

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 +34 -35
README.md CHANGED
@@ -1,5 +1,6 @@
1
-
2
  ---
 
 
3
  license: apache-2.0
4
  library_name: span-marker
5
  tags:
@@ -7,43 +8,41 @@ tags:
7
  - token-classification
8
  - ner
9
  - named-entity-recognition
 
 
 
 
 
 
 
10
  pipeline_tag: token-classification
11
  widget:
12
- - text: >-
13
- Amelia Earhart flew her single engine Lockheed Vega 5B across the Atlantic
14
- to Paris.
15
- example_title: Amelia Earhart
16
  model-index:
17
- - name: >-
18
- SpanMarker w. xlm-roberta-large on CoNLL03 with document-level context by Tom Aarsen
19
- results:
20
- - task:
21
- type: token-classification
22
- name: Named Entity Recognition
23
- dataset:
24
- type: conll2003
25
- name: CoNLL03 w. document context
26
- split: test
27
- revision: 01ad4ad271976c5258b9ed9b910469a806ff3288
28
- metrics:
29
- - type: f1
30
- value: 0.9442
31
- name: F1
32
- - type: precision
33
- value: 0.9411
34
- name: Precision
35
- - type: recall
36
- value: 0.9473
37
- name: Recall
38
- datasets:
39
- - conll2003
40
- - tomaarsen/conll2003
41
- language:
42
- - en
43
- metrics:
44
- - f1
45
- - recall
46
- - precision
47
  ---
48
 
49
  # SpanMarker for Named Entity Recognition
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
  library_name: span-marker
6
  tags:
 
8
  - token-classification
9
  - ner
10
  - named-entity-recognition
11
+ datasets:
12
+ - conll2003
13
+ - tomaarsen/conll2003
14
+ metrics:
15
+ - f1
16
+ - recall
17
+ - precision
18
  pipeline_tag: token-classification
19
  widget:
20
+ - text: Amelia Earhart flew her single engine Lockheed Vega 5B across the Atlantic
21
+ to Paris.
22
+ example_title: Amelia Earhart
23
+ base_model: xlm-roberta-large
24
  model-index:
25
+ - name: SpanMarker w. xlm-roberta-large on CoNLL03 with document-level context by
26
+ Tom Aarsen
27
+ results:
28
+ - task:
29
+ type: token-classification
30
+ name: Named Entity Recognition
31
+ dataset:
32
+ name: CoNLL03 w. document context
33
+ type: conll2003
34
+ split: test
35
+ revision: 01ad4ad271976c5258b9ed9b910469a806ff3288
36
+ metrics:
37
+ - type: f1
38
+ value: 0.9442
39
+ name: F1
40
+ - type: precision
41
+ value: 0.9411
42
+ name: Precision
43
+ - type: recall
44
+ value: 0.9473
45
+ name: Recall
 
 
 
 
 
 
 
 
 
46
  ---
47
 
48
  # SpanMarker for Named Entity Recognition