librarian-bot commited on
Commit
24e91a5
·
1 Parent(s): 84a7f0d

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-v2`](https://huggingface.co/cl-tohoku/bert-base-japanese-v2) 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 +9 -8
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- language:
3
  - ja
4
  license: cc-by-sa-4.0
5
  tags:
@@ -7,13 +7,14 @@ tags:
7
  - text-classification
8
  - nli
9
  - pytorch
10
- metrics:
11
- - accuracy
12
  datasets:
13
  - JSNLI
 
 
14
  pipeline_tag: text-classification
15
  widget:
16
- - text: "あなたが好きです。 あなたを愛しています。"
 
17
  model-index:
18
  - name: bert-base-japanese-jsnli
19
  results:
@@ -21,13 +22,13 @@ model-index:
21
  type: text-classification
22
  name: Natural Language Inference
23
  dataset:
 
24
  type: snli
25
- name: JSNLI
26
  split: dev
27
  metrics:
28
- - type: accuracy
29
- value: 0.9288
30
- verified: false
31
  ---
32
  # bert-base-japanese-jsnli
33
 
 
1
  ---
2
+ language:
3
  - ja
4
  license: cc-by-sa-4.0
5
  tags:
 
7
  - text-classification
8
  - nli
9
  - pytorch
 
 
10
  datasets:
11
  - JSNLI
12
+ metrics:
13
+ - accuracy
14
  pipeline_tag: text-classification
15
  widget:
16
+ - text: あなたが好きです。 あなたを愛しています。
17
+ base_model: cl-tohoku/bert-base-japanese-v2
18
  model-index:
19
  - name: bert-base-japanese-jsnli
20
  results:
 
22
  type: text-classification
23
  name: Natural Language Inference
24
  dataset:
25
+ name: JSNLI
26
  type: snli
 
27
  split: dev
28
  metrics:
29
+ - type: accuracy
30
+ value: 0.9288
31
+ verified: false
32
  ---
33
  # bert-base-japanese-jsnli
34