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

Add V2's response

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
- # Cessna is a brand of aircraft. Space is beyond the atmosphere. 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
+ # CCessna is a type of aircraft. Space is beyond the reach of Cessna. The answer is no.
58
  ```