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
Justin Law
commited on
Commit
•
3d08016
1
Parent(s):
7749ef1
Fix(README): Typo in inference example
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ tags:
|
|
29 |
- opera
|
30 |
- justinthelaw
|
31 |
widget:
|
32 |
-
- text: "Using full
|
33 |
example_title: "Example Usage"
|
34 |
---
|
35 |
|
@@ -84,7 +84,7 @@ Used to programmatically produce training data for Opera's Bullet Forge (see
|
|
84 |
The exact prompt to achieve the desired result is:
|
85 |
|
86 |
```
|
87 |
-
Using full
|
88 |
```
|
89 |
|
90 |
## Downstream Use
|
@@ -201,7 +201,7 @@ import torch
|
|
201 |
from transformers import T5ForConditionalGeneration, T5Tokenizer
|
202 |
|
203 |
bullet_data_creation_prefix = (
|
204 |
-
"Using full
|
205 |
+ "spelling-out acronyms and adding additional context that is not already included in the " +
|
206 |
"Air and Space Force bullet statement: "
|
207 |
)
|
|
|
29 |
- opera
|
30 |
- justinthelaw
|
31 |
widget:
|
32 |
+
- text: "Using full sentences, expand upon the following Air and Space Force bullet statement by spelling-out acronyms and adding additional context that is not already included in the Air and Space Force bullet statement: - Attended 4-hour EPD Instructor training; taught 3 2-hour Wing EPD & 4 1-hour bullet writing courses--prepared 164 for leadership"
|
33 |
example_title: "Example Usage"
|
34 |
---
|
35 |
|
|
|
84 |
The exact prompt to achieve the desired result is:
|
85 |
|
86 |
```
|
87 |
+
Using full sentences, expand upon the following Air and Space Force bullet statement by spelling-out acronyms and adding additional context that is not already included in the Air and Space Force bullet statement: <INSERT BULLET HERE>"
|
88 |
```
|
89 |
|
90 |
## Downstream Use
|
|
|
201 |
from transformers import T5ForConditionalGeneration, T5Tokenizer
|
202 |
|
203 |
bullet_data_creation_prefix = (
|
204 |
+
"Using full sentences, expand upon the following Air and Space Force bullet statement by "
|
205 |
+ "spelling-out acronyms and adding additional context that is not already included in the " +
|
206 |
"Air and Space Force bullet statement: "
|
207 |
)
|