Saisam commited on
Commit
d239264
·
1 Parent(s): b748555

Update README.md

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