librarian-bot commited on
Commit
9115b9e
·
1 Parent(s): 1398879

Librarian Bot: Add base_model information to model

Browse files

This 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!

Files changed (1) hide show
  1. README.md +16 -17
README.md CHANGED
@@ -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: "Facemark 1"
14
- - text: "(੭ु∂∀6)੭ु⁾⁾ ஐ•*¨*•.¸¸"
15
- example_title: "Facemark 2"
16
- - text: ":-P"
17
- example_title: "Facemark 3"
18
- - text: "(o.o)"
19
- example_title: "Facemark 4"
20
- - text: "(10/7~)"
21
- example_title: "Non-facemark 1"
22
- - text: "??<<「ニャア(しゃーねぇな)」プイッ"
23
- example_title: "Non-facemark 2"
24
- - text: "(0.01)"
25
- example_title: "Non-facemark 3"
 
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