PeterBrendan commited on
Commit
fccbb5e
·
1 Parent(s): 39a4d43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def main():
11
 
12
  st.title("Pbjs GPT2")
13
  st.write("Enter Prebid config text like **bidderTimeout** and get a generated Prebid config output from that setting onward. Using **{** will generate a Prebid config from the beginning.")
14
- st.write("**Intended uses:** This model is intended to assist publishers in understanding and exploring how other publishers configure their Prebid settings. It can serve as a reference to gain insights into common configurations, best practices, and different approaches used by publishers across various domains. To learn more about the model go to: [pbjs_gpt2](https://huggingface.co/PeterBrendan/pbjs_gpt2). [Link to official Prebid Documentation on pbjs.setConfig](https://docs.prebid.org/dev-docs/publisher-api-reference/setConfig.html)")
15
  st.write("*Note:* The model does take some time to run")
16
 
17
  # Default prompts
 
11
 
12
  st.title("Pbjs GPT2")
13
  st.write("Enter Prebid config text like **bidderTimeout** and get a generated Prebid config output from that setting onward. Using **{** will generate a Prebid config from the beginning.")
14
+ st.write("**Intended uses:** This model is intended to assist publishers in understanding and exploring how other publishers configure their Prebid settings. The model was trained on 1100+ Prebid config files. It can serve as a reference to gain insights into common configurations, best practices, and different approaches used by publishers across various domains. To learn more about the model go to: [pbjs_gpt2](https://huggingface.co/PeterBrendan/pbjs_gpt2). [Link to official Prebid Documentation on pbjs.setConfig](https://docs.prebid.org/dev-docs/publisher-api-reference/setConfig.html)")
15
  st.write("*Note:* The model does take some time to run")
16
 
17
  # Default prompts