Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yigiao
/
CGS
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yigiao
commited on
23 days ago
Commit
35a9a82
·
verified
·
1 Parent(s):
e9ae5d2
apply math function
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -62,3 +62,7 @@ demo = gr.ChatInterface(
62
63
if __name__ == "__main__":
64
demo.launch()
62
63
if __name__ == "__main__":
64
demo.launch()
65
+
66
+
from datasets import load_dataset
67
+
68
+
ds = load_dataset("AI-MO/NuminaMath-CoT")