PEFT
flan
opt
crumb commited on
Commit
cf01b6c
1 Parent(s): 5023cab

fix typo in v2 response (human err)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,5 +54,5 @@ with torch.autocast("cuda", dtype=torch.float16):
54
  penalty_alpha=0.6
55
  )
56
  print("\n".join(tokenizer.decode(outputs[0]).split("\n")[:prompt.count("\n")+1]))
57
- # CCessna is a type of aircraft. Space is beyond the reach of Cessna. The answer is no.
58
  ```
 
54
  penalty_alpha=0.6
55
  )
56
  print("\n".join(tokenizer.decode(outputs[0]).split("\n")[:prompt.count("\n")+1]))
57
+ # Cessna is a type of aircraft. Space is beyond the reach of Cessna. The answer is no.
58
  ```