Skip to content

Commit

Permalink
vicuna-13b & lookahead=1
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardAnt committed Sep 13, 2024
1 parent 1b22c53 commit e5c6003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poc/dsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -818,10 +818,10 @@ def generate(model_name: str, prompt: str, max_new_tokens: int) -> str:
if __name__ == "__main__":
print("Script started")

verifier_name: str = "lmsys/vicuna-7b-v1.3"
verifier_name: str = "lmsys/vicuna-13b-v1.3"
drafter_name: str = "double7/vicuna-68m"
vocab_size: int = 32000
lookahead: int = 10
lookahead: int = 1
max_new_tokens: int = 100
prompt: str = """Below is an instruction that describes a
task, paired with an input that provides
Expand Down

0 comments on commit e5c6003

Please sign in to comment.