KbsdJames commited on
Commit
04f0df6
1 Parent(s): 06fb9e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -1,5 +1,12 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
4
 
5
 
@@ -23,10 +30,10 @@ Recent advancements in AI, particularly in large language models (LLMs), have le
23
  <!-- Address questions around how the dataset is intended to be used. -->
24
  ```python
25
  from datasets import load_dataset
26
- dataset = load_dataset("KbsdJames/MathMinos-Natural-language-feedback")
27
 
28
  ```
29
- For further examniation of the model, please refer to our github repository: https://github.com/KbsdJames/Omni-MATH
30
 
31
  ## Citation
32
  If you do find our code helpful or use our benchmark dataset, please citing our paper (To be done).
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - math
7
+ - olympiads
8
+ size_categories:
9
+ - 1K<n<10K
10
  ---
11
 
12
 
 
30
  <!-- Address questions around how the dataset is intended to be used. -->
31
  ```python
32
  from datasets import load_dataset
33
+ dataset = load_dataset("KbsdJames/Omni-MATH")
34
 
35
  ```
36
+ For further examination of the model, please refer to our github repository: https://github.com/KbsdJames/Omni-MATH
37
 
38
  ## Citation
39
  If you do find our code helpful or use our benchmark dataset, please citing our paper (To be done).