Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`dkleczek/bert-base-polish-cased-v1`](https://huggingface.co/dkleczek/bert-base-polish-cased-v1) 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)!
@@ -1,37 +1,32 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
|
4 |
-
|
5 |
-
pipeline_tag: text-classification
|
6 |
-
|
7 |
-
widget:
|
8 |
-
- text: "Przykro patrzeć, a słuchać się nie da."
|
9 |
-
example_title: "example 1"
|
10 |
-
- text: "Oczywiście ze Pan Prezydent to nasza duma narodowa!!"
|
11 |
-
example_title: "example 2"
|
12 |
-
|
13 |
tags:
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
metrics:
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
model-index:
|
23 |
- name: PaReS-sentimenTw-political-PL
|
24 |
results:
|
25 |
- task:
|
26 |
-
type: sentiment-classification
|
27 |
-
name: Text Classification
|
28 |
dataset:
|
29 |
-
|
30 |
-
|
31 |
metrics:
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
---
|
36 |
|
37 |
# PaReS-sentimenTw-political-PL
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- pl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
tags:
|
5 |
+
- text
|
6 |
+
- sentiment
|
7 |
+
- politics
|
|
|
8 |
metrics:
|
9 |
+
- accuracy
|
10 |
+
- f1
|
11 |
+
pipeline_tag: text-classification
|
12 |
+
widget:
|
13 |
+
- text: Przykro patrzeć, a słuchać się nie da.
|
14 |
+
example_title: example 1
|
15 |
+
- text: Oczywiście ze Pan Prezydent to nasza duma narodowa!!
|
16 |
+
example_title: example 2
|
17 |
+
base_model: dkleczek/bert-base-polish-cased-v1
|
18 |
model-index:
|
19 |
- name: PaReS-sentimenTw-political-PL
|
20 |
results:
|
21 |
- task:
|
22 |
+
type: sentiment-classification
|
23 |
+
name: Text Classification
|
24 |
dataset:
|
25 |
+
name: tweets_2020_electionsPL
|
26 |
+
type: tweets
|
27 |
metrics:
|
28 |
+
- type: f1
|
29 |
+
value: 94.4
|
|
|
30 |
---
|
31 |
|
32 |
# PaReS-sentimenTw-political-PL
|