fix typo in v2 response (human err)
Browse files
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 |
-
#
|
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 |
```
|