ykhrustalev commited on
Commit
6c33f49
·
verified ·
1 Parent(s): a9cde7b

Upload README.md with huggingface_hub

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