Spaces:
Sleeping
Sleeping
PeterBrendan
commited on
Commit
·
2c90dcd
1
Parent(s):
46c3cfd
Upload app.py
Browse files
app.py
CHANGED
@@ -8,10 +8,10 @@ def load_model(model_name):
|
|
8 |
|
9 |
def main():
|
10 |
st.title("Prebid Module Generator")
|
11 |
-
st.write("Enter a Prebid module, such as 'appnexusBidAdapter', and get a generated Prebid installed module output starting from that setting onward. Using '[' will generate
|
12 |
|
13 |
st.subheader("Intended Uses")
|
14 |
-
st.write("This model is designed to assist publishers in understanding and exploring
|
15 |
st.write("To learn more about the default model, visit the [Prebid_Module_GPT2 model page](https://huggingface.co/PeterBrendan/Prebid_Module_GPT2). You can also refer to the [official Prebid Documentation on pbjs.setConfig](https://docs.prebid.org/dev-docs/publisher-api-reference/setConfig.html) for more information.")
|
16 |
|
17 |
st.write("*Note:* The model may take some time to generate the output.")
|
|
|
8 |
|
9 |
def main():
|
10 |
st.title("Prebid Module Generator")
|
11 |
+
st.write("Enter a Prebid module, such as 'appnexusBidAdapter', and get a generated Prebid installed module output starting from that setting onward. Using '[' will generate common Prebid modules from the beginning. The model currently has a capped output of 1000 characters.")
|
12 |
|
13 |
st.subheader("Intended Uses")
|
14 |
+
st.write("This model is designed to assist publishers in understanding and exploring what modules most publishers use with their Prebid set-up. It can serve as a valuable reference to gain insights into common Prebid modules, best practices, and different approaches used by publishers across various domains. The model should be seen as a helpful tool to gain inspiration and understanding of common Prebid modules but not as a substitute for thorough testing and manual review of the final modules used.")
|
15 |
st.write("To learn more about the default model, visit the [Prebid_Module_GPT2 model page](https://huggingface.co/PeterBrendan/Prebid_Module_GPT2). You can also refer to the [official Prebid Documentation on pbjs.setConfig](https://docs.prebid.org/dev-docs/publisher-api-reference/setConfig.html) for more information.")
|
16 |
|
17 |
st.write("*Note:* The model may take some time to generate the output.")
|