noriyukipy commited on
Commit
a2ea247
1 Parent(s): 49040df

Update README to add revision

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -3,6 +3,7 @@ language: ja
3
  datasets: wikipedia
4
  widget:
5
  - text: 統計的機械学習でのニューラルネットワーク
 
6
  ---
7
 
8
  # GPT-2 small Japanese model
@@ -64,6 +65,15 @@ Then use pipeline to generate sentences.
64
  **Note:** The default model configuration `config.json` sets parameters for text generation with `do_sample=True`, `top_k=50`, `top_p=0.95`.
65
  Please set these parameters when you need to use different parameters.
66
 
 
 
 
 
 
 
 
 
 
67
  ## License
68
 
69
  All the models included in this repository are licensed under [Creative Commons Attribution-ShareAlike 3.0](https://creativecommons.org/licenses/by-sa/3.0/).
 
3
  datasets: wikipedia
4
  widget:
5
  - text: 統計的機械学習でのニューラルネットワーク
6
+ license: cc
7
  ---
8
 
9
  # GPT-2 small Japanese model
 
65
  **Note:** The default model configuration `config.json` sets parameters for text generation with `do_sample=True`, `top_k=50`, `top_p=0.95`.
66
  Please set these parameters when you need to use different parameters.
67
 
68
+ ## Versions
69
+
70
+ We recommend to specify `revision` to load the model for reproducibility.
71
+
72
+ | Revision | Date of Wikipedia dump |
73
+ | --- | --- |
74
+ | 20210820.1.0 | Aug 20, 2021 |
75
+ | 20210301.1.0 | March 1, 2021 |
76
+
77
  ## License
78
 
79
  All the models included in this repository are licensed under [Creative Commons Attribution-ShareAlike 3.0](https://creativecommons.org/licenses/by-sa/3.0/).