Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`bert-base-uncased`](https://huggingface.co/bert-base-uncased) 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!
@@ -1,8 +1,6 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language: en
|
4 |
-
|
5 |
-
- Jzuluaga/uwb_atcc
|
6 |
tags:
|
7 |
- text
|
8 |
- sequence-classification
|
@@ -11,48 +9,54 @@ tags:
|
|
11 |
- generated_from_trainer
|
12 |
- bert
|
13 |
- bertraffic
|
|
|
|
|
14 |
metrics:
|
15 |
- Precision
|
16 |
- Recall
|
17 |
- Accuracy
|
18 |
- F1
|
19 |
widget:
|
20 |
-
- text:
|
21 |
-
|
22 |
-
- text:
|
23 |
-
|
24 |
-
- text:
|
|
|
|
|
|
|
25 |
- name: bert-base-speaker-role-atc-en-uwb-atcc
|
26 |
results:
|
27 |
- task:
|
28 |
-
|
29 |
-
|
30 |
dataset:
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
metrics:
|
36 |
- type: F1
|
37 |
value: 0.87
|
38 |
name: TEST F1 (macro)
|
39 |
-
verified:
|
40 |
- type: Accuracy
|
41 |
value: 0.91
|
42 |
name: TEST Accuracy
|
43 |
-
verified:
|
44 |
- type: Precision
|
45 |
value: 0.86
|
46 |
name: TEST Precision (macro)
|
47 |
-
verified:
|
48 |
- type: Recall
|
49 |
value: 0.88
|
50 |
name: TEST Recall (macro)
|
51 |
-
verified:
|
52 |
- type: Jaccard Error Rate
|
53 |
value: 0.169
|
54 |
name: TEST Jaccard Error Rate
|
55 |
-
verified:
|
|
|
56 |
---
|
57 |
|
58 |
# bert-base-speaker-role-atc-en-uwb-atcc
|
|
|
1 |
---
|
|
|
2 |
language: en
|
3 |
+
license: apache-2.0
|
|
|
4 |
tags:
|
5 |
- text
|
6 |
- sequence-classification
|
|
|
9 |
- generated_from_trainer
|
10 |
- bert
|
11 |
- bertraffic
|
12 |
+
datasets:
|
13 |
+
- Jzuluaga/uwb_atcc
|
14 |
metrics:
|
15 |
- Precision
|
16 |
- Recall
|
17 |
- Accuracy
|
18 |
- F1
|
19 |
widget:
|
20 |
+
- text: csa two nine six startup approved mike current qnh one zero one eight time
|
21 |
+
check one seven
|
22 |
+
- text: swiss four eight seven november runway three one cleared for takeoff wind
|
23 |
+
one three zero degrees seven knots
|
24 |
+
- text: lufthansa five yankee victor runway one three clear to land wind zero seven
|
25 |
+
zero degrees
|
26 |
+
- text: austrian seven one zulu hello to you reduce one six zero knots
|
27 |
+
- text: sky travel one nine two approaching holding point three one ready for departure
|
28 |
- name: bert-base-speaker-role-atc-en-uwb-atcc
|
29 |
results:
|
30 |
- task:
|
31 |
+
type: token-classification
|
32 |
+
name: chunking
|
33 |
dataset:
|
34 |
+
type: Jzuluaga/uwb_atcc
|
35 |
+
name: UWB-ATCC corpus (Air Traffic Control Communications)
|
36 |
+
config: test
|
37 |
+
split: test
|
38 |
metrics:
|
39 |
- type: F1
|
40 |
value: 0.87
|
41 |
name: TEST F1 (macro)
|
42 |
+
verified: false
|
43 |
- type: Accuracy
|
44 |
value: 0.91
|
45 |
name: TEST Accuracy
|
46 |
+
verified: false
|
47 |
- type: Precision
|
48 |
value: 0.86
|
49 |
name: TEST Precision (macro)
|
50 |
+
verified: false
|
51 |
- type: Recall
|
52 |
value: 0.88
|
53 |
name: TEST Recall (macro)
|
54 |
+
verified: false
|
55 |
- type: Jaccard Error Rate
|
56 |
value: 0.169
|
57 |
name: TEST Jaccard Error Rate
|
58 |
+
verified: false
|
59 |
+
base_model: bert-base-uncased
|
60 |
---
|
61 |
|
62 |
# bert-base-speaker-role-atc-en-uwb-atcc
|