Translation
Transformers
PyTorch
Safetensors
English
t5
text2text-generation
united states air force
united states space force
department of defense
dod
usaf
ussf
afi
air force
space force
bullets
performance reports
evaluations
awards
opr
epr
narratives
interpreter
mbzuai
lamini-flan-t5-783m
flan-t5
google
opera
justinthelaw
text-generation-inference
Inference Endpoints
justinthelaw
commited on
Commit
•
9a08530
1
Parent(s):
49cd419
Docs(README): Clean-up hot-to-use
Browse files
README.md
CHANGED
@@ -263,8 +263,8 @@ try:
|
|
263 |
|
264 |
output_text = tokenizer.decode(summary_ids[0], skip_special_tokens=True)
|
265 |
|
266 |
-
|
267 |
-
print(
|
268 |
|
269 |
except KeyboardInterrupt:
|
270 |
print("Received interrupt, stopping script...")
|
|
|
263 |
|
264 |
output_text = tokenizer.decode(summary_ids[0], skip_special_tokens=True)
|
265 |
|
266 |
+
print(f"Your input: {input_line["output"]}")
|
267 |
+
print(f"The model's output: {output_text}")
|
268 |
|
269 |
except KeyboardInterrupt:
|
270 |
print("Received interrupt, stopping script...")
|