suriya7 commited on
Commit
03cc0d3
1 Parent(s): d57d53f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -2,10 +2,12 @@
2
  license: mit
3
  widget:
4
  - example_title: Question Answering!
5
- text: >-
6
- Please Answer the Question: what is depression?
7
  inference:
8
  parameters:
9
  do_sample: true
10
  max_new_tokens: 250
11
- ---
 
 
 
 
2
  license: mit
3
  widget:
4
  - example_title: Question Answering!
5
+ text: 'Please Answer the Question: what is depression?'
 
6
  inference:
7
  parameters:
8
  do_sample: true
9
  max_new_tokens: 250
10
+ datasets:
11
+ - databricks/databricks-dolly-15k
12
+ - VMware/open-instruct
13
+ ---