qq8933 commited on
Commit
39e5bc9
1 Parent(s): 16bdc67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -13,9 +13,29 @@ model-index:
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  # longcot_pt_GEMMA_ZD_10_23_1
17
 
18
- This model is a fine-tuned version of [google/gemma-2-2b-it](https://huggingface.co/google/gemma-2-2b-it) on the longcot_pt dataset.
 
 
19
 
20
  ## Model description
21
 
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
+ Please Please cite me if this dataset is helpful for you!🥰
17
+ ```
18
+ @article{zhang2024llama,
19
+ title={LLaMA-Berry: Pairwise Optimization for O1-like Olympiad-Level Mathematical Reasoning},
20
+ author={Zhang, Di and Wu, Jianbo and Lei, Jingdi and Che, Tong and Li, Jiatong and Xie, Tong and Huang, Xiaoshui and Zhang, Shufei and Pavone, Marco and Li, Yuqiang and others},
21
+ journal={arXiv preprint arXiv:2410.02884},
22
+ year={2024}
23
+ }
24
+
25
+ @article{zhang2024accessing,
26
+ title={Accessing GPT-4 level Mathematical Olympiad Solutions via Monte Carlo Tree Self-refine with LLaMa-3 8B},
27
+ author={Zhang, Di and Li, Jiatong and Huang, Xiaoshui and Zhou, Dongzhan and Li, Yuqiang and Ouyang, Wanli},
28
+ journal={arXiv preprint arXiv:2406.07394},
29
+ year={2024}
30
+ }
31
+
32
+ ```
33
+
34
  # longcot_pt_GEMMA_ZD_10_23_1
35
 
36
+ This model is a fine-tuned version of [google/gemma-2-2b-it](https://huggingface.co/google/gemma-2-2b-it) on the [OpenLongCoT](https://huggingface.co/datasets/qq8933/OpenLongCoT-Pretrain) dataset.
37
+
38
+ This model can read and output o1-like LongCoT which targeting work with LLaMA-O1 runtime frameworks.
39
 
40
  ## Model description
41