Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
orionai/training-data-collection_2
orionai
/
training-data-collection_3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Oscar Wang
commited on
Jul 28, 2024
Commit
6663d52
·
verified
·
1 Parent(s):
245fa34
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -70,7 +70,7 @@ def generate_and_save_data():
70
}
71
],
72
temperature=1,
73
-
max_tokens=
1024
,
74
top_p=1,
75
stream=True,
76
stop=None,
70
}
71
],
72
temperature=1,
73
+
max_tokens=
5000
,
74
top_p=1,
75
stream=True,
76
stop=None,