Abigail45 commited on
Commit
1c331e5
·
verified ·
1 Parent(s): 0534bf6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -67,7 +67,7 @@ inputs = tokenizer(
67
  prompt,
68
  return_tensors="pt",
69
  truncation=True,
70
- max_length=48000 # Context length
71
  ).to(model.device)
72
 
73
  # Generate output with max new tokens
 
67
  prompt,
68
  return_tensors="pt",
69
  truncation=True,
70
+ max_length=39997 # Context length
71
  ).to(model.device)
72
 
73
  # Generate output with max new tokens