Yuta Hayashibe commited on
Commit
3dd9d27
1 Parent(s): a815523

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -15
README.md CHANGED
@@ -15,6 +15,7 @@ datasets:
15
  ## Description
16
 
17
  [megagonlabs/t5-base-japanese-web](https://huggingface.co/megagonlabs/t5-base-japanese-web) is a T5 (Text-to-Text Transfer Transformer) model pre-trained on Japanese web texts.
 
18
 
19
  ### Corpus
20
 
@@ -33,22 +34,10 @@ SentencePiece trained on Japanese Wikipedia
33
  - T5 model: [models/t5.1.1.base.gin](https://github.com/google-research/text-to-text-transfer-transformer/blob/main/t5/models/gin/models/t5.1.1.base.gin)
34
  - Training steps: 1,000,000
35
 
36
- ## Documents
37
 
38
- - [pretrain of T5 with TPU](docs/mC4_wiki40b.md)
39
-
40
- ## Links
41
-
42
- - Repositories
43
- - [T5](https://github.com/google-research/text-to-text-transfer-transformer)
44
- - [mT5](https://github.com/google-research/multilingual-t5)
45
- - Related models
46
- - [日本語T5事前学習済みモデル (sonoisa/t5-base-japanese)](https://huggingface.co/sonoisa/t5-base-japanese)
47
- - [日本語T5事前学習済みモデル (sonoisa/t5-base-japanese-mC4-Wikipedia)](https://huggingface.co/sonoisa/t5-base-japanese-mC4-Wikipedia)
48
- - Articles
49
- - [第7回 T5 によるテキスト生成の検証 (2020年2月26日)](https://www.ogis-ri.co.jp/otc/hiroba/technical/similar-document-search/part7.html)
50
- - [第8回 続・T5 によるテキスト生成の検証 (2020年4月23日)](https://www.ogis-ri.co.jp/otc/hiroba/technical/similar-document-search/part8.html)
51
- - [第14回 Hugging Face Transformers で T5 を使ってみる (2021年4月22日)](https://www.ogis-ri.co.jp/otc/hiroba/technical/similar-document-search/part14.html)
52
 
53
  ## License
54
 
 
15
  ## Description
16
 
17
  [megagonlabs/t5-base-japanese-web](https://huggingface.co/megagonlabs/t5-base-japanese-web) is a T5 (Text-to-Text Transfer Transformer) model pre-trained on Japanese web texts.
18
+ Training codes are [available on GitHub](https://github.com/megagonlabs/t5-japanese).
19
 
20
  ### Corpus
21
 
 
34
  - T5 model: [models/t5.1.1.base.gin](https://github.com/google-research/text-to-text-transfer-transformer/blob/main/t5/models/gin/models/t5.1.1.base.gin)
35
  - Training steps: 1,000,000
36
 
37
+ ## Related models
38
 
39
+ - [日本語T5事前学習済みモデル (sonoisa/t5-base-japanese)](https://huggingface.co/sonoisa/t5-base-japanese)
40
+ - [日本語T5事前学習済みモデル (sonoisa/t5-base-japanese-mC4-Wikipedia)](https://huggingface.co/sonoisa/t5-base-japanese-mC4-Wikipedia)
 
 
 
 
 
 
 
 
 
 
 
 
41
 
42
  ## License
43