librarian-bot commited on
Commit
1d6631d
1 Parent(s): 750de10

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`cardiffnlp/twitter-roberta-base-dec2021`](https://huggingface.co/cardiffnlp/twitter-roberta-base-dec2021) 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 +43 -42
README.md CHANGED
@@ -5,76 +5,77 @@ metrics:
5
  - f1
6
  - precision
7
  - recall
 
 
 
 
 
 
8
  model-index:
9
  - name: tner/twitter-roberta-base-dec2021-tweetner7-2021
10
  results:
11
  - task:
12
- name: Token Classification
13
  type: token-classification
 
14
  dataset:
15
  name: tner/tweetner7
16
  type: tner/tweetner7
17
  args: tner/tweetner7
18
  metrics:
19
- - name: F1 (test_2021)
20
- type: f1
21
  value: 0.6346897022050466
22
- - name: Precision (test_2021)
23
- type: precision
24
  value: 0.6240500670540903
25
- - name: Recall (test_2021)
26
- type: recall
27
  value: 0.6456984273820536
28
- - name: Macro F1 (test_2021)
29
- type: f1_macro
30
  value: 0.586830362928695
31
- - name: Macro Precision (test_2021)
32
- type: precision_macro
33
  value: 0.5777962671668668
34
- - name: Macro Recall (test_2021)
35
- type: recall_macro
36
  value: 0.5983908809408913
37
- - name: Entity Span F1 (test_2021)
38
- type: f1_entity_span
39
  value: 0.77487922705314
40
- - name: Entity Span Precision (test_2020)
41
- type: precision_entity_span
42
  value: 0.7618462226195798
43
- - name: Entity Span Recall (test_2021)
44
- type: recall_entity_span
45
  value: 0.7883659072510697
46
- - name: F1 (test_2020)
47
- type: f1
48
  value: 0.6225596529284164
49
- - name: Precision (test_2020)
50
- type: precision
51
  value: 0.6519023282226007
52
- - name: Recall (test_2020)
53
- type: recall
54
  value: 0.5957446808510638
55
- - name: Macro F1 (test_2020)
56
- type: f1_macro
57
  value: 0.578847416026638
58
- - name: Macro Precision (test_2020)
59
- type: precision_macro
60
  value: 0.6085991227224318
61
- - name: Macro Recall (test_2020)
62
- type: recall_macro
63
  value: 0.5537596756202443
64
- - name: Entity Span F1 (test_2020)
65
- type: f1_entity_span
66
  value: 0.7413232104121477
67
- - name: Entity Span Precision (test_2020)
68
- type: precision_entity_span
69
  value: 0.7762634866553095
70
- - name: Entity Span Recall (test_2020)
71
- type: recall_entity_span
72
  value: 0.7093928386092372
73
-
74
- pipeline_tag: token-classification
75
- widget:
76
- - text: "Get the all-analog Classic Vinyl Edition of `Takin' Off` Album from {@herbiehancock@} via {@bluenoterecords@} link below: {{URL}}"
77
- example_title: "NER Example 1"
78
  ---
79
  # tner/twitter-roberta-base-dec2021-tweetner7-2021
80
 
 
5
  - f1
6
  - precision
7
  - recall
8
+ pipeline_tag: token-classification
9
+ widget:
10
+ - text: 'Get the all-analog Classic Vinyl Edition of `Takin'' Off` Album from {@herbiehancock@}
11
+ via {@bluenoterecords@} link below: {{URL}}'
12
+ example_title: NER Example 1
13
+ base_model: cardiffnlp/twitter-roberta-base-dec2021
14
  model-index:
15
  - name: tner/twitter-roberta-base-dec2021-tweetner7-2021
16
  results:
17
  - task:
 
18
  type: token-classification
19
+ name: Token Classification
20
  dataset:
21
  name: tner/tweetner7
22
  type: tner/tweetner7
23
  args: tner/tweetner7
24
  metrics:
25
+ - type: f1
 
26
  value: 0.6346897022050466
27
+ name: F1 (test_2021)
28
+ - type: precision
29
  value: 0.6240500670540903
30
+ name: Precision (test_2021)
31
+ - type: recall
32
  value: 0.6456984273820536
33
+ name: Recall (test_2021)
34
+ - type: f1_macro
35
  value: 0.586830362928695
36
+ name: Macro F1 (test_2021)
37
+ - type: precision_macro
38
  value: 0.5777962671668668
39
+ name: Macro Precision (test_2021)
40
+ - type: recall_macro
41
  value: 0.5983908809408913
42
+ name: Macro Recall (test_2021)
43
+ - type: f1_entity_span
44
  value: 0.77487922705314
45
+ name: Entity Span F1 (test_2021)
46
+ - type: precision_entity_span
47
  value: 0.7618462226195798
48
+ name: Entity Span Precision (test_2020)
49
+ - type: recall_entity_span
50
  value: 0.7883659072510697
51
+ name: Entity Span Recall (test_2021)
52
+ - type: f1
53
  value: 0.6225596529284164
54
+ name: F1 (test_2020)
55
+ - type: precision
56
  value: 0.6519023282226007
57
+ name: Precision (test_2020)
58
+ - type: recall
59
  value: 0.5957446808510638
60
+ name: Recall (test_2020)
61
+ - type: f1_macro
62
  value: 0.578847416026638
63
+ name: Macro F1 (test_2020)
64
+ - type: precision_macro
65
  value: 0.6085991227224318
66
+ name: Macro Precision (test_2020)
67
+ - type: recall_macro
68
  value: 0.5537596756202443
69
+ name: Macro Recall (test_2020)
70
+ - type: f1_entity_span
71
  value: 0.7413232104121477
72
+ name: Entity Span F1 (test_2020)
73
+ - type: precision_entity_span
74
  value: 0.7762634866553095
75
+ name: Entity Span Precision (test_2020)
76
+ - type: recall_entity_span
77
  value: 0.7093928386092372
78
+ name: Entity Span Recall (test_2020)
 
 
 
 
79
  ---
80
  # tner/twitter-roberta-base-dec2021-tweetner7-2021
81