Justin Law commited on
Commit
3d08016
1 Parent(s): 7749ef1

Fix(README): Typo in inference example

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -29,7 +29,7 @@ tags:
29
  - opera
30
  - justinthelaw
31
  widget:
32
- - text: "Using full sentencessentences, 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,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 sentencessentences, 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,7 +201,7 @@ import torch
201
  from transformers import T5ForConditionalGeneration, T5Tokenizer
202
 
203
  bullet_data_creation_prefix = (
204
- "Using full sentencessentences, 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
  )
 
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
  )