justinthelaw commited on
Commit
c66a7b7
1 Parent(s): 1fcb3b4

Docs(README): Inference API usage disclaimer

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -31,7 +31,7 @@ widget:
31
  example_title: "Bullet Interpretation 3"
32
  ---
33
 
34
- # Model Card for Opera Bullet Interpreter
35
 
36
  An unofficial United States Air Force and Space Force performance statement "translation" model. Takes a properly formatted performance statement, also known as a "bullet," as an input and outputs a long-form sentence, using plain english, describing the accomplishments captured within the bullet.
37
 
@@ -75,6 +75,8 @@ This is a fine-tuned version of the LaMini-Flan-T5-783M, using the justinthelaw/
75
 
76
  # Uses
77
 
 
 
78
  ## Direct Use
79
 
80
  Used to programmatically produce training data for Opera's Bullet Forge (see GitHub repository for details).
 
31
  example_title: "Bullet Interpretation 3"
32
  ---
33
 
34
+ # Opera Bullet Interpreter
35
 
36
  An unofficial United States Air Force and Space Force performance statement "translation" model. Takes a properly formatted performance statement, also known as a "bullet," as an input and outputs a long-form sentence, using plain english, describing the accomplishments captured within the bullet.
37
 
 
75
 
76
  # Uses
77
 
78
+ **_DISCLAIMER_**: Use of the model using Hugging Face's Inference API widget, beside this card, on the Hugging Face website will produce poor results. Please see "[How to Get Started with the Model](#How-to-Get-Started-with-the-Model)" for more details on how to use this model properly.
79
+
80
  ## Direct Use
81
 
82
  Used to programmatically produce training data for Opera's Bullet Forge (see GitHub repository for details).