Nihal Nayak commited on
Commit
3e5dccf
1 Parent(s): d6c9c32

formatting

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -68,12 +68,14 @@ task_types = [task_type.capitalize() for task_type in task_types]
68
  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-v1
 
73
  Paper: https://arxiv.org/abs/2402.18334
 
74
  GitHub: https://github.com/BatsResearch/bonito
75
 
76
- ## Instructions
77
  Try out the model by entering a context and selecting a task type from the dropdown. The model will generate a task instruction based on the context and task type you provide.
78
  """
79
 
 
68
  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-v1
73
+
74
  Paper: https://arxiv.org/abs/2402.18334
75
+
76
  GitHub: https://github.com/BatsResearch/bonito
77
 
78
+ ### Instructions
79
  Try out the model by entering a context and selecting a task type from the dropdown. The model will generate a task instruction based on the context and task type you provide.
80
  """
81