sonoisa commited on
Commit
f0759df
·
1 Parent(s): d94ee31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ SEE: https://github.com/sonoisa/deep-question-generation
16
 
17
  1. [SQuAD 1.1](https://rajpurkar.github.io/SQuAD-explorer/)を日本語に機械翻訳し、不正なデータをクレンジング(有効なデータは約半分)。
18
  回答が含まれるコンテキスト、質問文、解答の3つ組ができる。
19
- 2. [日本語T5モデル](https://huggingface.co/sonoisa/t5-base-japanese)を次の設定でファインチューニングを実行
20
  * 入力: "answer: {解答} content: {回答が含まれるコンテキスト}"
21
  * 出力: "{質問文}"
22
  * 各種ハイパーパラメータ
 
16
 
17
  1. [SQuAD 1.1](https://rajpurkar.github.io/SQuAD-explorer/)を日本語に機械翻訳し、不正なデータをクレンジング(有効なデータは約半分)。
18
  回答が含まれるコンテキスト、質問文、解答の3つ組ができる。
19
+ 2. [日本語T5モデル](https://huggingface.co/sonoisa/t5-base-japanese)を次の設定でファインチューニング
20
  * 入力: "answer: {解答} content: {回答が含まれるコンテキスト}"
21
  * 出力: "{質問文}"
22
  * 各種ハイパーパラメータ