Nihal Nayak commited on
Commit
badd707
1 Parent(s): 42c2b54

fix: bonito model url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ description = """
69
  This is a demo for Bonito, an open-source model for conditional task generation: the task of converting unannotated text into task-specific synthetic instruction tuning data.
70
 
71
  ### More details on Bonito
72
- - Model: https://huggingface.co/BatsResearch/bonito-v
73
  - Paper: https://arxiv.org/abs/2402.18334
74
  - GitHub: https://github.com/BatsResearch/bonito
75
 
 
69
  This is a demo for Bonito, an open-source model for conditional task generation: the task of converting unannotated text into task-specific synthetic instruction tuning data.
70
 
71
  ### More details on Bonito
72
+ - Model: https://huggingface.co/BatsResearch/bonito-v1
73
  - Paper: https://arxiv.org/abs/2402.18334
74
  - GitHub: https://github.com/BatsResearch/bonito
75