HachiML commited on
Commit
4c8175c
1 Parent(s): 3a61f88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -8,10 +8,10 @@ We evaluated our model using the following JGLUE tasks. Here are the scores:
8
 
9
  | Task | Score |
10
  |----------------|---------:|
11
- | JSQUAD | 62.83 |
12
- | JCOMMONSENSEQA | 0.7578 |
13
- | JNLI | 0.5069 |
14
- | MARC_JA | *your_score* |
15
 
16
  The JGLUE scores were measured using the following script:
17
  [https://github.com/Stability-AI/lm-evaluation-harness/tree/jp-stable]
 
8
 
9
  | Task | Score |
10
  |----------------|---------:|
11
+ | JSQUAD(exact_match) | 62.83 |
12
+ | JCOMMONSENSEQA(acc) | 0.7578 |
13
+ | JNLI(acc) | 0.5069 |
14
+ | MARC_JA(acc) | - |
15
 
16
  The JGLUE scores were measured using the following script:
17
  [https://github.com/Stability-AI/lm-evaluation-harness/tree/jp-stable]