NOKUBI Takatsugu
commited on
Commit
•
9f0afec
1
Parent(s):
1963527
add description
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
---
|
|
|
1 |
+
# 日本語 gpt2 蒸留モデル
|
2 |
+
|
3 |
+
このモデルは[rinna/japanese-gpt2-meduim](https://huggingface.co/rinna/japanese-gpt2-medium)を教師として蒸留したものです。
|
4 |
+
蒸留には、HuggigFace Transformersの[コード](https://github.com/huggingface/transformers/tree/main/examples/research_projects/distillation)をベースとし、[りんなの訓練コード](https://github.com/rinnakk/japanese-pretrained-models)と組み合わせてデータ扱うよう改造したものを使っています。
|
5 |
+
|
6 |
+
訓練用コード: https://github.com/knok/japanese-pretrained-models
|
7 |
+
|
8 |
+
## 学習に関して
|
9 |
+
|
10 |
+
学習に当たり、Google Startup Programにて提供されたクレジットを用いました。
|
11 |
+
a2-highgpu-4インスタンス(A100 x 4)を使って4か月程度、何度かのresumeを挟んで訓練させました。
|
12 |
+
|
13 |
+
## 精度について
|
14 |
+
|
15 |
+
Wikipediaをコーパスとし、perplexity 40 程度となります。
|
16 |
+
rinna/japanese-gpt2-meduim を直接使った場合、27 程度なので、そこまで及びません。
|
17 |
+
何度か複数のパラメータで訓練の再開を試みたものの、かえって損失が上昇してしまう状態となってしまったので、現状のものを公開しています。
|
18 |
+
|
19 |
+
# Japanese GPT-2 model
|
20 |
+
|
21 |
+
This model is a dillated model from [rinna/japanese-gpt2-medium](https://huggingface.co/rinna/japanese-gpt2-medium).
|
22 |
+
To train, I combined HuggingFace Transformers [code](https://github.com/huggingface/transformers/tree/main/examples/research_projects/distillation) and [rinna gpt2 train code](https://github.com/rinnakk/japanese-pretrained-models).
|
23 |
+
|
24 |
+
The code is available at: https://github.com/knok/japanese-pretrained-models
|
25 |
+
|
26 |
+
## training environment
|
27 |
+
|
28 |
+
To train, I used GCP credit offered by Google Startup Progam.
|
29 |
+
Using a2-highgpu-4 instance (A100 x4), it takes about 4 months with some stopping and resume training.
|
30 |
+
|
31 |
+
## perplexity
|
32 |
+
|
33 |
+
The model gets about 40 perplexity with Wikipedia corpus.
|
34 |
+
The teacher model rinna/japanese-gpt2-meduim gets about 27 perplexity, so the student model is worse.
|
35 |
+
|
36 |
---
|
37 |
+
license: mit (same as rinna/japanese-gpt2-medium)
|
38 |
---
|