Justin Law commited on
Commit
72e8d4a
1 Parent(s): 750eefd

Docs(README): Added successful generation examples

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -81,11 +81,16 @@ This is a fine-tuned version of the LaMini-Flan-T5-783M, using the justinthelaw/
81
 
82
  Used to programmatically produce training data for Opera's Bullet Forge (see GitHub repository for details).
83
 
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: <INSERT BULLET HERE>"
88
- ```
 
 
 
 
 
89
 
90
  ## Downstream Use
91
 
 
81
 
82
  Used to programmatically produce training data for Opera&#39;s Bullet Forge (see GitHub repository for details).
83
 
84
+ The exact prompt to achieve the desired result is: "Using full sentences, expand upon the following Air and Space Force bullet statement by spelling-out acronyms and adding additional context: [INSERT BULLET HERE]"
85
 
86
+ Below are some examples of this model's v0.1.0 iteration generating acceptable translations of bullets that it was not previously exposed to during training nor validation:
87
+
88
+ | Bullet | Translation to Sentence |
89
+ | :------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
90
+ | - Maintained 112 acft G-files; conducted 100% insp of T.Osjob guides--efforts key to flt's 96% LSEP pass rate | Maintained 112 aircraft G-files and conducted 100% inspection of T.O.s job guides, contributing to the flight's 96% LSEP pass rate. |
91
+ | - Spearheaded mx for 43 nuke-cert vehs$5.2M; achieved peak 99% MC rt--vital to SECAF #1 prioritynuc deterrence | Spearheaded the maintenance for 43 nuke-cert vehicles worth $5.2 million, achieving a peak 99% mission capability rating. This mission was vital to the Space and Defense Communications System (SECAF) #1 priority nuclear deterrence. |
92
+ | - Superb NCO; mng'd mobility ofc during LibyanISAF ops; continuously outshines peers--promote to MSgt now | Superb Non-Commissioned Officer (NCO) who managed the mobility operation during Libyan ISAF operations. I continuously outshines my peers and deserve a promotion to MSgt now. |
93
+ | - Managed PMEL prgrm; maintained 300+ essential equipment calibration items--reaped 100% TMDE pass rt | I managed the PMEL program and maintained over 300+ essential equipment calibration items, resulting in a 100% Test, Measurement, and Diagnostic Equipment (TMDE) pass rate. |
94
 
95
  ## Downstream Use
96