AIBunCho commited on
Commit
03fa443
1 Parent(s): 4357171

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -12,12 +12,12 @@ pipeline_tag: text-generation
12
 
13
  ## Model Details
14
 
15
- GPT-J-6BをTPUで2週間日本語tokenizerで事前学習し、その後2週間小説用データで転移学習したものです。
16
 
17
 
18
  ## Uses
19
 
20
- ```
21
 
22
  ```
23
 
@@ -30,8 +30,10 @@ The pre-training dataset may have contained offensive or inappropriate content e
30
  ### Training Data
31
 
32
  cc100の日本語データ
 
33
  Wikipedia
34
- その他web小説データ
 
35
 
36
  ## Author
37
 
 
12
 
13
  ## Model Details
14
 
15
+ GPT-J-6BをTPUで2週間日本語tokenizerを用いて日本語データで事前学習し、その後2週間小説データで転移学習したものです。
16
 
17
 
18
  ## Uses
19
 
20
+ ```python
21
 
22
  ```
23
 
 
30
  ### Training Data
31
 
32
  cc100の日本語データ
33
+
34
  Wikipedia
35
+
36
+ その他webデータ
37
 
38
  ## Author
39