noriyukipy commited on
Commit
be43b41
1 Parent(s): 0dae61b

Modify CHANGELOG

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +8 -8
CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
  # Changelog
2
 
3
- ## [Unreleased]
4
 
5
- ## 2021-04-01
6
- ### Added
7
- - Disclaimer and author in the "License" section. (The disclaimer and author are applied to all previous versions)
8
  - CHANGELOG.md
9
 
10
- ## [v1.1.0] - 2021-03/27
11
- ### Modified
12
  - config.json to set default generation parameters of top_k=50, top_p=0.95 and d_samples=True
13
 
14
- ## [v1.0.0] - 2021-03/27
15
- ### Added
16
  - models and model card
1
  # Changelog
2
 
3
+ ## [v1]
4
 
5
+ ### 2021-04-01
6
+ #### Added
7
+ - disclaimer and author in the "License" section
8
  - CHANGELOG.md
9
 
10
+ ### 2021-03-27
11
+ #### Modified
12
  - config.json to set default generation parameters of top_k=50, top_p=0.95 and d_samples=True
13
 
14
+ ### 2021-03-27
15
+ #### Added
16
  - models and model card