tamdiep106 commited on
Commit
c5110d5
1 Parent(s): 940e314

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -41,8 +41,21 @@ tokenizer.pad_token_id = 0 # unk. we want this to be different from the eos tok
41
  tokenizer.bos_token_id = 1
42
  tokenizer.eos_token_id = 2
43
  ```
 
 
 
44
  To try out this model, use this colab space
45
- https://colab.research.google.com/drive/1kVcN0L_n5lwhFlIqDkNbLNURboifgbBO?usp=sharing
 
 
 
 
 
 
 
 
 
 
46
 
47
  ## Japanese prompt:
48
 
 
41
  tokenizer.bos_token_id = 1
42
  tokenizer.eos_token_id = 2
43
  ```
44
+
45
+ ## Try this model
46
+
47
  To try out this model, use this colab space
48
+ [GOOGLE COLAB LINK](https://colab.research.google.com/drive/1kVcN0L_n5lwhFlIqDkNbLNURboifgbBO?usp=sharing)
49
+
50
+ ### Recommend Generation parameters:
51
+
52
+ - temperature: 0.5~0.7
53
+
54
+ - top p: 0.65~1.0
55
+
56
+ - top k: 30~50
57
+
58
+ - repeat penalty: 1.03~1.17
59
 
60
  ## Japanese prompt:
61