Justin Law commited on
Commit
73156f3
1 Parent(s): db34f6a

Docs(README): Added yaml metadata

Browse files
Files changed (1) hide show
  1. README.md +42 -14
README.md CHANGED
@@ -1,3 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Model Card for Opera Bullet Interpreter
2
 
3
  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.
@@ -104,7 +130,7 @@ More information needed
104
 
105
  # Environmental Impact
106
 
107
- - **Hardware Type:** 2.6 GHz 6-Core Intel Core i7, 16 GB 2667 MHz DDR4, AMD Radeon Pro 5300M 4 GB
108
  - **Hours used:** 18
109
  - **Cloud Provider:** N/A
110
  - **Compute Region:** N/A
@@ -124,21 +150,23 @@ VSCode, Jupyter Notebook, Python3, PyTorch, Transformers, Pandas, Asyncio, Logur
124
 
125
  **BibTeX:**
126
 
 
127
  @article{lamini-lm,
128
- author = {Minghao Wu and
129
- Abdul Waheed and
130
- Chiyu Zhang and
131
- Muhammad Abdul-Mageed and
132
- Alham Fikri Aji
133
- },
134
- title = {LaMini-LM: A Diverse Herd of Distilled Models from Large-Scale Instructions},
135
- journal = {CoRR},
136
- volume = {abs/2304.14402},
137
- year = {2023},
138
- url = {https://arxiv.org/abs/2304.14402},
139
- eprinttype = {arXiv},
140
- eprint = {2304.14402}
141
  }
 
142
 
143
  # Model Card Authors
144
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - united states air force
7
+ - united states space force
8
+ - department of defense
9
+ - air force
10
+ - space force
11
+ - bullets
12
+ - performance reports
13
+ - OPR
14
+ - EPR
15
+ - narratives
16
+ - interpreter
17
+ - translation
18
+ - t5
19
+ - MBZUAI
20
+ - LaMini-Flan-T5-783M
21
+ - flan-t5
22
+ - google
23
+ - opera
24
+ - justinthelaw
25
+ ---
26
+
27
  # Model Card for Opera Bullet Interpreter
28
 
29
  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.
 
130
 
131
  # Environmental Impact
132
 
133
+ - **Hardware Type:** 2019 MacBook Pro, 16 inch
134
  - **Hours used:** 18
135
  - **Cloud Provider:** N/A
136
  - **Compute Region:** N/A
 
150
 
151
  **BibTeX:**
152
 
153
+ ```
154
  @article{lamini-lm,
155
+ author = {Minghao Wu and
156
+ Abdul Waheed and
157
+ Chiyu Zhang and
158
+ Muhammad Abdul-Mageed and
159
+ Alham Fikri Aji
160
+ },
161
+ title = {LaMini-LM: A Diverse Herd of Distilled Models from Large-Scale Instructions},
162
+ journal = {CoRR},
163
+ volume = {abs/2304.14402},
164
+ year = {2023},
165
+ url = {https://arxiv.org/abs/2304.14402},
166
+ eprinttype = {arXiv},
167
+ eprint = {2304.14402}
168
  }
169
+ ```
170
 
171
  # Model Card Authors
172