Update README.md
Browse files
README.md
CHANGED
@@ -20,4 +20,8 @@ tokenizer = GPT2Tokenizer.from_pretrained("Saisam/gpt-neo-math-small")
|
|
20 |
model = GPTNeoForCausalLM.from_pretrained("Saisam/gpt-neo-math-small")
|
21 |
```
|
22 |
|
|
|
|
|
|
|
|
|
23 |
Worked along with Xihao Xhang and Moya Zhu
|
|
|
20 |
model = GPTNeoForCausalLM.from_pretrained("Saisam/gpt-neo-math-small")
|
21 |
```
|
22 |
|
23 |
+
More Information can be found at https://github.com/saisurbehera/mathProof.
|
24 |
+
|
25 |
+
The current model beats the GPT-F for minif2f benchmark
|
26 |
+
|
27 |
Worked along with Xihao Xhang and Moya Zhu
|