Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,21 @@ library_name: peft
|
|
3 |
datasets:
|
4 |
- HachiML/databricks-dolly-15k-ja-alpaca-format
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
## Training procedure
|
7 |
|
8 |
|
|
|
3 |
datasets:
|
4 |
- HachiML/databricks-dolly-15k-ja-alpaca-format
|
5 |
---
|
6 |
+
## JGLUE Score
|
7 |
+
I evaluated this model using the following JGLUE tasks. Here are the scores:
|
8 |
+
| Task | stablelm-base-alpha-7b | qlora-ja-2ep(*) | This Model(8ep) | stablelm-instruct-alpha-7b |
|
9 |
+
|---------------------|:-----------------:|:----------:|:----------:|:-----------------:|
|
10 |
+
| JCOMMONSENSEQA(acc) | 33.42 | 79.17 | 73.36 | 82.22 |
|
11 |
+
| JNLI(acc) | 43.34 | 47.82 | 39.44 | 52.05 |
|
12 |
+
| MARC_JA(acc) | 96.73 | 88.14 | 80.38 | 82.88 |
|
13 |
+
| JSQUAD(exact_match) | 70.62 | 29.85 | 19.33 | 63.26 |
|
14 |
+
| **Average** | **61.03** | **61.25** | **53.13** | **70.10** |
|
15 |
+
- Note: Use v0.3 prompt template
|
16 |
+
- The JGLUE scores were measured using the following script:
|
17 |
+
[Stability-AI/lm-evaluation-harness](https://github.com/Stability-AI/lm-evaluation-harness/tree/jp-stable)
|
18 |
+
- The JGLUE scores of Model "stablelm-base-alpha-7b" and "stablelm-instruct-alpha-7b" were referenced from Github above.
|
19 |
+
- (*) [HachiML/japanese-stablelm-alpha-7b-instruct-ja-qlora-2ep-v2](https://huggingface.co/HachiML/japanese-stablelm-alpha-7b-instruct-ja-qlora-2ep-v2)
|
20 |
+
|
21 |
## Training procedure
|
22 |
|
23 |
|