Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`cl-tohoku/bert-base-japanese-whole-word-masking`](https://huggingface.co/cl-tohoku/bert-base-japanese-whole-word-masking) 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,28 +1,27 @@
|
|
1 |
---
|
2 |
-
license: cc-by-sa-4.0
|
3 |
language: ja
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
- text-classification
|
7 |
-
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
-
|
11 |
widget:
|
12 |
-
- text:
|
13 |
-
example_title:
|
14 |
-
- text:
|
15 |
-
example_title:
|
16 |
-
- text:
|
17 |
-
example_title:
|
18 |
-
- text:
|
19 |
-
example_title:
|
20 |
-
- text:
|
21 |
-
example_title:
|
22 |
-
- text:
|
23 |
-
example_title:
|
24 |
-
- text:
|
25 |
-
example_title:
|
|
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
|
|
2 |
language: ja
|
3 |
+
license: cc-by-sa-4.0
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
- text-classification
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
|
|
9 |
widget:
|
10 |
+
- text: 💪(^ω^ 🍤)
|
11 |
+
example_title: Facemark 1
|
12 |
+
- text: (੭ु∂∀6)੭ु⁾⁾ ஐ•*¨*•.¸¸
|
13 |
+
example_title: Facemark 2
|
14 |
+
- text: :-P
|
15 |
+
example_title: Facemark 3
|
16 |
+
- text: (o.o)
|
17 |
+
example_title: Facemark 4
|
18 |
+
- text: (10/7~)
|
19 |
+
example_title: Non-facemark 1
|
20 |
+
- text: ??<<「ニャア(しゃーねぇな)」プイッ
|
21 |
+
example_title: Non-facemark 2
|
22 |
+
- text: (0.01)
|
23 |
+
example_title: Non-facemark 3
|
24 |
+
base_model: cl-tohoku/bert-base-japanese-whole-word-masking
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|