Only-Mike commited on
Commit
9b676e0
·
1 Parent(s): 34b1db1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ from transformers import pipeline
6
  from transformers import AutoTokenizer
7
 
8
  description = """ ### Demo ADHD QA Bot
9
- Example:
 
10
  - Question = What is ADHD?
11
  - Context = Attention-deficit/hyperactivity disorder (ADHD) is a neurodevelopmental disorder characterized by inattention, hyperactivity, and impulsivity.
12
  """
 
6
  from transformers import AutoTokenizer
7
 
8
  description = """ ### Demo ADHD QA Bot
9
+ This demo is a fine-tuned version of distilbert-base-uncased, which has been trained on a ADHD dataset.
10
+ The model can answer question with a context, one example could be:
11
  - Question = What is ADHD?
12
  - Context = Attention-deficit/hyperactivity disorder (ADHD) is a neurodevelopmental disorder characterized by inattention, hyperactivity, and impulsivity.
13
  """