SUMMERZETT commited on
Commit
6052dbf
1 Parent(s): 03ea686

Update README.md

Browse files

Model Description:
This model is fine-tuned on Gemma2 2B using the ProofNet dataset to assist in proving mathematical theorems.

Base Model:
Gemma2 2B

Dataset Source:
The dataset used for training is ProofNet, available at: https://huggingface.co/datasets/hoskinson-center/proofnet

Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,3 +1,8 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - hoskinson-center/proofnet
5
+ base_model:
6
+ - google/gemma-2-2b
7
+ pipeline_tag: text2text-generation
8
+ ---