dmariko commited on
Commit
8030636
1 Parent(s): ee6ab81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -1,5 +1,4 @@
1
-
2
- # T5-base data to text model specialized for Finance NLG
3
 
4
  __complete version__
5
 
@@ -27,8 +26,8 @@ text = ["Group profit | valIs | € 115.7 million && € 115.7 million | dTime |
27
 
28
 
29
  input_ids = tokenizer.encode(": {}".format(text), return_tensors="pt")
30
- p=0.72
31
- k=40
32
 
33
  outputs = model.generate(input_ids,
34
  do_sample=True,
 
1
+ \n# T5-base data to text model specialized for Finance NLG
 
2
 
3
  __complete version__
4
 
 
26
 
27
 
28
  input_ids = tokenizer.encode(": {}".format(text), return_tensors="pt")
29
+ p = 0.82
30
+ k = 90
31
 
32
  outputs = model.generate(input_ids,
33
  do_sample=True,