Leli1024 commited on
Commit
0f933fa
·
1 Parent(s): 30dd132

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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