HachiML commited on
Commit
3a61f88
1 Parent(s): 684cf74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -3,6 +3,19 @@ library_name: peft
3
  datasets:
4
  - HachiML/databricks-dolly-15k-ja-for-peft
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ## Training procedure
7
 
8
 
 
3
  datasets:
4
  - HachiML/databricks-dolly-15k-ja-for-peft
5
  ---
6
+ ## JGLUE Score
7
+ 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]
18
+
19
  ## Training procedure
20
 
21