ykhrustalev commited on
Commit
6fb4282
·
verified ·
1 Parent(s): ab306da

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -80,7 +80,6 @@ result = generate(
80
  processor,
81
  prompt,
82
  [image],
83
- max_tokens=256,
84
  temp=0.1,
85
  min_p=0.15,
86
  repetition_penalty=1.05,
@@ -96,7 +95,6 @@ print(result.text)
96
  | temperature | 0.1 |
97
  | min_p | 0.15 |
98
  | repetition_penalty | 1.05 |
99
- | max_tokens | 256 |
100
 
101
  ## License
102
 
 
80
  processor,
81
  prompt,
82
  [image],
 
83
  temp=0.1,
84
  min_p=0.15,
85
  repetition_penalty=1.05,
 
95
  | temperature | 0.1 |
96
  | min_p | 0.15 |
97
  | repetition_penalty | 1.05 |
 
98
 
99
  ## License
100