susnato commited on
Commit
9070ddb
1 Parent(s): f3d2d29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: other
3
  license_name: microsoft-research-license
4
  license_link: LICENSE
5
  ---
@@ -33,4 +33,4 @@ outputs = model.generate(**inputs, max_length=200)
33
  text = tokenizer.batch_decode(outputs)[0]
34
  print(text)
35
 
36
- ```
 
1
  ---
2
+ license: mit
3
  license_name: microsoft-research-license
4
  license_link: LICENSE
5
  ---
 
33
  text = tokenizer.batch_decode(outputs)[0]
34
  print(text)
35
 
36
+ ```