Librarian Bot: Add base_model information to model

#2
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