Faisal AlKhateeb
commited on
Commit
•
099ed6b
1
Parent(s):
54065e1
update generation samples
Browse files
README.md
CHANGED
@@ -171,39 +171,35 @@ You may fine-tune and adapt BTLM-3B-8k-base model via either Cerebras [Model Stu
|
|
171 |
### Out of Scope Use
|
172 |
BTLM-3B-8k-base was trained on SlimPajama, with primarily English language, and is not recommended for machine translation tasks. BTLM-3B-8k-base has not been tuned for instruction-following or chat-based use cases.
|
173 |
|
174 |
-
###
|
175 |
-
Since BTLM-3B-8K-base is not instruction fine-tuned, it performs best with “completion-style” prompts rather than “instruction-style” prompts.
|
176 |
-
|
177 |
-
For example, an instruction style prompt like: ``"What does a manometer measure?"`` Produces the following text: ``“What does a manometer measure?\nWhat is the difference between a thermometer and hygaugeometer, thermoetermometer\nHow do\nDifference between gauge and barometer”``. This is because the model was trained to complete the text it has seen rather than follow instructions. Instead, if we rephrase the instruction as a text completion problem, we can obtain useful outputs. See examples below.
|
178 |
-
|
179 |
```
|
180 |
-
Prompt:
|
181 |
-
Generation:
|
182 |
```
|
183 |
|
184 |
```
|
185 |
-
Prompt:
|
186 |
-
Generation: “
|
187 |
```
|
188 |
|
189 |
```
|
190 |
-
Prompt:
|
191 |
-
Generation: “
|
192 |
```
|
193 |
|
194 |
```
|
195 |
-
Prompt: “Isaac Newton
|
196 |
-
Generation: “English physicist, mathematician, astronomer, and
|
197 |
```
|
198 |
|
199 |
```
|
200 |
-
Prompt: "
|
201 |
-
Generation: “
|
202 |
```
|
203 |
|
204 |
```
|
205 |
-
Prompt:
|
206 |
-
Generation:
|
207 |
```
|
208 |
|
209 |
## Risk, Bias, Ethical Considerations
|
|
|
171 |
### Out of Scope Use
|
172 |
BTLM-3B-8k-base was trained on SlimPajama, with primarily English language, and is not recommended for machine translation tasks. BTLM-3B-8k-base has not been tuned for instruction-following or chat-based use cases.
|
173 |
|
174 |
+
### Generation Samples
|
|
|
|
|
|
|
|
|
175 |
```
|
176 |
+
Prompt: What is a manometer?"
|
177 |
+
Generation: "A manometric device is an instrument that measures the pressure of a fluid."
|
178 |
```
|
179 |
|
180 |
```
|
181 |
+
Prompt: "What Robert Oppenheimer is famous for?"
|
182 |
+
Generation: “Robert Opperman was a physicist who was the director of the Manhattan Project, which was responsible for the development of nuclear weapons.”
|
183 |
```
|
184 |
|
185 |
```
|
186 |
+
Prompt: "What was Albert Einstein known for?"
|
187 |
+
Generation: “Albert Einstein was a German-born theoretical physicist who developed the theory of relativity, one of the two pillars of modern physics (alongside quantum mechanics).”
|
188 |
```
|
189 |
|
190 |
```
|
191 |
+
Prompt: “Who is Isaac Newton?”
|
192 |
+
Generation: “Isaac Newton was an English physicist, mathematician, astronomer, alchemist, and theologian. He is widely recognized as one of the most influential scientists of all time and as a key figure in the scientific revolution.”
|
193 |
```
|
194 |
|
195 |
```
|
196 |
+
Prompt: "Where does the blood get pumped to after it leaves the right ventricle?"
|
197 |
+
Generation: “The right atrium receives the deoxygenated blood from the pulmonary artery. The right side of the heart is the only side that receives de-oxygened...”
|
198 |
```
|
199 |
|
200 |
```
|
201 |
+
Prompt: "Peter lost his wallet after attending a local concert. To help him, Bob gave David 10 dollars. David then passed it on to Peter. Now what is the total amount of money Peter has?"
|
202 |
+
Generation: “A. $10”
|
203 |
```
|
204 |
|
205 |
## Risk, Bias, Ethical Considerations
|