Update README.md
Browse files
README.md
CHANGED
|
@@ -1,2 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
This model was created using GPT-2 as a base, and fine-tuned upon a dataset of elementary school problems requiring logic and reasoning.
|
| 2 |
Requires Pytorch
|
|
|
|
| 1 |
+
---
|
| 2 |
+
inference:
|
| 3 |
+
parameters:
|
| 4 |
+
temperature: 0.5
|
| 5 |
+
widget:
|
| 6 |
+
- text: "A courier received 50 packages yesterday and twice as many today. All of these should be delivered tomorrow. How many packages should be delivered tomorrow?"
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
This model was created using GPT-2 as a base, and fine-tuned upon a dataset of elementary school problems requiring logic and reasoning.
|
| 10 |
Requires Pytorch
|