dhmeltzer commited on
Commit
9087ce2
1 Parent(s): 6e08606

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -13,7 +13,6 @@ def main():
13
  \n\n For a more thorough discussion of question generation see this [report](https://wandb.ai/dmeltzer/Question_Generation/reports/Exploratory-Data-Analysis-for-r-AskScience--Vmlldzo0MjQwODg1?accessToken=fndbu2ar26mlbzqdphvb819847qqth2bxyi4hqhugbnv97607mj01qc7ed35v6w8) for EDA on the r/AskScience dataset and this \
14
  [report](https://api.wandb.ai/links/dmeltzer/7an677es) for details on our training procedure.\
15
  \n\n**Disclaimer**: You may recieve an error message when you first run the model. We are using the Huggingface API to access the BART-Large and FLAN-T5 models, and the inference API takes around 20 seconds to load each model.\
16
- In addition, the FLAN-T5-XXL model was recently updated on Huggingface and may give buggy outputs.\
17
  ")
18
 
19
  checkpoints = ['dhmeltzer/bart-large_askscience-qg',
 
13
  \n\n For a more thorough discussion of question generation see this [report](https://wandb.ai/dmeltzer/Question_Generation/reports/Exploratory-Data-Analysis-for-r-AskScience--Vmlldzo0MjQwODg1?accessToken=fndbu2ar26mlbzqdphvb819847qqth2bxyi4hqhugbnv97607mj01qc7ed35v6w8) for EDA on the r/AskScience dataset and this \
14
  [report](https://api.wandb.ai/links/dmeltzer/7an677es) for details on our training procedure.\
15
  \n\n**Disclaimer**: You may recieve an error message when you first run the model. We are using the Huggingface API to access the BART-Large and FLAN-T5 models, and the inference API takes around 20 seconds to load each model.\
 
16
  ")
17
 
18
  checkpoints = ['dhmeltzer/bart-large_askscience-qg',